COLOR #957D7A

HEX: #957D7A
RGB: (149,125,122)

Color info

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

RGB color model

#957D7A color RGB value is (149,125,122).

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

RGB channels and saturation

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

149
125
122

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

Portions of RGB colors in percentages

R + G + B =
149 + 125 + 122 = 396 (100%)
R 149 of 396 ~ 37.63%
G 125 of 396 ~ 31.57%
B 122 of 396 ~ 30.81%

%37.63
%31.57
%30.81

CMYK color model

#957D7A color CMYK value is (0,16,18,42).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 18.12%
  • key color value is 41.57%
CMYK:
(0,16,18,42)
C0M16Y18K42 
(0%,16%,18%,42%)
(0.00/0.16/0.18/0.42)	

CMYK percentages

%0
%16.11
%18.12
%41.57

Codes

Color #957D7A in popluar color models

957D7A
RGB149125122
HSL11.30%53.14%
HSB/HSV18.12%58.43%
CMYK0.00%16.11%18.12%
41.57%

Color #957D7A in popluar number systems.

HEX957D7A
Decimal149125122
Binary1001010111111011111010
Octal225175172

Shades and tints

Shades of #957D7A

#957D7A
(149,125,122)
#88726F
(136,114,111)
#7B6764
(123,103,100)
#6E5C59
(110,92,89)
#61514E
(97,81,78)
#544643
(84,70,67)
#473B38
(71,59,56)
#3A302D
(58,48,45)
#2D2522
(45,37,34)
#201A17
(32,26,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #957D7A

#957D7A
(149,125,122)
#9E8886
(158,136,134)
#A79392
(167,147,146)
#B09E9E
(176,158,158)
#B9A9AA
(185,169,170)
#C2B4B6
(194,180,182)
#CBBFC2
(203,191,194)
#D4CACE
(212,202,206)
#DDD5DA
(221,213,218)
#E6E0E6
(230,224,230)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957D7A; }

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

This text font color is #957D7A.


Background Color

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

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

This div background color is #957D7A.


Border color

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

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

This div border color is #957D7A.


Opacity

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

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

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

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

This text has shadow with #957D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D7A on black background.


Color preview on white background

This text has color #957D7A on white background.



Black color preview on #957D7A background

This text has black color on #957D7A background.


White color preview on #957D7A background

This text has white color on #957D7A background.