Color spaces of #958247
RGB | 149 | 130 | 71 |
---|---|---|---|
HSL | 0.13 | 0.35 | 0.43 |
HSV | 45° | 52° | 58° |
CMYK | 0.00 | 0.13 | 0.52 0.42 |
XYZ | 21.5144 | 22.8098 | 9.2300 |
Yxy | 22.8098 | 0.4017 | 0.4259 |
Hunter Lab | 47.7596 | -3.1699 | 21.9734 |
CIE-Lab | 54.8759 | -0.7800 | 34.3426 |
#958247 color RGB value is (149,130,71).
#958247 hex color red value is 149, green value is 130 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #958247 hue: 0.13 , saturation: 0.35 and the lightness value of 958247 is 0.43.
The process color (four color CMYK) of #958247 color hex is 0.00, 0.13, 0.52, 0.42. Web safe color of #958247 is #999933. Color #958247 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10000010 | 01000111 |
Octal | 225 | 202 | 107 |
Decimal | 149 | 130 | 71 |
Hex | 95 | 82 | 47 |
Shades of #958247
Tints of #958247
RGB Percentages of Color #958247
CMYK Percentages of Color #958247
Complementary Color
#958247 | #475a95 |
#958247 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#958247 Color Preview on White Background
Lorem ipsum dolor sit amet.
#958247 Color CSS Codes
.mybgcolor {background-color:#958247; } .myforecolor {color:#958247; } .mybordercolor {border:3px solid #958247; }
#958247 Text Font Color
<p style="color:#958247">Text here</p>
This sample text font color is #958247
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.
#958247 Background Color
<div style="background-color:#958247">
Div content here</div>
This div background color is #958247
#958247 Border Color
<div style="border:3px solid #958247">
Div here</div>
This div border color is #958247
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,130,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #958247; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #958247; -webkit-box-shadow: 1px 1px 3px 2px #958247; box-shadow: 1px 1px 3px 2px #958247; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,130,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #958247">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #958247; -webkit-box-shadow: 1px 1px 3px 2px #958247; box-shadow: 1px 1px 3px 2px #958247;">
Div content here</div>
This div box has shadow with color #958247
Comments
No comments written yet.
Please login to write comment.