Color spaces of #058335
RGB | 5 | 131 | 53 |
---|---|---|---|
HSL | 0.40 | 0.93 | 0.27 |
HSV | 143° | 96° | 51° |
CMYK | 0.96 | 0.00 | 0.60 0.49 |
XYZ | 8.8215 | 16.5219 | 6.0923 |
Yxy | 16.5219 | 0.2806 | 0.5256 |
Hunter Lab | 40.6471 | -32.3933 | 19.5665 |
CIE-Lab | 47.6519 | -47.9816 | 33.2489 |
#058335 color RGB value is (5,131,53).
#058335 hex color red value is 5, green value is 131 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #058335 hue: 0.40 , saturation: 0.93 and the lightness value of 058335 is 0.27.
The process color (four color CMYK) of #058335 color hex is 0.96, 0.00, 0.60, 0.49. Web safe color of #058335 is #009933. Color #058335 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 10000011 | 00110101 |
Octal | 5 | 203 | 65 |
Decimal | 5 | 131 | 53 |
Hex | 5 | 83 | 35 |
Shades of #058335
Tints of #058335
RGB Percentages of Color #058335
CMYK Percentages of Color #058335
Complementary Color
#058335 | #830553 |
#058335 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#058335 Color Preview on White Background
Lorem ipsum dolor sit amet.
#058335 Color CSS Codes
.mybgcolor {background-color:#058335; } .myforecolor {color:#058335; } .mybordercolor {border:3px solid #058335; }
#058335 Text Font Color
<p style="color:#058335">Text here</p>
This sample text font color is #058335
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.
#058335 Background Color
<div style="background-color:#058335">
Div content here</div>
This div background color is #058335
#058335 Border Color
<div style="border:3px solid #058335">
Div here</div>
This div border color is #058335
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,131,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #058335; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #058335; -webkit-box-shadow: 1px 1px 3px 2px #058335; box-shadow: 1px 1px 3px 2px #058335; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,131,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #058335">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #058335; -webkit-box-shadow: 1px 1px 3px 2px #058335; box-shadow: 1px 1px 3px 2px #058335;">
Div content here</div>
This div box has shadow with color #058335
Comments
No comments written yet.
Please login to write comment.