Color spaces of #95977e
RGB | 149 | 151 | 126 |
---|---|---|---|
HSL | 0.18 | 0.11 | 0.54 |
HSV | 65° | 17° | 59° |
CMYK | 0.01 | 0.00 | 0.17 0.41 |
XYZ | 27.2269 | 30.0291 | 24.0999 |
Yxy | 30.0291 | 0.3347 | 0.3691 |
Hunter Lab | 54.7988 | -7.2098 | 12.2841 |
CIE-Lab | 61.6793 | -5.2226 | 12.9495 |
#95977e color RGB value is (149,151,126).
#95977e hex color red value is 149, green value is 151 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #95977e hue: 0.18 , saturation: 0.11 and the lightness value of 95977e is 0.54.
The process color (four color CMYK) of #95977e color hex is 0.01, 0.00, 0.17, 0.41. Web safe color of #95977e is #999966. Color #95977e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10010111 | 01111110 |
Octal | 225 | 227 | 176 |
Decimal | 149 | 151 | 126 |
Hex | 95 | 97 | 7E |
Shades of #95977e
Tints of #95977e
RGB Percentages of Color #95977e
CMYK Percentages of Color #95977e
Complementary Color
#95977e | #807e97 |
#95977e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95977e Color Preview on White Background
Lorem ipsum dolor sit amet.
#95977e Color CSS Codes
.mybgcolor {background-color:#95977e; } .myforecolor {color:#95977e; } .mybordercolor {border:3px solid #95977e; }
#95977e Text Font Color
<p style="color:#95977e">Text here</p>
This sample text font color is #95977e
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.
#95977e Background Color
<div style="background-color:#95977e">
Div content here</div>
This div background color is #95977e
#95977e Border Color
<div style="border:3px solid #95977e">
Div here</div>
This div border color is #95977e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,151,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95977e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95977e; -webkit-box-shadow: 1px 1px 3px 2px #95977e; box-shadow: 1px 1px 3px 2px #95977e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,151,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95977e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95977e; -webkit-box-shadow: 1px 1px 3px 2px #95977e; box-shadow: 1px 1px 3px 2px #95977e;">
Div content here</div>
This div box has shadow with color #95977e
Comments
No comments written yet.
Please login to write comment.