Color spaces of #487161
RGB | 72 | 113 | 97 |
---|---|---|---|
HSL | 0.43 | 0.22 | 0.36 |
HSV | 157° | 36° | 44° |
CMYK | 0.36 | 0.00 | 0.14 0.56 |
XYZ | 10.7353 | 14.0510 | 13.4556 |
Yxy | 14.0510 | 0.2807 | 0.3674 |
Hunter Lab | 37.4847 | -14.4772 | 4.9564 |
CIE-Lab | 44.3060 | -18.2478 | 4.3563 |
#487161 color RGB value is (72,113,97).
#487161 hex color red value is 72, green value is 113 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #487161 hue: 0.43 , saturation: 0.22 and the lightness value of 487161 is 0.36.
The process color (four color CMYK) of #487161 color hex is 0.36, 0.00, 0.14, 0.56. Web safe color of #487161 is #336666. Color #487161 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01110001 | 01100001 |
Octal | 110 | 161 | 141 |
Decimal | 72 | 113 | 97 |
Hex | 48 | 71 | 61 |
Shades of #487161
Tints of #487161
RGB Percentages of Color #487161
CMYK Percentages of Color #487161
Complementary Color
#487161 | #714858 |
#487161 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#487161 Color Preview on White Background
Lorem ipsum dolor sit amet.
#487161 Color CSS Codes
.mybgcolor {background-color:#487161; } .myforecolor {color:#487161; } .mybordercolor {border:3px solid #487161; }
#487161 Text Font Color
<p style="color:#487161">Text here</p>
This sample text font color is #487161
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.
#487161 Background Color
<div style="background-color:#487161">
Div content here</div>
This div background color is #487161
#487161 Border Color
<div style="border:3px solid #487161">
Div here</div>
This div border color is #487161
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,113,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #487161; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #487161; -webkit-box-shadow: 1px 1px 3px 2px #487161; box-shadow: 1px 1px 3px 2px #487161; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,113,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #487161">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #487161; -webkit-box-shadow: 1px 1px 3px 2px #487161; box-shadow: 1px 1px 3px 2px #487161;">
Div content here</div>
This div box has shadow with color #487161
Comments
No comments written yet.
Please login to write comment.