Color spaces of #052317
RGB | 5 | 35 | 23 |
---|---|---|---|
HSL | 0.43 | 0.75 | 0.08 |
HSV | 156° | 86° | 14° |
CMYK | 0.86 | 0.00 | 0.34 0.86 |
XYZ | 0.8183 | 1.2962 | 1.0177 |
Yxy | 1.2962 | 0.2613 | 0.4138 |
Hunter Lab | 11.3851 | -7.0942 | 2.6697 |
CIE-Lab | 11.2489 | -14.9658 | 4.8516 |
#052317 color RGB value is (5,35,23).
#052317 hex color red value is 5, green value is 35 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #052317 hue: 0.43 , saturation: 0.75 and the lightness value of 052317 is 0.08.
The process color (four color CMYK) of #052317 color hex is 0.86, 0.00, 0.34, 0.86. Web safe color of #052317 is #003300. Color #052317 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00100011 | 00010111 |
Octal | 5 | 43 | 27 |
Decimal | 5 | 35 | 23 |
Hex | 5 | 23 | 17 |
Shades of #052317
Tints of #052317
RGB Percentages of Color #052317
CMYK Percentages of Color #052317
Complementary Color
#052317 | #230511 |
#052317 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#052317 Color Preview on White Background
Lorem ipsum dolor sit amet.
#052317 Color CSS Codes
.mybgcolor {background-color:#052317; } .myforecolor {color:#052317; } .mybordercolor {border:3px solid #052317; }
#052317 Text Font Color
<p style="color:#052317">Text here</p>
This sample text font color is #052317
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.
#052317 Background Color
<div style="background-color:#052317">
Div content here</div>
This div background color is #052317
#052317 Border Color
<div style="border:3px solid #052317">
Div here</div>
This div border color is #052317
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,35,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #052317; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #052317; -webkit-box-shadow: 1px 1px 3px 2px #052317; box-shadow: 1px 1px 3px 2px #052317; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,35,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #052317">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #052317; -webkit-box-shadow: 1px 1px 3px 2px #052317; box-shadow: 1px 1px 3px 2px #052317;">
Div content here</div>
This div box has shadow with color #052317
Comments
No comments written yet.
Please login to write comment.