Color spaces of #518549
RGB | 81 | 133 | 73 |
---|---|---|---|
HSL | 0.31 | 0.29 | 0.40 |
HSV | 112° | 45° | 52° |
CMYK | 0.39 | 0.00 | 0.45 0.48 |
XYZ | 12.9835 | 19.0054 | 9.2874 |
Yxy | 19.0054 | 0.3146 | 0.4604 |
Hunter Lab | 43.5952 | -23.1308 | 17.8856 |
CIE-Lab | 50.6935 | -29.9658 | 26.9499 |
#518549 color RGB value is (81,133,73).
#518549 hex color red value is 81, green value is 133 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #518549 hue: 0.31 , saturation: 0.29 and the lightness value of 518549 is 0.40.
The process color (four color CMYK) of #518549 color hex is 0.39, 0.00, 0.45, 0.48. Web safe color of #518549 is #669933. Color #518549 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10000101 | 01001001 |
Octal | 121 | 205 | 111 |
Decimal | 81 | 133 | 73 |
Hex | 51 | 85 | 49 |
Shades of #518549
Tints of #518549
RGB Percentages of Color #518549
CMYK Percentages of Color #518549
Complementary Color
#518549 | #7d4985 |
#518549 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#518549 Color Preview on White Background
Lorem ipsum dolor sit amet.
#518549 Color CSS Codes
.mybgcolor {background-color:#518549; } .myforecolor {color:#518549; } .mybordercolor {border:3px solid #518549; }
#518549 Text Font Color
<p style="color:#518549">Text here</p>
This sample text font color is #518549
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.
#518549 Background Color
<div style="background-color:#518549">
Div content here</div>
This div background color is #518549
#518549 Border Color
<div style="border:3px solid #518549">
Div here</div>
This div border color is #518549
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,133,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #518549; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #518549; -webkit-box-shadow: 1px 1px 3px 2px #518549; box-shadow: 1px 1px 3px 2px #518549; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,133,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #518549">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #518549; -webkit-box-shadow: 1px 1px 3px 2px #518549; box-shadow: 1px 1px 3px 2px #518549;">
Div content here</div>
This div box has shadow with color #518549
Comments
No comments written yet.
Please login to write comment.