COLOR #957585

HEX: #957585
RGB: (149,117,133)

Color info

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

RGB color model

#957585 color RGB value is (149,117,133).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 133 of 255 = 52%

149
117
133

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 133 = 399 (100%)
R 149 of 399 ~ 37.34%
G 117 of 399 ~ 29.32%
B 133 of 399 ~ 33.33%

%37.34
%29.32
%33.33

CMYK color model

#957585 color CMYK value is (0,21,11,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 10.74%
  • key color value is 41.57%
CMYK:
(0,21,11,42)
C0M21Y11K42 
(0%,21%,11%,42%)
(0.00/0.21/0.11/0.42)	

CMYK percentages

%0
%21.48
%10.74
%41.57

Codes

Color #957585 in popluar color models

957585
RGB149117133
HSL330°13.11%52.16%
HSB/HSV330°21.48%58.43%
CMYK0.00%21.48%10.74%
41.57%

Color #957585 in popluar number systems.

HEX957585
Decimal149117133
Binary10010101111010110000101
Octal225165205

Shades and tints

Shades of #957585

#957585
(149,117,133)
#886B79
(136,107,121)
#7B616D
(123,97,109)
#6E5761
(110,87,97)
#614D55
(97,77,85)
#544349
(84,67,73)
#47393D
(71,57,61)
#3A2F31
(58,47,49)
#2D2525
(45,37,37)
#201B19
(32,27,25)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #957585

#957585
(149,117,133)
#9E8190
(158,129,144)
#A78D9B
(167,141,155)
#B099A6
(176,153,166)
#B9A5B1
(185,165,177)
#C2B1BC
(194,177,188)
#CBBDC7
(203,189,199)
#D4C9D2
(212,201,210)
#DDD5DD
(221,213,221)
#E6E1E8
(230,225,232)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957585; }

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

This text font color is #957585.


Background Color

.myBgColor { background-color: #957585; }

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

This div background color is #957585.


Border color

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

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

This div border color is #957585.


Opacity

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

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

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

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

This text has shadow with #957585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957585 on black background.


Color preview on white background

This text has color #957585 on white background.



Black color preview on #957585 background

This text has black color on #957585 background.


White color preview on #957585 background

This text has white color on #957585 background.