#505033
A dark, muted yellow closely aligning with Dimgray.
About #505033
The hex code #505033 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Dimgray. Its digital footprint relies on 80 parts red, 80 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 36% Yellow, and 69% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#505033
RGB80, 80, 51
HSL60.0°, 22.1%, 25.7%
CMYK0%, 0%, 36%, 69%
HSV60.0°, 36.2%, 31.4%
LAB33.3, -5.2, 17.1
XYZ6.8, 7.7, 4.3
Decimal5263411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.28:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.91:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #505033;
}
.text-color {
color: #505033;
}
.border-color {
border: 2px solid #505033;
}