COLOR #957586

HEX: #957586
RGB: (149,117,134)

Color info

#957586 contains red, green and blue colors in about the same proportion. Web safe color of #957586 is #996699 (or #969).

RGB color model

#957586 color RGB value is (149,117,134).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 134 of 255 = 53%

149
117
134

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 134 = 400 (100%)
R 149 of 400 ~ 37.25%
G 117 of 400 ~ 29.25%
B 134 of 400 ~ 33.5%

%37.25
%29.25
%33.5

CMYK color model

#957586 color CMYK value is (0,21,10,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 10.07%
  • key color value is 41.57%
CMYK:
(0,21,10,42)
C0M21Y10K42 
(0%,21%,10%,42%)
(0.00/0.21/0.10/0.42)	

CMYK percentages

%0
%21.48
%10.07
%41.57

Codes

Color #957586 in popluar color models

957586
RGB149117134
HSL328°13.11%52.16%
HSB/HSV328°21.48%58.43%
CMYK0.00%21.48%10.07%
41.57%

Color #957586 in popluar number systems.

HEX957586
Decimal149117134
Binary10010101111010110000110
Octal225165206

Shades and tints

Shades of #957586

#957586
(149,117,134)
#886B7A
(136,107,122)
#7B616E
(123,97,110)
#6E5762
(110,87,98)
#614D56
(97,77,86)
#54434A
(84,67,74)
#47393E
(71,57,62)
#3A2F32
(58,47,50)
#2D2526
(45,37,38)
#201B1A
(32,27,26)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #957586

#957586
(149,117,134)
#9E8191
(158,129,145)
#A78D9C
(167,141,156)
#B099A7
(176,153,167)
#B9A5B2
(185,165,178)
#C2B1BD
(194,177,189)
#CBBDC8
(203,189,200)
#D4C9D3
(212,201,211)
#DDD5DE
(221,213,222)
#E6E1E9
(230,225,233)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957586; }

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

This text font color is #957586.


Background Color

.myBgColor { background-color: #957586; }

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

This div background color is #957586.


Border color

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

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

This div border color is #957586.


Opacity

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

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

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

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

This text has shadow with #957586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957586 on black background.


Color preview on white background

This text has color #957586 on white background.



Black color preview on #957586 background

This text has black color on #957586 background.


White color preview on #957586 background

This text has white color on #957586 background.