#53772c
a dark, vivid green · cool · closest name: olivedrab
RGB
83, 119, 44
HSL
89°, 46%, 32%
CMYK
30, 0, 63, 53
Luminance
0.1521
Every format
| HEX | #53772c |
| RGB | rgb(83, 119, 44) |
| HSL | hsl(89, 46%, 32%) |
| CMYK | cmyk(30%, 0%, 63%, 53%) |
| LAB | lab(45.9 -26.1 36.3) |
| LCH | lch(45.9 44.7 125.7) |
| OKLCH | oklch(0.525 0.112 131.0) |
Copy-ready code
/* CSS */
color: #53772c;
background-color: #53772c;
/* Tailwind (arbitrary) */
class="text-[#53772c] bg-[#53772c]"
/* SCSS */
$brand: #53772c;
/* SwiftUI */
Color(red: 0.325, green: 0.467, blue: 0.173)
/* Android */
Color.parseColor("#53772c")Accessibility — WCAG contrast
Aa
#53772c on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#53772c on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green46.7%
Blue17.3%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow63.0%
Key (black)53.3%
Color previews
#53772c text on a black background
contrast 4.04:1
Card sample
#53772c text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53772c;
Background color
Panel with #53772c background
background-color: #53772c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53772c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 119, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 119, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53772c; background: linear-gradient(135deg, #53772c, #2C7737);