Color Hex Logo

#957156 Color Hex

#957156
(149,113,86)
0 Favorites   0 Comments

Color spaces of #957156

RGB 14911386
HSL0.070.270.46
HSV26°42°58°
CMYK 0.000.240.42   0.42
XYZ19.979318.871711.3937
Yxy18.87170.39760.3756
Hunter Lab43.44166.071514.8587
CIE-Lab50.536810.496120.4721

#957156 color RGB value is (149,113,86).

#957156 hex color red value is 149, green value is 113 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #957156 hue: 0.07 , saturation: 0.27 and the lightness value of 957156 is 0.46.

The process color (four color CMYK) of #957156 color hex is 0.00, 0.24, 0.42, 0.42. Web safe color of #957156 is #996666. Color #957156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 01010110
Octal 225 161 126
Decimal 149 113 86
Hex 95 71 56

RGB Percentages of Color #957156

%42.82
%32.47
%24.71

CMYK Percentages of Color #957156

%0
%24
%42
%42

Triadic Colors of #957156

#957156 #569571 #715695

Analogous Colors of #957156

#957156 #959156 #95565a

Monochromatic Colors of #957156

#957156

Complementary Color

#957156 #567a95

#957156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957156 Color CSS Codes

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

#957156 Text Font Color

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

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


#957156 Background Color

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

This div background color is #957156


#957156 Border Color

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

This div border color is #957156


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,113,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #957156; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #957156;
  -webkit-box-shadow: 1px 1px 3px 2px #957156;
  box-shadow:         1px 1px 3px 2px #957156; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957156


Comments

No comments written yet.

Please login to write comment.