Color spaces of #95624d
RGB | 149 | 98 | 77 |
---|---|---|---|
HSL | 0.05 | 0.32 | 0.44 |
HSV | 18° | 48° | 58° |
CMYK | 0.00 | 0.34 | 0.48 0.42 |
XYZ | 18.1017 | 15.6607 | 9.0899 |
Yxy | 15.6607 | 0.4224 | 0.3655 |
Hunter Lab | 39.5736 | 12.3954 | 14.0828 |
CIE-Lab | 46.5262 | 18.1623 | 20.3933 |
#95624d color RGB value is (149,98,77).
#95624d hex color red value is 149, green value is 98 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #95624d hue: 0.05 , saturation: 0.32 and the lightness value of 95624d is 0.44.
The process color (four color CMYK) of #95624d color hex is 0.00, 0.34, 0.48, 0.42. Web safe color of #95624d is #996666. Color #95624d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01100010 | 01001101 |
Octal | 225 | 142 | 115 |
Decimal | 149 | 98 | 77 |
Hex | 95 | 62 | 4D |
Shades of #95624d
Tints of #95624d
RGB Percentages of Color #95624d
CMYK Percentages of Color #95624d
Complementary Color
#95624d | #4d8095 |
#95624d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95624d Color Preview on White Background
Lorem ipsum dolor sit amet.
#95624d Color CSS Codes
.mybgcolor {background-color:#95624d; } .myforecolor {color:#95624d; } .mybordercolor {border:3px solid #95624d; }
#95624d Text Font Color
<p style="color:#95624d">Text here</p>
This sample text font color is #95624d
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.
#95624d Background Color
<div style="background-color:#95624d">
Div content here</div>
This div background color is #95624d
#95624d Border Color
<div style="border:3px solid #95624d">
Div here</div>
This div border color is #95624d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,98,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95624d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95624d; -webkit-box-shadow: 1px 1px 3px 2px #95624d; box-shadow: 1px 1px 3px 2px #95624d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,98,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95624d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95624d; -webkit-box-shadow: 1px 1px 3px 2px #95624d; box-shadow: 1px 1px 3px 2px #95624d;">
Div content here</div>
This div box has shadow with color #95624d
Comments
No comments written yet.
Please login to write comment.