#04110e color RGB value is (0, 65, 16).
#04110e hex color red value is 0, green value is 65, and blue value is 16.
Cylindrical-coordinate representations (HSL) of color #04110e
hue: 134.77,
saturation: 1 and lightness: 0.13.
The process color (four-color CMYK) of #04110e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #04110e is #ff9999. Color #04110e contains mainly RED.
| Color spaces of #04110e | Value |
|---|---|
| RGB | 4, 17, 14 |
| HSL | 0.46, 0.62, 0.04 |
| HSV | 166°, 76°, 7° |
| XYZ | 0.33, 0.46, 0.49 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 100 | 10001 | 1110 |
| Octal | 4 | 21 | 16 |
| Decimal | 4 | 17 | 14 |
| Hex | 4 | 11 | E |
Shades of #04110e
Tints of #04110e
.mybgColor {background-color: #04110e;}
.myforeColor {color: #04110e;}
.myborderColor {border:3px solid #04110e;}
<p style="color:#04110e">Text here</p>
This sample text is styled with the font color #04110e. 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:#04110e">Div content here</div>
<div style="border:3px solid #04110e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(4, 17, 14, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #04110e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #04110e;
-webkit-box-shadow: 1px 1px 3px #04110e;
box-shadow: 1px 1px 3px #04110e; }
<p style="text-shadow: 4px 4px 2px rgba(4, 17, 14, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #04110e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #04110e;
-webkit-box-shadow: 1px 1px 3px #04110e;
box-shadow: 1px 1px 3px #04110e;">Div content here</div>
