COLOR #957A72

HEX: #957A72
RGB: (149,122,114)

Color info

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

RGB color model

#957A72 color RGB value is (149,122,114).

  • red value is 149;
  • green value is 122;
  • blue value is 114.
RGB:
(149,122,114)
(58%,48%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 114 of 255 = 45%

149
122
114

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

Portions of RGB colors in percentages

R + G + B =
149 + 122 + 114 = 385 (100%)
R 149 of 385 ~ 38.7%
G 122 of 385 ~ 31.69%
B 114 of 385 ~ 29.61%

%38.7
%31.69
%29.61

CMYK color model

#957A72 color CMYK value is (0,18,23,42).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 23.49%
  • key color value is 41.57%
CMYK:
(0,18,23,42)
C0M18Y23K42 
(0%,18%,23%,42%)
(0.00/0.18/0.23/0.42)	

CMYK percentages

%0
%18.12
%23.49
%41.57

Codes

Color #957A72 in popluar color models

957A72
RGB149122114
HSL14°14.17%51.57%
HSB/HSV14°23.49%58.43%
CMYK0.00%18.12%23.49%
41.57%

Color #957A72 in popluar number systems.

HEX957A72
Decimal149122114
Binary1001010111110101110010
Octal225172162

Shades and tints

Shades of #957A72

#957A72
(149,122,114)
#886F68
(136,111,104)
#7B645E
(123,100,94)
#6E5954
(110,89,84)
#614E4A
(97,78,74)
#544340
(84,67,64)
#473836
(71,56,54)
#3A2D2C
(58,45,44)
#2D2222
(45,34,34)
#201718
(32,23,24)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #957A72

#957A72
(149,122,114)
#9E867E
(158,134,126)
#A7928A
(167,146,138)
#B09E96
(176,158,150)
#B9AAA2
(185,170,162)
#C2B6AE
(194,182,174)
#CBC2BA
(203,194,186)
#D4CEC6
(212,206,198)
#DDDAD2
(221,218,210)
#E6E6DE
(230,230,222)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957A72 color. Also use rgb(149,122,114) instead hex code.

Text Font Color

.myTextColor { color: #957A72; }

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

This text font color is #957A72.


Background Color

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

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

This div background color is #957A72.


Border color

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

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

This div border color is #957A72.


Opacity

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

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

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

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

This text has shadow with #957A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957A72 on black background.


Color preview on white background

This text has color #957A72 on white background.



Black color preview on #957A72 background

This text has black color on #957A72 background.


White color preview on #957A72 background

This text has white color on #957A72 background.