#50421D
A dark, moderate orange closely aligning with Darkolivegreen.
About #50421D
Visually, #50421D is defined as a moderate orange. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 80 red, 66 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 18% M, 64% Y, and 69% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50421D
RGB80, 66, 29
HSL43.5°, 46.8%, 21.4%
CMYK0%, 18%, 64%, 69%
HSV43.5°, 63.8%, 31.4%
LAB28.6, 0.8, 24.4
XYZ5.5, 5.7, 2.0
Decimal5259805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.82:1
Text on #FFFFFF
AAA
2.14:1
Text on #000000
FAIL
9.39:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50421D;
}
.text-color {
color: #50421D;
}
.border-color {
border: 2px solid #50421D;
}