Color spaces of #55632e
RGB | 85 | 99 | 46 |
---|---|---|---|
HSL | 0.21 | 0.37 | 0.28 |
HSV | 76° | 54° | 39° |
CMYK | 0.14 | 0.00 | 0.54 0.61 |
XYZ | 8.7013 | 11.0522 | 4.2595 |
Yxy | 11.0522 | 0.3624 | 0.4603 |
Hunter Lab | 33.2448 | -11.4590 | 15.6749 |
CIE-Lab | 39.6682 | -14.6023 | 28.0860 |
#55632e color RGB value is (85,99,46).
#55632e hex color red value is 85, green value is 99 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #55632e hue: 0.21 , saturation: 0.37 and the lightness value of 55632e is 0.28.
The process color (four color CMYK) of #55632e color hex is 0.14, 0.00, 0.54, 0.61. Web safe color of #55632e is #666633. Color #55632e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01100011 | 00101110 |
Octal | 125 | 143 | 56 |
Decimal | 85 | 99 | 46 |
Hex | 55 | 63 | 2E |
Shades of #55632e
Tints of #55632e
RGB Percentages of Color #55632e
CMYK Percentages of Color #55632e
Complementary Color
#55632e | #3c2e63 |
#55632e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55632e Color Preview on White Background
Lorem ipsum dolor sit amet.
#55632e Color CSS Codes
.mybgcolor {background-color:#55632e; } .myforecolor {color:#55632e; } .mybordercolor {border:3px solid #55632e; }
#55632e Text Font Color
<p style="color:#55632e">Text here</p>
This sample text font color is #55632e
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.
#55632e Background Color
<div style="background-color:#55632e">
Div content here</div>
This div background color is #55632e
#55632e Border Color
<div style="border:3px solid #55632e">
Div here</div>
This div border color is #55632e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,99,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55632e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55632e; -webkit-box-shadow: 1px 1px 3px 2px #55632e; box-shadow: 1px 1px 3px 2px #55632e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,99,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55632e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55632e; -webkit-box-shadow: 1px 1px 3px 2px #55632e; box-shadow: 1px 1px 3px 2px #55632e;">
Div content here</div>
This div box has shadow with color #55632e
Comments
No comments written yet.
Please login to write comment.