Color spaces of #094326
RGB | 9 | 67 | 38 |
---|---|---|---|
HSL | 0.42 | 0.76 | 0.15 |
HSV | 150° | 87° | 26° |
CMYK | 0.87 | 0.00 | 0.43 0.74 |
XYZ | 2.4697 | 4.2123 | 2.5166 |
Yxy | 4.2123 | 0.2685 | 0.4579 |
Hunter Lab | 20.5239 | -14.4374 | 7.0967 |
CIE-Lab | 24.3612 | -25.8764 | 12.6181 |
#094326 color RGB value is (9,67,38).
#094326 hex color red value is 9, green value is 67 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #094326 hue: 0.42 , saturation: 0.76 and the lightness value of 094326 is 0.15.
The process color (four color CMYK) of #094326 color hex is 0.87, 0.00, 0.43, 0.74. Web safe color of #094326 is #003333. Color #094326 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 01000011 | 00100110 |
Octal | 11 | 103 | 46 |
Decimal | 9 | 67 | 38 |
Hex | 9 | 43 | 26 |
Shades of #094326
Tints of #094326
RGB Percentages of Color #094326
CMYK Percentages of Color #094326
Complementary Color
#094326 | #430926 |
#094326 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#094326 Color Preview on White Background
Lorem ipsum dolor sit amet.
#094326 Color CSS Codes
.mybgcolor {background-color:#094326; } .myforecolor {color:#094326; } .mybordercolor {border:3px solid #094326; }
#094326 Text Font Color
<p style="color:#094326">Text here</p>
This sample text font color is #094326
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.
#094326 Background Color
<div style="background-color:#094326">
Div content here</div>
This div background color is #094326
#094326 Border Color
<div style="border:3px solid #094326">
Div here</div>
This div border color is #094326
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,67,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #094326; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #094326; -webkit-box-shadow: 1px 1px 3px 2px #094326; box-shadow: 1px 1px 3px 2px #094326; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,67,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #094326">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #094326; -webkit-box-shadow: 1px 1px 3px 2px #094326; box-shadow: 1px 1px 3px 2px #094326;">
Div content here</div>
This div box has shadow with color #094326
Comments
No comments written yet.
Please login to write comment.