COLOR #957F79

HEX: #957F79
RGB: (149,127,121)

Color info

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

RGB color model

#957F79 color RGB value is (149,127,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 121 of 255 = 47%

149
127
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 121 = 397 (100%)
R 149 of 397 ~ 37.53%
G 127 of 397 ~ 31.99%
B 121 of 397 ~ 30.48%

%37.53
%31.99
%30.48

CMYK color model

#957F79 color CMYK value is (0,15,19,42).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(0,15,19,42)
C0M15Y19K42 
(0%,15%,19%,42%)
(0.00/0.15/0.19/0.42)	

CMYK percentages

%0
%14.77
%18.79
%41.57

Codes

Color #957F79 in popluar color models

957F79
RGB149127121
HSL13°11.67%52.94%
HSB/HSV13°18.79%58.43%
CMYK0.00%14.77%18.79%
41.57%

Color #957F79 in popluar number systems.

HEX957F79
Decimal149127121
Binary1001010111111111111001
Octal225177171

Shades and tints

Shades of #957F79

#957F79
(149,127,121)
#88746E
(136,116,110)
#7B6963
(123,105,99)
#6E5E58
(110,94,88)
#61534D
(97,83,77)
#544842
(84,72,66)
#473D37
(71,61,55)
#3A322C
(58,50,44)
#2D2721
(45,39,33)
#201C16
(32,28,22)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #957F79

#957F79
(149,127,121)
#9E8A85
(158,138,133)
#A79591
(167,149,145)
#B0A09D
(176,160,157)
#B9ABA9
(185,171,169)
#C2B6B5
(194,182,181)
#CBC1C1
(203,193,193)
#D4CCCD
(212,204,205)
#DDD7D9
(221,215,217)
#E6E2E5
(230,226,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957F79; }

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

This text font color is #957F79.


Background Color

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

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

This div background color is #957F79.


Border color

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

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

This div border color is #957F79.


Opacity

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

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

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

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

This text has shadow with #957F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957F79 on black background.


Color preview on white background

This text has color #957F79 on white background.



Black color preview on #957F79 background

This text has black color on #957F79 background.


White color preview on #957F79 background

This text has white color on #957F79 background.