COLOR #957B5F

HEX: #957B5F
RGB: (149,123,95)

Color info

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

RGB color model

#957B5F color RGB value is (149,123,95).

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

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 95 of 255 = 37%

149
123
95

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

Portions of RGB colors in percentages

R + G + B =
149 + 123 + 95 = 367 (100%)
R 149 of 367 ~ 40.6%
G 123 of 367 ~ 33.51%
B 95 of 367 ~ 25.89%

%40.6
%33.51
%25.89

CMYK color model

#957B5F color CMYK value is (0,17,36,42).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(0,17,36,42)
C0M17Y36K42 
(0%,17%,36%,42%)
(0.00/0.17/0.36/0.42)	

CMYK percentages

%0
%17.45
%36.24
%41.57

Codes

Color #957B5F in popluar color models

957B5F
RGB14912395
HSL31°22.13%47.84%
HSB/HSV31°36.24%58.43%
CMYK0.00%17.45%36.24%
41.57%

Color #957B5F in popluar number systems.

HEX957B5F
Decimal14912395
Binary1001010111110111011111
Octal225173137

Shades and tints

Shades of #957B5F

#957B5F
(149,123,95)
#887057
(136,112,87)
#7B654F
(123,101,79)
#6E5A47
(110,90,71)
#614F3F
(97,79,63)
#544437
(84,68,55)
#47392F
(71,57,47)
#3A2E27
(58,46,39)
#2D231F
(45,35,31)
#201817
(32,24,23)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #957B5F

#957B5F
(149,123,95)
#9E876D
(158,135,109)
#A7937B
(167,147,123)
#B09F89
(176,159,137)
#B9AB97
(185,171,151)
#C2B7A5
(194,183,165)
#CBC3B3
(203,195,179)
#D4CFC1
(212,207,193)
#DDDBCF
(221,219,207)
#E6E7DD
(230,231,221)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957B5F; }

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

This text font color is #957B5F.


Background Color

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

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

This div background color is #957B5F.


Border color

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

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

This div border color is #957B5F.


Opacity

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

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

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

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

This text has shadow with #957B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957B5F on black background.


Color preview on white background

This text has color #957B5F on white background.



Black color preview on #957B5F background

This text has black color on #957B5F background.


White color preview on #957B5F background

This text has white color on #957B5F background.