Color spaces of #51855b
RGB | 81 | 133 | 91 |
---|---|---|---|
HSL | 0.37 | 0.24 | 0.42 |
HSV | 132° | 39° | 52° |
CMYK | 0.39 | 0.00 | 0.32 0.48 |
XYZ | 13.6692 | 19.2797 | 12.8984 |
Yxy | 19.2797 | 0.2981 | 0.4205 |
Hunter Lab | 43.9087 | -21.2713 | 13.3193 |
CIE-Lab | 51.0128 | -26.8865 | 17.3144 |
#51855b color RGB value is (81,133,91).
#51855b hex color red value is 81, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #51855b hue: 0.37 , saturation: 0.24 and the lightness value of 51855b is 0.42.
The process color (four color CMYK) of #51855b color hex is 0.39, 0.00, 0.32, 0.48. Web safe color of #51855b is #669966. Color #51855b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10000101 | 01011011 |
Octal | 121 | 205 | 133 |
Decimal | 81 | 133 | 91 |
Hex | 51 | 85 | 5B |
Shades of #51855b
Tints of #51855b
RGB Percentages of Color #51855b
CMYK Percentages of Color #51855b
Complementary Color
#51855b | #85517b |
#51855b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51855b Color Preview on White Background
Lorem ipsum dolor sit amet.
#51855b Color CSS Codes
.mybgcolor {background-color:#51855b; } .myforecolor {color:#51855b; } .mybordercolor {border:3px solid #51855b; }
#51855b Text Font Color
<p style="color:#51855b">Text here</p>
This sample text font color is #51855b
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.
#51855b Background Color
<div style="background-color:#51855b">
Div content here</div>
This div background color is #51855b
#51855b Border Color
<div style="border:3px solid #51855b">
Div here</div>
This div border color is #51855b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,133,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51855b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51855b; -webkit-box-shadow: 1px 1px 3px 2px #51855b; box-shadow: 1px 1px 3px 2px #51855b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,133,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51855b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51855b; -webkit-box-shadow: 1px 1px 3px 2px #51855b; box-shadow: 1px 1px 3px 2px #51855b;">
Div content here</div>
This div box has shadow with color #51855b
Comments
No comments written yet.
Please login to write comment.