Color spaces of #05391f
RGB | 5 | 57 | 31 |
---|---|---|---|
HSL | 0.42 | 0.84 | 0.12 |
HSV | 150° | 91° | 22° |
CMYK | 0.91 | 0.00 | 0.46 0.78 |
XYZ | 1.7730 | 3.0574 | 1.7930 |
Yxy | 3.0574 | 0.2677 | 0.4616 |
Hunter Lab | 17.4854 | -12.4998 | 6.1600 |
CIE-Lab | 20.2723 | -23.7412 | 11.6558 |
#05391f color RGB value is (5,57,31).
#05391f hex color red value is 5, green value is 57 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #05391f hue: 0.42 , saturation: 0.84 and the lightness value of 05391f is 0.12.
The process color (four color CMYK) of #05391f color hex is 0.91, 0.00, 0.46, 0.78. Web safe color of #05391f is #003333. Color #05391f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00111001 | 00011111 |
Octal | 5 | 71 | 37 |
Decimal | 5 | 57 | 31 |
Hex | 5 | 39 | 1F |
Shades of #05391f
Tints of #05391f
RGB Percentages of Color #05391f
CMYK Percentages of Color #05391f
Complementary Color
#05391f | #39051f |
#05391f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05391f Color Preview on White Background
Lorem ipsum dolor sit amet.
#05391f Color CSS Codes
.mybgcolor {background-color:#05391f; } .myforecolor {color:#05391f; } .mybordercolor {border:3px solid #05391f; }
#05391f Text Font Color
<p style="color:#05391f">Text here</p>
This sample text font color is #05391f
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.
#05391f Background Color
<div style="background-color:#05391f">
Div content here</div>
This div background color is #05391f
#05391f Border Color
<div style="border:3px solid #05391f">
Div here</div>
This div border color is #05391f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,57,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05391f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05391f; -webkit-box-shadow: 1px 1px 3px 2px #05391f; box-shadow: 1px 1px 3px 2px #05391f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,57,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #05391f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05391f; -webkit-box-shadow: 1px 1px 3px 2px #05391f; box-shadow: 1px 1px 3px 2px #05391f;">
Div content here</div>
This div box has shadow with color #05391f
Comments
No comments written yet.
Please login to write comment.