COLOR #957877

HEX: #957877
RGB: (149,120,119)

Color info

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

RGB color model

#957877 color RGB value is (149,120,119).

  • red value is 149;
  • green value is 120;
  • blue value is 119.
RGB:
(149,120,119)
(58%,47%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 119 of 255 = 47%

149
120
119

R + G + B ~ 51%. #957877 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 119 = 388 (100%)
R 149 of 388 ~ 38.4%
G 120 of 388 ~ 30.93%
B 119 of 388 ~ 30.67%

%38.4
%30.93
%30.67

CMYK color model

#957877 color CMYK value is (0,19,20,42).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(0,19,20,42)
C0M19Y20K42 
(0%,19%,20%,42%)
(0.00/0.19/0.20/0.42)	

CMYK percentages

%0
%19.46
%20.13
%41.57

Codes

Color #957877 in popluar color models

957877
RGB149120119
HSL12.40%52.55%
HSB/HSV20.13%58.43%
CMYK0.00%19.46%20.13%
41.57%

Color #957877 in popluar number systems.

HEX957877
Decimal149120119
Binary1001010111110001110111
Octal225170167

Shades and tints

Shades of #957877

#957877
(149,120,119)
#886E6D
(136,110,109)
#7B6463
(123,100,99)
#6E5A59
(110,90,89)
#61504F
(97,80,79)
#544645
(84,70,69)
#473C3B
(71,60,59)
#3A3231
(58,50,49)
#2D2827
(45,40,39)
#201E1D
(32,30,29)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #957877

#957877
(149,120,119)
#9E8483
(158,132,131)
#A7908F
(167,144,143)
#B09C9B
(176,156,155)
#B9A8A7
(185,168,167)
#C2B4B3
(194,180,179)
#CBC0BF
(203,192,191)
#D4CCCB
(212,204,203)
#DDD8D7
(221,216,215)
#E6E4E3
(230,228,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957877 color. Also use rgb(149,120,119) instead hex code.

Text Font Color

.myTextColor { color: #957877; }

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

This text font color is #957877.


Background Color

.myBgColor { background-color: #957877; }

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

This div background color is #957877.


Border color

.myBorderColor { border: 1px solid #957877; }

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

This div border color is #957877.


Opacity

.myOpacity80 { color: #957877; opacity: 0.8; }

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

Text with #957877 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 #957877;}

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

This text has shadow with #957877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957877 on black background.


Color preview on white background

This text has color #957877 on white background.



Black color preview on #957877 background

This text has black color on #957877 background.


White color preview on #957877 background

This text has white color on #957877 background.