COLOR #957589

HEX: #957589
RGB: (149,117,137)

Color info

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

RGB color model

#957589 color RGB value is (149,117,137).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 137 of 255 = 54%

149
117
137

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 137 = 403 (100%)
R 149 of 403 ~ 36.97%
G 117 of 403 ~ 29.03%
B 137 of 403 ~ 34%

%36.97
%29.03
%34

CMYK color model

#957589 color CMYK value is (0,21,8,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,21,8,42)
C0M21Y8K42 
(0%,21%,8%,42%)
(0.00/0.21/0.08/0.42)	

CMYK percentages

%0
%21.48
%8.05
%41.57

Codes

Color #957589 in popluar color models

957589
RGB149117137
HSL323°13.11%52.16%
HSB/HSV323°21.48%58.43%
CMYK0.00%21.48%8.05%
41.57%

Color #957589 in popluar number systems.

HEX957589
Decimal149117137
Binary10010101111010110001001
Octal225165211

Shades and tints

Shades of #957589

#957589
(149,117,137)
#886B7D
(136,107,125)
#7B6171
(123,97,113)
#6E5765
(110,87,101)
#614D59
(97,77,89)
#54434D
(84,67,77)
#473941
(71,57,65)
#3A2F35
(58,47,53)
#2D2529
(45,37,41)
#201B1D
(32,27,29)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #957589

#957589
(149,117,137)
#9E8193
(158,129,147)
#A78D9D
(167,141,157)
#B099A7
(176,153,167)
#B9A5B1
(185,165,177)
#C2B1BB
(194,177,187)
#CBBDC5
(203,189,197)
#D4C9CF
(212,201,207)
#DDD5D9
(221,213,217)
#E6E1E3
(230,225,227)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957589; }

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

This text font color is #957589.


Background Color

.myBgColor { background-color: #957589; }

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

This div background color is #957589.


Border color

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

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

This div border color is #957589.


Opacity

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

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

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

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

This text has shadow with #957589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957589 on black background.


Color preview on white background

This text has color #957589 on white background.



Black color preview on #957589 background

This text has black color on #957589 background.


White color preview on #957589 background

This text has white color on #957589 background.