COLOR #957D7B

HEX: #957D7B
RGB: (149,125,123)

Color info

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

RGB color model

#957D7B color RGB value is (149,125,123).

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

RGB channels and saturation

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

149
125
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 125 + 123 = 397 (100%)
R 149 of 397 ~ 37.53%
G 125 of 397 ~ 31.49%
B 123 of 397 ~ 30.98%

%37.53
%31.49
%30.98

CMYK color model

#957D7B color CMYK value is (0,16,17,42).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(0,16,17,42)
C0M16Y17K42 
(0%,16%,17%,42%)
(0.00/0.16/0.17/0.42)	

CMYK percentages

%0
%16.11
%17.45
%41.57

Codes

Color #957D7B in popluar color models

957D7B
RGB149125123
HSL10.92%53.33%
HSB/HSV17.45%58.43%
CMYK0.00%16.11%17.45%
41.57%

Color #957D7B in popluar number systems.

HEX957D7B
Decimal149125123
Binary1001010111111011111011
Octal225175173

Shades and tints

Shades of #957D7B

#957D7B
(149,125,123)
#887270
(136,114,112)
#7B6765
(123,103,101)
#6E5C5A
(110,92,90)
#61514F
(97,81,79)
#544644
(84,70,68)
#473B39
(71,59,57)
#3A302E
(58,48,46)
#2D2523
(45,37,35)
#201A18
(32,26,24)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #957D7B

#957D7B
(149,125,123)
#9E8887
(158,136,135)
#A79393
(167,147,147)
#B09E9F
(176,158,159)
#B9A9AB
(185,169,171)
#C2B4B7
(194,180,183)
#CBBFC3
(203,191,195)
#D4CACF
(212,202,207)
#DDD5DB
(221,213,219)
#E6E0E7
(230,224,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957D7B; }

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

This text font color is #957D7B.


Background Color

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

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

This div background color is #957D7B.


Border color

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

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

This div border color is #957D7B.


Opacity

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

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

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

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

This text has shadow with #957D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D7B on black background.


Color preview on white background

This text has color #957D7B on white background.



Black color preview on #957D7B background

This text has black color on #957D7B background.


White color preview on #957D7B background

This text has white color on #957D7B background.