COLOR #957F5B

HEX: #957F5B
RGB: (149,127,91)

Color info

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

RGB color model

#957F5B color RGB value is (149,127,91).

  • red value is 149;
  • green value is 127;
  • blue value is 91.
RGB:
(149,127,91)
(58%,50%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 91 of 255 = 36%

149
127
91

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 91 = 367 (100%)
R 149 of 367 ~ 40.6%
G 127 of 367 ~ 34.6%
B 91 of 367 ~ 24.8%

%40.6
%34.6
%24.8

CMYK color model

#957F5B color CMYK value is (0,15,39,42).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 38.93%
  • key color value is 41.57%
CMYK:
(0,15,39,42)
C0M15Y39K42 
(0%,15%,39%,42%)
(0.00/0.15/0.39/0.42)	

CMYK percentages

%0
%14.77
%38.93
%41.57

Codes

Color #957F5B in popluar color models

957F5B
RGB14912791
HSL37°24.17%47.06%
HSB/HSV37°38.93%58.43%
CMYK0.00%14.77%38.93%
41.57%

Color #957F5B in popluar number systems.

HEX957F5B
Decimal14912791
Binary1001010111111111011011
Octal225177133

Shades and tints

Shades of #957F5B

#957F5B
(149,127,91)
#887453
(136,116,83)
#7B694B
(123,105,75)
#6E5E43
(110,94,67)
#61533B
(97,83,59)
#544833
(84,72,51)
#473D2B
(71,61,43)
#3A3223
(58,50,35)
#2D271B
(45,39,27)
#201C13
(32,28,19)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #957F5B

#957F5B
(149,127,91)
#9E8A69
(158,138,105)
#A79577
(167,149,119)
#B0A085
(176,160,133)
#B9AB93
(185,171,147)
#C2B6A1
(194,182,161)
#CBC1AF
(203,193,175)
#D4CCBD
(212,204,189)
#DDD7CB
(221,215,203)
#E6E2D9
(230,226,217)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957F5B color. Also use rgb(149,127,91) instead hex code.

Text Font Color

.myTextColor { color: #957F5B; }

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

This text font color is #957F5B.


Background Color

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

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

This div background color is #957F5B.


Border color

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

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

This div border color is #957F5B.


Opacity

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

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

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

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

This text has shadow with #957F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957F5B on black background.


Color preview on white background

This text has color #957F5B on white background.



Black color preview on #957F5B background

This text has black color on #957F5B background.


White color preview on #957F5B background

This text has white color on #957F5B background.