Off the Beaten Path
#534c4b
Off the Beaten Path, represented by the hex value #534c4b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #534c4b | |
|---|---|---|
| RGB | rgb(83, 76, 75) | |
| HSL | hsl(7, 5%, 31%) | |
| CMYK | cmyk(0%, 8%, 10%, 67%) | |
| LAB | lab(33, 3, 2) | |
| OKLCH | oklch(0.42 0.01 27) |
Color harmonies
Tints & shades
Code snippets
color: #534c4b;
background-color: #534c4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF534C4B)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.30, blue: 0.29, alpha: 1.0)