Color spaces of #085b3a
RGB | 8 | 91 | 58 |
---|---|---|---|
HSL | 0.43 | 0.84 | 0.19 |
HSV | 156° | 91° | 36° |
CMYK | 0.91 | 0.00 | 0.36 0.64 |
XYZ | 4.6049 | 7.8393 | 5.2734 |
Yxy | 7.8393 | 0.2599 | 0.4425 |
Hunter Lab | 27.9987 | -19.6403 | 8.4322 |
CIE-Lab | 33.6459 | -31.7147 | 12.6943 |
#085b3a color RGB value is (8,91,58).
#085b3a hex color red value is 8, green value is 91 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #085b3a hue: 0.43 , saturation: 0.84 and the lightness value of 085b3a is 0.19.
The process color (four color CMYK) of #085b3a color hex is 0.91, 0.00, 0.36, 0.64. Web safe color of #085b3a is #006633. Color #085b3a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 01011011 | 00111010 |
Octal | 10 | 133 | 72 |
Decimal | 8 | 91 | 58 |
Hex | 8 | 5B | 3A |
Shades of #085b3a
Tints of #085b3a
RGB Percentages of Color #085b3a
CMYK Percentages of Color #085b3a
Complementary Color
#085b3a | #5b0829 |
#085b3a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#085b3a Color Preview on White Background
Lorem ipsum dolor sit amet.
#085b3a Color CSS Codes
.mybgcolor {background-color:#085b3a; } .myforecolor {color:#085b3a; } .mybordercolor {border:3px solid #085b3a; }
#085b3a Text Font Color
<p style="color:#085b3a">Text here</p>
This sample text font color is #085b3a
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.
#085b3a Background Color
<div style="background-color:#085b3a">
Div content here</div>
This div background color is #085b3a
#085b3a Border Color
<div style="border:3px solid #085b3a">
Div here</div>
This div border color is #085b3a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,91,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #085b3a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #085b3a; -webkit-box-shadow: 1px 1px 3px 2px #085b3a; box-shadow: 1px 1px 3px 2px #085b3a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,91,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #085b3a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #085b3a; -webkit-box-shadow: 1px 1px 3px 2px #085b3a; box-shadow: 1px 1px 3px 2px #085b3a;">
Div content here</div>
This div box has shadow with color #085b3a
Comments
No comments written yet.
Please login to write comment.