Color spaces of #05891b
RGB | 5 | 137 | 27 |
---|---|---|---|
HSL | 0.36 | 0.93 | 0.28 |
HSV | 130° | 96° | 54° |
CMYK | 0.96 | 0.00 | 0.80 0.46 |
XYZ | 9.2061 | 18.0027 | 4.0266 |
Yxy | 18.0027 | 0.2947 | 0.5764 |
Hunter Lab | 42.4296 | -35.5220 | 24.0740 |
CIE-Lab | 49.4994 | -52.7017 | 46.2970 |
#05891b color RGB value is (5,137,27).
#05891b hex color red value is 5, green value is 137 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #05891b hue: 0.36 , saturation: 0.93 and the lightness value of 05891b is 0.28.
The process color (four color CMYK) of #05891b color hex is 0.96, 0.00, 0.80, 0.46. Web safe color of #05891b is #009933. Color #05891b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 10001001 | 00011011 |
Octal | 5 | 211 | 33 |
Decimal | 5 | 137 | 27 |
Hex | 5 | 89 | 1B |
Shades of #05891b
Tints of #05891b
RGB Percentages of Color #05891b
CMYK Percentages of Color #05891b
Complementary Color
#05891b | #890573 |
#05891b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05891b Color Preview on White Background
Lorem ipsum dolor sit amet.
#05891b Color CSS Codes
.mybgcolor {background-color:#05891b; } .myforecolor {color:#05891b; } .mybordercolor {border:3px solid #05891b; }
#05891b Text Font Color
<p style="color:#05891b">Text here</p>
This sample text font color is #05891b
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.
#05891b Background Color
<div style="background-color:#05891b">
Div content here</div>
This div background color is #05891b
#05891b Border Color
<div style="border:3px solid #05891b">
Div here</div>
This div border color is #05891b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,137,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05891b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05891b; -webkit-box-shadow: 1px 1px 3px 2px #05891b; box-shadow: 1px 1px 3px 2px #05891b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,137,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 #05891b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05891b; -webkit-box-shadow: 1px 1px 3px 2px #05891b; box-shadow: 1px 1px 3px 2px #05891b;">
Div content here</div>
This div box has shadow with color #05891b
Comments
No comments written yet.
Please login to write comment.