Color Hex Logo

#956f5f Color Hex

#956F5F
(149,111,95)
0 Favorites   0 Comments

Color spaces of #956f5f

RGB 14911195
HSL0.050.220.48
HSV18°36°58°
CMYK 0.000.260.36   0.42
XYZ20.144418.584713.3519
Yxy18.58470.38680.3568
Hunter Lab43.11007.966911.8139
CIE-Lab50.197712.774114.7711

#956f5f color RGB value is (149,111,95).

#956f5f hex color red value is 149, green value is 111 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #956f5f hue: 0.05 , saturation: 0.22 and the lightness value of 956f5f is 0.48.

The process color (four color CMYK) of #956f5f color hex is 0.00, 0.26, 0.36, 0.42. Web safe color of #956f5f is #996666. Color #956f5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101111 01011111
Octal 225 157 137
Decimal 149 111 95
Hex 95 6F 5F

RGB Percentages of Color #956f5f

%41.97
%31.27
%26.76

CMYK Percentages of Color #956f5f

%0
%26
%36
%42

Triadic Colors of #956f5f

#956f5f #5f956f #6f5f95

Analogous Colors of #956f5f

#956f5f #958a5f #955f6a

Monochromatic Colors of #956f5f

#956f5f

Complementary Color

#956f5f #5f8595

#956f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#956f5f Color CSS Codes

.mybgcolor {background-color:#956f5f; } 
.myforecolor {color:#956f5f; }
.mybordercolor {border:3px solid #956f5f; }

#956f5f Text Font Color

<p style="color:#956f5f">Text here</p>

This sample text font color is #956f5f
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.


#956f5f Background Color

<div style="background-color:#956f5f">
Div content here</div>

This div background color is #956f5f


#956f5f Border Color

<div style="border:3px solid #956f5f">
Div here</div>

This div border color is #956f5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,111,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #956f5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #956f5f;
  -webkit-box-shadow: 1px 1px 3px 2px #956f5f;
  box-shadow:         1px 1px 3px 2px #956f5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,111,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #956f5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #956f5f;
  -webkit-box-shadow: 1px 1px 3px 2px #956f5f;
  box-shadow:         1px 1px 3px 2px #956f5f;">
Div content here</div>

This div box has shadow with color #956f5f


Comments

No comments written yet.

Please login to write comment.