Color spaces of #04311b
RGB | 4 | 49 | 27 |
---|---|---|---|
HSL | 0.42 | 0.85 | 0.10 |
HSV | 151° | 92° | 19° |
CMYK | 0.92 | 0.00 | 0.45 0.81 |
XYZ | 1.3462 | 2.3016 | 1.4102 |
Yxy | 2.3016 | 0.2662 | 0.4550 |
Hunter Lab | 15.1710 | -10.7101 | 5.1085 |
CIE-Lab | 16.9965 | -21.2518 | 9.9224 |
#04311b color RGB value is (4,49,27).
#04311b hex color red value is 4, green value is 49 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #04311b hue: 0.42 , saturation: 0.85 and the lightness value of 04311b is 0.10.
The process color (four color CMYK) of #04311b color hex is 0.92, 0.00, 0.45, 0.81. Web safe color of #04311b is #003333. Color #04311b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 00110001 | 00011011 |
Octal | 4 | 61 | 33 |
Decimal | 4 | 49 | 27 |
Hex | 4 | 31 | 1B |
Shades of #04311b
Tints of #04311b
RGB Percentages of Color #04311b
CMYK Percentages of Color #04311b
Complementary Color
#04311b | #31041a |
#04311b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#04311b Color Preview on White Background
Lorem ipsum dolor sit amet.
#04311b Color CSS Codes
.mybgcolor {background-color:#04311b; } .myforecolor {color:#04311b; } .mybordercolor {border:3px solid #04311b; }
#04311b Text Font Color
<p style="color:#04311b">Text here</p>
This sample text font color is #04311b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#04311b Background Color
<div style="background-color:#04311b">
Div content here</div>
This div background color is #04311b
#04311b Border Color
<div style="border:3px solid #04311b">
Div here</div>
This div border color is #04311b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,49,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #04311b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04311b; -webkit-box-shadow: 1px 1px 3px 2px #04311b; box-shadow: 1px 1px 3px 2px #04311b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,49,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #04311b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #04311b; -webkit-box-shadow: 1px 1px 3px 2px #04311b; box-shadow: 1px 1px 3px 2px #04311b;">
Div content here</div>
This div box has shadow with color #04311b
Comments
No comments written yet.
Please login to write comment.