Color spaces of #51695b
RGB | 81 | 105 | 91 |
---|---|---|---|
HSL | 0.40 | 0.13 | 0.36 |
HSV | 145° | 23° | 41° |
CMYK | 0.23 | 0.00 | 0.13 0.59 |
XYZ | 10.3332 | 12.6078 | 11.7865 |
Yxy | 12.6078 | 0.2976 | 0.3630 |
Hunter Lab | 35.5075 | -10.1919 | 5.1742 |
CIE-Lab | 42.1663 | -12.0809 | 4.9694 |
#51695b color RGB value is (81,105,91).
#51695b hex color red value is 81, green value is 105 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #51695b hue: 0.40 , saturation: 0.13 and the lightness value of 51695b is 0.36.
The process color (four color CMYK) of #51695b color hex is 0.23, 0.00, 0.13, 0.59. Web safe color of #51695b is #666666. Color #51695b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01101001 | 01011011 |
Octal | 121 | 151 | 133 |
Decimal | 81 | 105 | 91 |
Hex | 51 | 69 | 5B |
Shades of #51695b
Tints of #51695b
RGB Percentages of Color #51695b
CMYK Percentages of Color #51695b
Complementary Color
#51695b | #69515f |
#51695b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51695b Color Preview on White Background
Lorem ipsum dolor sit amet.
#51695b Color CSS Codes
.mybgcolor {background-color:#51695b; } .myforecolor {color:#51695b; } .mybordercolor {border:3px solid #51695b; }
#51695b Text Font Color
<p style="color:#51695b">Text here</p>
This sample text font color is #51695b
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.
#51695b Background Color
<div style="background-color:#51695b">
Div content here</div>
This div background color is #51695b
#51695b Border Color
<div style="border:3px solid #51695b">
Div here</div>
This div border color is #51695b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,105,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51695b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51695b; -webkit-box-shadow: 1px 1px 3px 2px #51695b; box-shadow: 1px 1px 3px 2px #51695b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,105,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 #51695b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51695b; -webkit-box-shadow: 1px 1px 3px 2px #51695b; box-shadow: 1px 1px 3px 2px #51695b;">
Div content here</div>
This div box has shadow with color #51695b
Comments
No comments written yet.
Please login to write comment.