#53772f
a dark, soft green · cool · closest name: olivedrab
RGB
83, 119, 47
HSL
90°, 43%, 33%
CMYK
30, 0, 61, 53
Luminance
0.1524
Every format
| HEX | #53772f |
| RGB | rgb(83, 119, 47) |
| HSL | hsl(90, 43%, 33%) |
| CMYK | cmyk(30%, 0%, 61%, 53%) |
| LAB | lab(46.0 -25.8 34.9) |
| LCH | lch(46.0 43.4 126.5) |
| OKLCH | oklch(0.525 0.109 131.5) |
Copy-ready code
/* CSS */
color: #53772f;
background-color: #53772f;
/* Tailwind (arbitrary) */
class="text-[#53772f] bg-[#53772f]"
/* SCSS */
$brand: #53772f;
/* SwiftUI */
Color(red: 0.325, green: 0.467, blue: 0.184)
/* Android */
Color.parseColor("#53772f")Accessibility — WCAG contrast
Aa
#53772f on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#53772f on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green46.7%
Blue18.4%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow60.5%
Key (black)53.3%
Color previews
#53772f text on a black background
contrast 4.05:1
Card sample
#53772f text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53772f;
Background color
Panel with #53772f background
background-color: #53772f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53772f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 119, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 119, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53772f; background: linear-gradient(135deg, #53772f, #2F773B);