Color spaces of #5d875d
RGB | 93 | 135 | 93 |
---|---|---|---|
HSL | 0.33 | 0.18 | 0.45 |
HSV | 120° | 31° | 53° |
CMYK | 0.31 | 0.00 | 0.31 0.47 |
XYZ | 15.1540 | 20.4454 | 13.5036 |
Yxy | 20.4454 | 0.3086 | 0.4164 |
Hunter Lab | 45.2166 | -19.3061 | 13.9451 |
CIE-Lab | 52.3371 | -23.4335 | 18.0848 |
#5d875d color RGB value is (93,135,93).
#5d875d hex color red value is 93, green value is 135 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #5d875d hue: 0.33 , saturation: 0.18 and the lightness value of 5d875d is 0.45.
The process color (four color CMYK) of #5d875d color hex is 0.31, 0.00, 0.31, 0.47. Web safe color of #5d875d is #669966. Color #5d875d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10000111 | 01011101 |
Octal | 135 | 207 | 135 |
Decimal | 93 | 135 | 93 |
Hex | 5D | 87 | 5D |
Shades of #5d875d
Tints of #5d875d
RGB Percentages of Color #5d875d
CMYK Percentages of Color #5d875d
Complementary Color
#5d875d | #875d87 |
#5d875d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5d875d Color Preview on White Background
Lorem ipsum dolor sit amet.
#5d875d Color CSS Codes
.mybgcolor {background-color:#5d875d; } .myforecolor {color:#5d875d; } .mybordercolor {border:3px solid #5d875d; }
#5d875d Text Font Color
<p style="color:#5d875d">Text here</p>
This sample text font color is #5d875d
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.
#5d875d Background Color
<div style="background-color:#5d875d">
Div content here</div>
This div background color is #5d875d
#5d875d Border Color
<div style="border:3px solid #5d875d">
Div here</div>
This div border color is #5d875d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,135,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5d875d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5d875d; -webkit-box-shadow: 1px 1px 3px 2px #5d875d; box-shadow: 1px 1px 3px 2px #5d875d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,135,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5d875d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5d875d; -webkit-box-shadow: 1px 1px 3px 2px #5d875d; box-shadow: 1px 1px 3px 2px #5d875d;">
Div content here</div>
This div box has shadow with color #5d875d
Comments
No comments written yet.
Please login to write comment.