COLOR #957C70

HEX: #957C70
RGB: (149,124,112)

Color info

#957C70 contains red, green and blue colors in about the same proportion. Web safe color of #957C70 is #996666 (or #966).

RGB color model

#957C70 color RGB value is (149,124,112).

  • red value is 149;
  • green value is 124;
  • blue value is 112.
RGB:
(149,124,112)
(58%,49%,44%)

RGB channels and saturation

R 149 of 255 = 58%
G 124 of 255 = 49%
B 112 of 255 = 44%

149
124
112

R + G + B ~ 50%. #957C70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 124 + 112 = 385 (100%)
R 149 of 385 ~ 38.7%
G 124 of 385 ~ 32.21%
B 112 of 385 ~ 29.09%

%38.7
%32.21
%29.09

CMYK color model

#957C70 color CMYK value is (0,17,25,42).

  • cyan value is 0.00%
  • magenta value is 16.78%
  • yellow value is 24.83%
  • key color value is 41.57%
CMYK:
(0,17,25,42)
C0M17Y25K42 
(0%,17%,25%,42%)
(0.00/0.17/0.25/0.42)	

CMYK percentages

%0
%16.78
%24.83
%41.57

Codes

Color #957C70 in popluar color models

957C70
RGB149124112
HSL19°14.86%51.18%
HSB/HSV19°24.83%58.43%
CMYK0.00%16.78%24.83%
41.57%

Color #957C70 in popluar number systems.

HEX957C70
Decimal149124112
Binary1001010111111001110000
Octal225174160

Shades and tints

Shades of #957C70

#957C70
(149,124,112)
#887166
(136,113,102)
#7B665C
(123,102,92)
#6E5B52
(110,91,82)
#615048
(97,80,72)
#54453E
(84,69,62)
#473A34
(71,58,52)
#3A2F2A
(58,47,42)
#2D2420
(45,36,32)
#201916
(32,25,22)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #957C70

#957C70
(149,124,112)
#9E877D
(158,135,125)
#A7928A
(167,146,138)
#B09D97
(176,157,151)
#B9A8A4
(185,168,164)
#C2B3B1
(194,179,177)
#CBBEBE
(203,190,190)
#D4C9CB
(212,201,203)
#DDD4D8
(221,212,216)
#E6DFE5
(230,223,229)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957C70 color. Also use rgb(149,124,112) instead hex code.

Text Font Color

.myTextColor { color: #957C70; }

<p style="color:#957C70">This sample text font color is #957C70.</p>

This text font color is #957C70.


Background Color

.myBgColor { background-color: #957C70; }

<div style="background-color:#957C70">Inner text</div>

This div background color is #957C70.


Border color

.myBorderColor { border: 1px solid #957C70; }

<div style="border:3px solid #957C70">Div</div>

This div border color is #957C70.


Opacity

.myOpacity80 { color: #957C70; opacity: 0.8; }

<p style="color:#957C70;opacity:0.8;">80%</p>

Text with #957C70 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #957C70;}

<p style="text-shadow: 3px 3px 1px #957C70">Text here.</p>

This text has shadow with #957C70 color.

.textShadow {text-shadow: 3px 3px 1px #957C70, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #957C70, 5px 5px 20px red">Text here.</p>

This text has shadow with #957C70 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957C70, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#957C70, Direction=45, Strength=4)">Text</p>

This text has shadow with #957C70 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #957C70;
  -webkit-box-shadow:	1px 1px 3px 2px #957C70;
  box-shadow:		1px 1px 3px 2px #957C70;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957C70;
-webkit-box-shadow: 1px 1px 3px 2px #957C70;
box-shadow:1px 1px 3px 2px #957C70;">
Div content here</div>
This div box has shadow with color #957C70.

Preview

Color preview on black background

This text has color #957C70 on black background.


Color preview on white background

This text has color #957C70 on white background.



Black color preview on #957C70 background

This text has black color on #957C70 background.


White color preview on #957C70 background

This text has white color on #957C70 background.