COLOR #957579

HEX: #957579
RGB: (149,117,121)

Color info

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

RGB color model

#957579 color RGB value is (149,117,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 121 of 255 = 47%

149
117
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 121 = 387 (100%)
R 149 of 387 ~ 38.5%
G 117 of 387 ~ 30.23%
B 121 of 387 ~ 31.27%

%38.5
%30.23
%31.27

CMYK color model

#957579 color CMYK value is (0,21,19,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(0,21,19,42)
C0M21Y19K42 
(0%,21%,19%,42%)
(0.00/0.21/0.19/0.42)	

CMYK percentages

%0
%21.48
%18.79
%41.57

Codes

Color #957579 in popluar color models

957579
RGB149117121
HSL353°13.11%52.16%
HSB/HSV353°21.48%58.43%
CMYK0.00%21.48%18.79%
41.57%

Color #957579 in popluar number systems.

HEX957579
Decimal149117121
Binary1001010111101011111001
Octal225165171

Shades and tints

Shades of #957579

#957579
(149,117,121)
#886B6E
(136,107,110)
#7B6163
(123,97,99)
#6E5758
(110,87,88)
#614D4D
(97,77,77)
#544342
(84,67,66)
#473937
(71,57,55)
#3A2F2C
(58,47,44)
#2D2521
(45,37,33)
#201B16
(32,27,22)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #957579

#957579
(149,117,121)
#9E8185
(158,129,133)
#A78D91
(167,141,145)
#B0999D
(176,153,157)
#B9A5A9
(185,165,169)
#C2B1B5
(194,177,181)
#CBBDC1
(203,189,193)
#D4C9CD
(212,201,205)
#DDD5D9
(221,213,217)
#E6E1E5
(230,225,229)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957579; }

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

This text font color is #957579.


Background Color

.myBgColor { background-color: #957579; }

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

This div background color is #957579.


Border color

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

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

This div border color is #957579.


Opacity

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

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

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

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

This text has shadow with #957579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957579 on black background.


Color preview on white background

This text has color #957579 on white background.



Black color preview on #957579 background

This text has black color on #957579 background.


White color preview on #957579 background

This text has white color on #957579 background.