COLOR #957973

HEX: #957973
RGB: (149,121,115)

Color info

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

RGB color model

#957973 color RGB value is (149,121,115).

  • red value is 149;
  • green value is 121;
  • blue value is 115.
RGB:
(149,121,115)
(58%,47%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 121 of 255 = 47%
B 115 of 255 = 45%

149
121
115

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

Portions of RGB colors in percentages

R + G + B =
149 + 121 + 115 = 385 (100%)
R 149 of 385 ~ 38.7%
G 121 of 385 ~ 31.43%
B 115 of 385 ~ 29.87%

%38.7
%31.43
%29.87

CMYK color model

#957973 color CMYK value is (0,19,23,42).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 22.82%
  • key color value is 41.57%
CMYK:
(0,19,23,42)
C0M19Y23K42 
(0%,19%,23%,42%)
(0.00/0.19/0.23/0.42)	

CMYK percentages

%0
%18.79
%22.82
%41.57

Codes

Color #957973 in popluar color models

957973
RGB149121115
HSL11°13.82%51.76%
HSB/HSV11°22.82%58.43%
CMYK0.00%18.79%22.82%
41.57%

Color #957973 in popluar number systems.

HEX957973
Decimal149121115
Binary1001010111110011110011
Octal225171163

Shades and tints

Shades of #957973

#957973
(149,121,115)
#886E69
(136,110,105)
#7B635F
(123,99,95)
#6E5855
(110,88,85)
#614D4B
(97,77,75)
#544241
(84,66,65)
#473737
(71,55,55)
#3A2C2D
(58,44,45)
#2D2123
(45,33,35)
#201619
(32,22,25)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #957973

#957973
(149,121,115)
#9E857F
(158,133,127)
#A7918B
(167,145,139)
#B09D97
(176,157,151)
#B9A9A3
(185,169,163)
#C2B5AF
(194,181,175)
#CBC1BB
(203,193,187)
#D4CDC7
(212,205,199)
#DDD9D3
(221,217,211)
#E6E5DF
(230,229,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957973 color. Also use rgb(149,121,115) instead hex code.

Text Font Color

.myTextColor { color: #957973; }

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

This text font color is #957973.


Background Color

.myBgColor { background-color: #957973; }

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

This div background color is #957973.


Border color

.myBorderColor { border: 1px solid #957973; }

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

This div border color is #957973.


Opacity

.myOpacity80 { color: #957973; opacity: 0.8; }

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

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

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

This text has shadow with #957973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957973 on black background.


Color preview on white background

This text has color #957973 on white background.



Black color preview on #957973 background

This text has black color on #957973 background.


White color preview on #957973 background

This text has white color on #957973 background.