#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 of #803b0c | Value |
|---|---|
| RGB | 128, 59, 12 |
| HSL | 0.07, 0.83, 0.27 |
| HSV | 24°, 91°, 50° |
| XYZ | 10.53, 7.75, 1.29 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000000 | 111011 | 1100 |
| Octal | 200 | 73 | 14 |
| Decimal | 128 | 59 | 12 |
| Hex | 80 | 3B | C |
Shades of #803b0c
Tints of #803b0c
.mybgColor {background-color: #803b0c;}
.myforeColor {color: #803b0c;}
.myborderColor {border:3px solid #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,
<div style="background-color:#803b0c">Div content here</div>
<div style="border:3px solid #803b0c">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(128, 59, 12, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #803b0c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
