color details

Color Details
#803b0c Color Hex

#803b0c color RGB value is (8, 3, 176).
#803b0c hex color red value is 8, green value is 3, and blue value is 176.
Cylindrical-coordinate representations (HSL) of color #803b0c hue: 241.73, saturation: 0.97 and lightness: 0.35.

The process color (four-color CMYK) of #803b0c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #803b0c is #ff9999. Color #803b0c contains mainly RED.

Color Spaces
Color spaces of #803b0cValue
RGB128, 59, 12
HSL0.07, 0.83, 0.27
HSV24°, 91°, 50°
XYZ10.53, 7.75, 1.29
Base Numbers
Base Red Green Blue
Binary 10000000 111011 1100
Octal 200 73 14
Decimal 128 59 12
Hex 80 3B C

RGB Percentages for Color #803b0c

64.32%
29.65%
6.03%

CMYK Percentages of the Color #803b0c

53.91%
90.63%
49.8%
CSS Codes for Color #803b0c
.mybgColor {background-color: #803b0c;}
.myforeColor {color: #803b0c;}
.myborderColor {border:3px solid #803b0c;}
Text Font Color #803b0c

<p style="color:#803b0c">Text here</p>

This sample text is styled with the font color #803b0c. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #803b0c

<div style="background-color:#803b0c">Div content here</div>

The background color of this div is #803b0c
Border Color #803b0c

<div style="border:3px solid #803b0c">Div here</div>

The border color of this div is #803b0c
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(128, 59, 12, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #803b0c;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #803b0c;
-webkit-box-shadow: 1px 1px 3px #803b0c;
box-shadow: 1px 1px 3px #803b0c;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128, 59, 12, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #803b0c;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #803b0c; -webkit-box-shadow: 1px 1px 3px #803b0c; box-shadow: 1px 1px 3px #803b0c;">Div content here</div>

This div box has a shadow with a specified color. #803b0c

Scroll to Top