COLOR #957E7A

HEX: #957E7A
RGB: (149,126,122)

Color info

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

RGB color model

#957E7A color RGB value is (149,126,122).

  • red value is 149;
  • green value is 126;
  • blue value is 122.
RGB:
(149,126,122)
(58%,49%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 122 of 255 = 48%

149
126
122

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

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 122 = 397 (100%)
R 149 of 397 ~ 37.53%
G 126 of 397 ~ 31.74%
B 122 of 397 ~ 30.73%

%37.53
%31.74
%30.73

CMYK color model

#957E7A color CMYK value is (0,15,18,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 18.12%
  • key color value is 41.57%
CMYK:
(0,15,18,42)
C0M15Y18K42 
(0%,15%,18%,42%)
(0.00/0.15/0.18/0.42)	

CMYK percentages

%0
%15.44
%18.12
%41.57

Codes

Color #957E7A in popluar color models

957E7A
RGB149126122
HSL11.30%53.14%
HSB/HSV18.12%58.43%
CMYK0.00%15.44%18.12%
41.57%

Color #957E7A in popluar number systems.

HEX957E7A
Decimal149126122
Binary1001010111111101111010
Octal225176172

Shades and tints

Shades of #957E7A

#957E7A
(149,126,122)
#88736F
(136,115,111)
#7B6864
(123,104,100)
#6E5D59
(110,93,89)
#61524E
(97,82,78)
#544743
(84,71,67)
#473C38
(71,60,56)
#3A312D
(58,49,45)
#2D2622
(45,38,34)
#201B17
(32,27,23)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #957E7A

#957E7A
(149,126,122)
#9E8986
(158,137,134)
#A79492
(167,148,146)
#B09F9E
(176,159,158)
#B9AAAA
(185,170,170)
#C2B5B6
(194,181,182)
#CBC0C2
(203,192,194)
#D4CBCE
(212,203,206)
#DDD6DA
(221,214,218)
#E6E1E6
(230,225,230)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957E7A color. Also use rgb(149,126,122) instead hex code.

Text Font Color

.myTextColor { color: #957E7A; }

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

This text font color is #957E7A.


Background Color

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

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

This div background color is #957E7A.


Border color

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

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

This div border color is #957E7A.


Opacity

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

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

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

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

This text has shadow with #957E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E7A on black background.


Color preview on white background

This text has color #957E7A on white background.



Black color preview on #957E7A background

This text has black color on #957E7A background.


White color preview on #957E7A background

This text has white color on #957E7A background.