COLOR #957082

HEX: #957082
RGB: (149,112,130)

Color info

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

RGB color model

#957082 color RGB value is (149,112,130).

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

RGB channels and saturation

R 149 of 255 = 58%
G 112 of 255 = 44%
B 130 of 255 = 51%

149
112
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 112 + 130 = 391 (100%)
R 149 of 391 ~ 38.11%
G 112 of 391 ~ 28.64%
B 130 of 391 ~ 33.25%

%38.11
%28.64
%33.25

CMYK color model

#957082 color CMYK value is (0,25,13,42).

  • cyan value is 0.00%
  • magenta value is 24.83%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(0,25,13,42)
C0M25Y13K42 
(0%,25%,13%,42%)
(0.00/0.25/0.13/0.42)	

CMYK percentages

%0
%24.83
%12.75
%41.57

Codes

Color #957082 in popluar color models

957082
RGB149112130
HSL331°14.86%51.18%
HSB/HSV331°24.83%58.43%
CMYK0.00%24.83%12.75%
41.57%

Color #957082 in popluar number systems.

HEX957082
Decimal149112130
Binary10010101111000010000010
Octal225160202

Shades and tints

Shades of #957082

#957082
(149,112,130)
#886677
(136,102,119)
#7B5C6C
(123,92,108)
#6E5261
(110,82,97)
#614856
(97,72,86)
#543E4B
(84,62,75)
#473440
(71,52,64)
#3A2A35
(58,42,53)
#2D202A
(45,32,42)
#20161F
(32,22,31)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #957082

#957082
(149,112,130)
#9E7D8D
(158,125,141)
#A78A98
(167,138,152)
#B097A3
(176,151,163)
#B9A4AE
(185,164,174)
#C2B1B9
(194,177,185)
#CBBEC4
(203,190,196)
#D4CBCF
(212,203,207)
#DDD8DA
(221,216,218)
#E6E5E5
(230,229,229)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957082; }

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

This text font color is #957082.


Background Color

.myBgColor { background-color: #957082; }

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

This div background color is #957082.


Border color

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

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

This div border color is #957082.


Opacity

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

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

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

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

This text has shadow with #957082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957082 on black background.


Color preview on white background

This text has color #957082 on white background.



Black color preview on #957082 background

This text has black color on #957082 background.


White color preview on #957082 background

This text has white color on #957082 background.