#4a592c
a dark, soft green · cool · closest name: darkslategray
RGB
74, 89, 44
HSL
80°, 34%, 26%
CMYK
17, 0, 51, 65
Luminance
0.0878
Every format
| HEX | #4a592c |
| RGB | rgb(74, 89, 44) |
| HSL | hsl(80, 34%, 26%) |
| CMYK | cmyk(17%, 0%, 51%, 65%) |
| LAB | lab(35.6 -14.2 24.0) |
| LCH | lch(35.6 27.9 120.5) |
| OKLCH | oklch(0.440 0.070 124.4) |
Copy-ready code
/* CSS */
color: #4a592c;
background-color: #4a592c;
/* Tailwind (arbitrary) */
class="text-[#4a592c] bg-[#4a592c]"
/* SCSS */
$brand: #4a592c;
/* SwiftUI */
Color(red: 0.290, green: 0.349, blue: 0.173)
/* Android */
Color.parseColor("#4a592c")Accessibility — WCAG contrast
Aa
#4a592c on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a592c on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green34.9%
Blue17.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow50.6%
Key (black)65.1%
Color previews
#4a592c text on a black background
contrast 2.76:1
Card sample
#4a592c text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a592c;
Background color
Panel with #4a592c background
background-color: #4a592c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a592c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 89, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 89, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a592c; background: linear-gradient(135deg, #4a592c, #2C592C);