Color spaces of #55971f
RGB | 85 | 151 | 31 |
---|---|---|---|
HSL | 0.26 | 0.66 | 0.36 |
HSV | 93° | 79° | 59° |
CMYK | 0.44 | 0.00 | 0.79 0.41 |
XYZ | 15.0602 | 24.1634 | 5.1666 |
Yxy | 24.1634 | 0.3393 | 0.5443 |
Hunter Lab | 49.1563 | -31.3358 | 28.1777 |
CIE-Lab | 56.2510 | -40.8644 | 52.1641 |
#55971f color RGB value is (85,151,31).
#55971f hex color red value is 85, green value is 151 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #55971f hue: 0.26 , saturation: 0.66 and the lightness value of 55971f is 0.36.
The process color (four color CMYK) of #55971f color hex is 0.44, 0.00, 0.79, 0.41. Web safe color of #55971f is #669933. Color #55971f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 10010111 | 00011111 |
Octal | 125 | 227 | 37 |
Decimal | 85 | 151 | 31 |
Hex | 55 | 97 | 1F |
Shades of #55971f
Tints of #55971f
RGB Percentages of Color #55971f
CMYK Percentages of Color #55971f
Complementary Color
#55971f | #611f97 |
#55971f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55971f Color Preview on White Background
Lorem ipsum dolor sit amet.
#55971f Color CSS Codes
.mybgcolor {background-color:#55971f; } .myforecolor {color:#55971f; } .mybordercolor {border:3px solid #55971f; }
#55971f Text Font Color
<p style="color:#55971f">Text here</p>
This sample text font color is #55971f
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.
#55971f Background Color
<div style="background-color:#55971f">
Div content here</div>
This div background color is #55971f
#55971f Border Color
<div style="border:3px solid #55971f">
Div here</div>
This div border color is #55971f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,151,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55971f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55971f; -webkit-box-shadow: 1px 1px 3px 2px #55971f; box-shadow: 1px 1px 3px 2px #55971f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,151,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55971f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55971f; -webkit-box-shadow: 1px 1px 3px 2px #55971f; box-shadow: 1px 1px 3px 2px #55971f;">
Div content here</div>
This div box has shadow with color #55971f
Comments
No comments written yet.
Please login to write comment.