Hunter
#33534b
Here's everything about the color Hunter (#33534b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #33534b | |
|---|---|---|
| RGB | rgb(51, 83, 75) | |
| HSL | hsl(165, 24%, 26%) | |
| CMYK | cmyk(39%, 0%, 10%, 67%) | |
| LAB | lab(33, -14, 1) | |
| OKLCH | oklch(0.41 0.04 177) |
Color harmonies
Tints & shades
Code snippets
color: #33534b;
background-color: #33534b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF33534B)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.33, blue: 0.29, alpha: 1.0)