COLOR #957D6C

HEX: #957D6C
RGB: (149,125,108)

Color info

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

RGB color model

#957D6C color RGB value is (149,125,108).

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

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 108 of 255 = 42%

149
125
108

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

Portions of RGB colors in percentages

R + G + B =
149 + 125 + 108 = 382 (100%)
R 149 of 382 ~ 39.01%
G 125 of 382 ~ 32.72%
B 108 of 382 ~ 28.27%

%39.01
%32.72
%28.27

CMYK color model

#957D6C color CMYK value is (0,16,28,42).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(0,16,28,42)
C0M16Y28K42 
(0%,16%,28%,42%)
(0.00/0.16/0.28/0.42)	

CMYK percentages

%0
%16.11
%27.52
%41.57

Codes

Color #957D6C in popluar color models

957D6C
RGB149125108
HSL25°16.21%50.39%
HSB/HSV25°27.52%58.43%
CMYK0.00%16.11%27.52%
41.57%

Color #957D6C in popluar number systems.

HEX957D6C
Decimal149125108
Binary1001010111111011101100
Octal225175154

Shades and tints

Shades of #957D6C

#957D6C
(149,125,108)
#887263
(136,114,99)
#7B675A
(123,103,90)
#6E5C51
(110,92,81)
#615148
(97,81,72)
#54463F
(84,70,63)
#473B36
(71,59,54)
#3A302D
(58,48,45)
#2D2524
(45,37,36)
#201A1B
(32,26,27)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #957D6C

#957D6C
(149,125,108)
#9E8879
(158,136,121)
#A79386
(167,147,134)
#B09E93
(176,158,147)
#B9A9A0
(185,169,160)
#C2B4AD
(194,180,173)
#CBBFBA
(203,191,186)
#D4CAC7
(212,202,199)
#DDD5D4
(221,213,212)
#E6E0E1
(230,224,225)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957D6C; }

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

This text font color is #957D6C.


Background Color

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

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

This div background color is #957D6C.


Border color

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

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

This div border color is #957D6C.


Opacity

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

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

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

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

This text has shadow with #957D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D6C on black background.


Color preview on white background

This text has color #957D6C on white background.



Black color preview on #957D6C background

This text has black color on #957D6C background.


White color preview on #957D6C background

This text has white color on #957D6C background.