Color spaces of #51775e
RGB | 81 | 119 | 94 |
---|---|---|---|
HSL | 0.39 | 0.19 | 0.39 |
HSV | 141° | 32° | 47° |
CMYK | 0.32 | 0.00 | 0.21 0.53 |
XYZ | 12.0105 | 15.7511 | 12.9969 |
Yxy | 15.7511 | 0.2947 | 0.3864 |
Hunter Lab | 39.6877 | -15.4347 | 8.3651 |
CIE-Lab | 46.6462 | -19.1209 | 9.5364 |
#51775e color RGB value is (81,119,94).
#51775e hex color red value is 81, green value is 119 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #51775e hue: 0.39 , saturation: 0.19 and the lightness value of 51775e is 0.39.
The process color (four color CMYK) of #51775e color hex is 0.32, 0.00, 0.21, 0.53. Web safe color of #51775e is #666666. Color #51775e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01110111 | 01011110 |
Octal | 121 | 167 | 136 |
Decimal | 81 | 119 | 94 |
Hex | 51 | 77 | 5E |
Shades of #51775e
Tints of #51775e
RGB Percentages of Color #51775e
CMYK Percentages of Color #51775e
Complementary Color
#51775e | #77516a |
#51775e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51775e Color Preview on White Background
Lorem ipsum dolor sit amet.
#51775e Color CSS Codes
.mybgcolor {background-color:#51775e; } .myforecolor {color:#51775e; } .mybordercolor {border:3px solid #51775e; }
#51775e Text Font Color
<p style="color:#51775e">Text here</p>
This sample text font color is #51775e
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.
#51775e Background Color
<div style="background-color:#51775e">
Div content here</div>
This div background color is #51775e
#51775e Border Color
<div style="border:3px solid #51775e">
Div here</div>
This div border color is #51775e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,119,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51775e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51775e; -webkit-box-shadow: 1px 1px 3px 2px #51775e; box-shadow: 1px 1px 3px 2px #51775e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,119,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 #51775e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51775e; -webkit-box-shadow: 1px 1px 3px 2px #51775e; box-shadow: 1px 1px 3px 2px #51775e;">
Div content here</div>
This div box has shadow with color #51775e
Comments
No comments written yet.
Please login to write comment.