Color spaces of #56845f
RGB | 86 | 132 | 95 |
---|---|---|---|
HSL | 0.37 | 0.21 | 0.43 |
HSV | 132° | 35° | 52° |
CMYK | 0.35 | 0.00 | 0.28 0.48 |
XYZ | 14.1546 | 19.3072 | 13.8071 |
Yxy | 19.3072 | 0.2994 | 0.4085 |
Hunter Lab | 43.9400 | -19.3938 | 12.1275 |
CIE-Lab | 51.0447 | -23.9590 | 15.1148 |
#56845f color RGB value is (86,132,95).
#56845f hex color red value is 86, green value is 132 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #56845f hue: 0.37 , saturation: 0.21 and the lightness value of 56845f is 0.43.
The process color (four color CMYK) of #56845f color hex is 0.35, 0.00, 0.28, 0.48. Web safe color of #56845f is #669966. Color #56845f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10000100 | 01011111 |
Octal | 126 | 204 | 137 |
Decimal | 86 | 132 | 95 |
Hex | 56 | 84 | 5F |
Shades of #56845f
Tints of #56845f
RGB Percentages of Color #56845f
CMYK Percentages of Color #56845f
Complementary Color
#56845f | #84567b |
#56845f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56845f Color Preview on White Background
Lorem ipsum dolor sit amet.
#56845f Color CSS Codes
.mybgcolor {background-color:#56845f; } .myforecolor {color:#56845f; } .mybordercolor {border:3px solid #56845f; }
#56845f Text Font Color
<p style="color:#56845f">Text here</p>
This sample text font color is #56845f
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.
#56845f Background Color
<div style="background-color:#56845f">
Div content here</div>
This div background color is #56845f
#56845f Border Color
<div style="border:3px solid #56845f">
Div here</div>
This div border color is #56845f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,132,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56845f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56845f; -webkit-box-shadow: 1px 1px 3px 2px #56845f; box-shadow: 1px 1px 3px 2px #56845f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,132,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56845f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56845f; -webkit-box-shadow: 1px 1px 3px 2px #56845f; box-shadow: 1px 1px 3px 2px #56845f;">
Div content here</div>
This div box has shadow with color #56845f
Comments
No comments written yet.
Please login to write comment.