Color spaces of #47896f
RGB | 71 | 137 | 111 |
---|---|---|---|
HSL | 0.43 | 0.32 | 0.41 |
HSV | 156° | 48° | 54° |
CMYK | 0.48 | 0.00 | 0.19 0.46 |
XYZ | 14.4134 | 20.3786 | 18.2127 |
Yxy | 20.3786 | 0.2719 | 0.3845 |
Hunter Lab | 45.1427 | -22.0072 | 7.6795 |
CIE-Lab | 52.2626 | -27.6031 | 7.4976 |
#47896f color RGB value is (71,137,111).
#47896f hex color red value is 71, green value is 137 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #47896f hue: 0.43 , saturation: 0.32 and the lightness value of 47896f is 0.41.
The process color (four color CMYK) of #47896f color hex is 0.48, 0.00, 0.19, 0.46. Web safe color of #47896f is #339966. Color #47896f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10001001 | 01101111 |
Octal | 107 | 211 | 157 |
Decimal | 71 | 137 | 111 |
Hex | 47 | 89 | 6F |
Shades of #47896f
Tints of #47896f
RGB Percentages of Color #47896f
CMYK Percentages of Color #47896f
Complementary Color
#47896f | #894761 |
#47896f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#47896f Color Preview on White Background
Lorem ipsum dolor sit amet.
#47896f Color CSS Codes
.mybgcolor {background-color:#47896f; } .myforecolor {color:#47896f; } .mybordercolor {border:3px solid #47896f; }
#47896f Text Font Color
<p style="color:#47896f">Text here</p>
This sample text font color is #47896f
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.
#47896f Background Color
<div style="background-color:#47896f">
Div content here</div>
This div background color is #47896f
#47896f Border Color
<div style="border:3px solid #47896f">
Div here</div>
This div border color is #47896f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,137,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #47896f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47896f; -webkit-box-shadow: 1px 1px 3px 2px #47896f; box-shadow: 1px 1px 3px 2px #47896f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,137,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #47896f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #47896f; -webkit-box-shadow: 1px 1px 3px 2px #47896f; box-shadow: 1px 1px 3px 2px #47896f;">
Div content here</div>
This div box has shadow with color #47896f
Comments
No comments written yet.
Please login to write comment.