COLOR #957590

HEX: #957590
RGB: (149,117,144)

Color info

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

RGB color model

#957590 color RGB value is (149,117,144).

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

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 144 of 255 = 56%

149
117
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 144 = 410 (100%)
R 149 of 410 ~ 36.34%
G 117 of 410 ~ 28.54%
B 144 of 410 ~ 35.12%

%36.34
%28.54
%35.12

CMYK color model

#957590 color CMYK value is (0,21,3,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 3.36%
  • key color value is 41.57%
CMYK:
(0,21,3,42)
C0M21Y3K42 
(0%,21%,3%,42%)
(0.00/0.21/0.03/0.42)	

CMYK percentages

%0
%21.48
%3.36
%41.57

Codes

Color #957590 in popluar color models

957590
RGB149117144
HSL309°13.11%52.16%
HSB/HSV309°21.48%58.43%
CMYK0.00%21.48%3.36%
41.57%

Color #957590 in popluar number systems.

HEX957590
Decimal149117144
Binary10010101111010110010000
Octal225165220

Shades and tints

Shades of #957590

#957590
(149,117,144)
#886B83
(136,107,131)
#7B6176
(123,97,118)
#6E5769
(110,87,105)
#614D5C
(97,77,92)
#54434F
(84,67,79)
#473942
(71,57,66)
#3A2F35
(58,47,53)
#2D2528
(45,37,40)
#201B1B
(32,27,27)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #957590

#957590
(149,117,144)
#9E819A
(158,129,154)
#A78DA4
(167,141,164)
#B099AE
(176,153,174)
#B9A5B8
(185,165,184)
#C2B1C2
(194,177,194)
#CBBDCC
(203,189,204)
#D4C9D6
(212,201,214)
#DDD5E0
(221,213,224)
#E6E1EA
(230,225,234)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957590; }

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

This text font color is #957590.


Background Color

.myBgColor { background-color: #957590; }

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

This div background color is #957590.


Border color

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

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

This div border color is #957590.


Opacity

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

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

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

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

This text has shadow with #957590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957590 on black background.


Color preview on white background

This text has color #957590 on white background.



Black color preview on #957590 background

This text has black color on #957590 background.


White color preview on #957590 background

This text has white color on #957590 background.