Color spaces of #56645e
RGB | 86 | 100 | 94 |
---|---|---|---|
HSL | 0.43 | 0.08 | 0.36 |
HSV | 154° | 14° | 39° |
CMYK | 0.14 | 0.00 | 0.06 0.61 |
XYZ | 10.4153 | 11.9009 | 12.3378 |
Yxy | 11.9009 | 0.3006 | 0.3434 |
Hunter Lab | 34.4977 | -6.4795 | 2.9438 |
CIE-Lab | 41.0582 | -6.6744 | 1.5954 |
#56645e color RGB value is (86,100,94).
#56645e hex color red value is 86, green value is 100 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #56645e hue: 0.43 , saturation: 0.08 and the lightness value of 56645e is 0.36.
The process color (four color CMYK) of #56645e color hex is 0.14, 0.00, 0.06, 0.61. Web safe color of #56645e is #666666. Color #56645e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01100100 | 01011110 |
Octal | 126 | 144 | 136 |
Decimal | 86 | 100 | 94 |
Hex | 56 | 64 | 5E |
Shades of #56645e
Tints of #56645e
RGB Percentages of Color #56645e
CMYK Percentages of Color #56645e
Complementary Color
#56645e | #64565c |
#56645e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56645e Color Preview on White Background
Lorem ipsum dolor sit amet.
#56645e Color CSS Codes
.mybgcolor {background-color:#56645e; } .myforecolor {color:#56645e; } .mybordercolor {border:3px solid #56645e; }
#56645e Text Font Color
<p style="color:#56645e">Text here</p>
This sample text font color is #56645e
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.
#56645e Background Color
<div style="background-color:#56645e">
Div content here</div>
This div background color is #56645e
#56645e Border Color
<div style="border:3px solid #56645e">
Div here</div>
This div border color is #56645e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,100,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56645e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56645e; -webkit-box-shadow: 1px 1px 3px 2px #56645e; box-shadow: 1px 1px 3px 2px #56645e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,100,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56645e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56645e; -webkit-box-shadow: 1px 1px 3px 2px #56645e; box-shadow: 1px 1px 3px 2px #56645e;">
Div content here</div>
This div box has shadow with color #56645e
Comments
No comments written yet.
Please login to write comment.