COLOR #957290

HEX: #957290
RGB: (149,114,144)

Color info

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

RGB color model

#957290 color RGB value is (149,114,144).

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

RGB channels and saturation

R 149 of 255 = 58%
G 114 of 255 = 45%
B 144 of 255 = 56%

149
114
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 114 + 144 = 407 (100%)
R 149 of 407 ~ 36.61%
G 114 of 407 ~ 28.01%
B 144 of 407 ~ 35.38%

%36.61
%28.01
%35.38

CMYK color model

#957290 color CMYK value is (0,23,3,42).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 3.36%
  • key color value is 41.57%
CMYK:
(0,23,3,42)
C0M23Y3K42 
(0%,23%,3%,42%)
(0.00/0.23/0.03/0.42)	

CMYK percentages

%0
%23.49
%3.36
%41.57

Codes

Color #957290 in popluar color models

957290
RGB149114144
HSL309°14.17%51.57%
HSB/HSV309°23.49%58.43%
CMYK0.00%23.49%3.36%
41.57%

Color #957290 in popluar number systems.

HEX957290
Decimal149114144
Binary10010101111001010010000
Octal225162220

Shades and tints

Shades of #957290

#957290
(149,114,144)
#886883
(136,104,131)
#7B5E76
(123,94,118)
#6E5469
(110,84,105)
#614A5C
(97,74,92)
#54404F
(84,64,79)
#473642
(71,54,66)
#3A2C35
(58,44,53)
#2D2228
(45,34,40)
#20181B
(32,24,27)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #957290

#957290
(149,114,144)
#9E7E9A
(158,126,154)
#A78AA4
(167,138,164)
#B096AE
(176,150,174)
#B9A2B8
(185,162,184)
#C2AEC2
(194,174,194)
#CBBACC
(203,186,204)
#D4C6D6
(212,198,214)
#DDD2E0
(221,210,224)
#E6DEEA
(230,222,234)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957290; }

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

This text font color is #957290.


Background Color

.myBgColor { background-color: #957290; }

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

This div background color is #957290.


Border color

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

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

This div border color is #957290.


Opacity

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

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

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

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

This text has shadow with #957290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957290 on black background.


Color preview on white background

This text has color #957290 on white background.



Black color preview on #957290 background

This text has black color on #957290 background.


White color preview on #957290 background

This text has white color on #957290 background.