COLOR #957D6F

HEX: #957D6F
RGB: (149,125,111)

Color info

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

RGB color model

#957D6F color RGB value is (149,125,111).

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

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 111 of 255 = 44%

149
125
111

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

Portions of RGB colors in percentages

R + G + B =
149 + 125 + 111 = 385 (100%)
R 149 of 385 ~ 38.7%
G 125 of 385 ~ 32.47%
B 111 of 385 ~ 28.83%

%38.7
%32.47
%28.83

CMYK color model

#957D6F color CMYK value is (0,16,26,42).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 25.50%
  • key color value is 41.57%
CMYK:
(0,16,26,42)
C0M16Y26K42 
(0%,16%,26%,42%)
(0.00/0.16/0.26/0.42)	

CMYK percentages

%0
%16.11
%25.5
%41.57

Codes

Color #957D6F in popluar color models

957D6F
RGB149125111
HSL22°15.20%50.98%
HSB/HSV22°25.50%58.43%
CMYK0.00%16.11%25.50%
41.57%

Color #957D6F in popluar number systems.

HEX957D6F
Decimal149125111
Binary1001010111111011101111
Octal225175157

Shades and tints

Shades of #957D6F

#957D6F
(149,125,111)
#887265
(136,114,101)
#7B675B
(123,103,91)
#6E5C51
(110,92,81)
#615147
(97,81,71)
#54463D
(84,70,61)
#473B33
(71,59,51)
#3A3029
(58,48,41)
#2D251F
(45,37,31)
#201A15
(32,26,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #957D6F

#957D6F
(149,125,111)
#9E887C
(158,136,124)
#A79389
(167,147,137)
#B09E96
(176,158,150)
#B9A9A3
(185,169,163)
#C2B4B0
(194,180,176)
#CBBFBD
(203,191,189)
#D4CACA
(212,202,202)
#DDD5D7
(221,213,215)
#E6E0E4
(230,224,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957D6F; }

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

This text font color is #957D6F.


Background Color

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

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

This div background color is #957D6F.


Border color

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

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

This div border color is #957D6F.


Opacity

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

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

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

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

This text has shadow with #957D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D6F on black background.


Color preview on white background

This text has color #957D6F on white background.



Black color preview on #957D6F background

This text has black color on #957D6F background.


White color preview on #957D6F background

This text has white color on #957D6F background.