COLOR #957882

HEX: #957882
RGB: (149,120,130)

Color info

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

RGB color model

#957882 color RGB value is (149,120,130).

  • red value is 149;
  • green value is 120;
  • blue value is 130.
RGB:
(149,120,130)
(58%,47%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 130 of 255 = 51%

149
120
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 130 = 399 (100%)
R 149 of 399 ~ 37.34%
G 120 of 399 ~ 30.08%
B 130 of 399 ~ 32.58%

%37.34
%30.08
%32.58

CMYK color model

#957882 color CMYK value is (0,19,13,42).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(0,19,13,42)
C0M19Y13K42 
(0%,19%,13%,42%)
(0.00/0.19/0.13/0.42)	

CMYK percentages

%0
%19.46
%12.75
%41.57

Codes

Color #957882 in popluar color models

957882
RGB149120130
HSL339°12.03%52.75%
HSB/HSV339°19.46%58.43%
CMYK0.00%19.46%12.75%
41.57%

Color #957882 in popluar number systems.

HEX957882
Decimal149120130
Binary10010101111100010000010
Octal225170202

Shades and tints

Shades of #957882

#957882
(149,120,130)
#886E77
(136,110,119)
#7B646C
(123,100,108)
#6E5A61
(110,90,97)
#615056
(97,80,86)
#54464B
(84,70,75)
#473C40
(71,60,64)
#3A3235
(58,50,53)
#2D282A
(45,40,42)
#201E1F
(32,30,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #957882

#957882
(149,120,130)
#9E848D
(158,132,141)
#A79098
(167,144,152)
#B09CA3
(176,156,163)
#B9A8AE
(185,168,174)
#C2B4B9
(194,180,185)
#CBC0C4
(203,192,196)
#D4CCCF
(212,204,207)
#DDD8DA
(221,216,218)
#E6E4E5
(230,228,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957882 color. Also use rgb(149,120,130) instead hex code.

Text Font Color

.myTextColor { color: #957882; }

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

This text font color is #957882.


Background Color

.myBgColor { background-color: #957882; }

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

This div background color is #957882.


Border color

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

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

This div border color is #957882.


Opacity

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

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

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

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

This text has shadow with #957882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957882 on black background.


Color preview on white background

This text has color #957882 on white background.



Black color preview on #957882 background

This text has black color on #957882 background.


White color preview on #957882 background

This text has white color on #957882 background.