color details

Color Details
#04110e Color Hex

#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
Color spaces of #04110eValue
RGB4, 17, 14
HSL0.46, 0.62, 0.04
HSV166°, 76°, 7°
XYZ0.33, 0.46, 0.49
Base Numbers
Base Red Green Blue
Binary 100 10001 1110
Octal 4 21 16
Decimal 4 17 14
Hex 4 11 E

RGB Percentages for Color #04110e

11.43%
48.57%
40%

CMYK Percentages of the Color #04110e

76.47%
17.65%
93.33%
CSS Codes for Color #04110e
.mybgColor {background-color: #04110e;}
.myforeColor {color: #04110e;}
.myborderColor {border:3px solid #04110e;}
Text Font Color #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,

Background Color #04110e

<div style="background-color:#04110e">Div content here</div>

The background color of this div is #04110e
Border Color #04110e

<div style="border:3px solid #04110e">Div here</div>

The border color of this div is #04110e
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4, 17, 14, 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 #04110e;">Text here</p>

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

Shadow Div Box

<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>

This div box has a shadow with a specified color. #04110e

Scroll to Top