COLOR #957876

HEX: #957876
RGB: (149,120,118)

Color info

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

RGB color model

#957876 color RGB value is (149,120,118).

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

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 118 of 255 = 46%

149
120
118

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

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 118 = 387 (100%)
R 149 of 387 ~ 38.5%
G 120 of 387 ~ 31.01%
B 118 of 387 ~ 30.49%

%38.5
%31.01
%30.49

CMYK color model

#957876 color CMYK value is (0,19,21,42).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(0,19,21,42)
C0M19Y21K42 
(0%,19%,21%,42%)
(0.00/0.19/0.21/0.42)	

CMYK percentages

%0
%19.46
%20.81
%41.57

Codes

Color #957876 in popluar color models

957876
RGB149120118
HSL12.76%52.35%
HSB/HSV20.81%58.43%
CMYK0.00%19.46%20.81%
41.57%

Color #957876 in popluar number systems.

HEX957876
Decimal149120118
Binary1001010111110001110110
Octal225170166

Shades and tints

Shades of #957876

#957876
(149,120,118)
#886E6C
(136,110,108)
#7B6462
(123,100,98)
#6E5A58
(110,90,88)
#61504E
(97,80,78)
#544644
(84,70,68)
#473C3A
(71,60,58)
#3A3230
(58,50,48)
#2D2826
(45,40,38)
#201E1C
(32,30,28)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #957876

#957876
(149,120,118)
#9E8482
(158,132,130)
#A7908E
(167,144,142)
#B09C9A
(176,156,154)
#B9A8A6
(185,168,166)
#C2B4B2
(194,180,178)
#CBC0BE
(203,192,190)
#D4CCCA
(212,204,202)
#DDD8D6
(221,216,214)
#E6E4E2
(230,228,226)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957876; }

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

This text font color is #957876.


Background Color

.myBgColor { background-color: #957876; }

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

This div background color is #957876.


Border color

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

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

This div border color is #957876.


Opacity

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

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

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

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

This text has shadow with #957876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957876 on black background.


Color preview on white background

This text has color #957876 on white background.



Black color preview on #957876 background

This text has black color on #957876 background.


White color preview on #957876 background

This text has white color on #957876 background.