COLOR #957682

HEX: #957682
RGB: (149,118,130)

Color info

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

RGB color model

#957682 color RGB value is (149,118,130).

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

RGB channels and saturation

R 149 of 255 = 58%
G 118 of 255 = 46%
B 130 of 255 = 51%

149
118
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 118 + 130 = 397 (100%)
R 149 of 397 ~ 37.53%
G 118 of 397 ~ 29.72%
B 130 of 397 ~ 32.75%

%37.53
%29.72
%32.75

CMYK color model

#957682 color CMYK value is (0,21,13,42).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(0,21,13,42)
C0M21Y13K42 
(0%,21%,13%,42%)
(0.00/0.21/0.13/0.42)	

CMYK percentages

%0
%20.81
%12.75
%41.57

Codes

Color #957682 in popluar color models

957682
RGB149118130
HSL337°12.76%52.35%
HSB/HSV337°20.81%58.43%
CMYK0.00%20.81%12.75%
41.57%

Color #957682 in popluar number systems.

HEX957682
Decimal149118130
Binary10010101111011010000010
Octal225166202

Shades and tints

Shades of #957682

#957682
(149,118,130)
#886C77
(136,108,119)
#7B626C
(123,98,108)
#6E5861
(110,88,97)
#614E56
(97,78,86)
#54444B
(84,68,75)
#473A40
(71,58,64)
#3A3035
(58,48,53)
#2D262A
(45,38,42)
#201C1F
(32,28,31)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #957682

#957682
(149,118,130)
#9E828D
(158,130,141)
#A78E98
(167,142,152)
#B09AA3
(176,154,163)
#B9A6AE
(185,166,174)
#C2B2B9
(194,178,185)
#CBBEC4
(203,190,196)
#D4CACF
(212,202,207)
#DDD6DA
(221,214,218)
#E6E2E5
(230,226,229)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957682; }

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

This text font color is #957682.


Background Color

.myBgColor { background-color: #957682; }

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

This div background color is #957682.


Border color

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

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

This div border color is #957682.


Opacity

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

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

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

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

This text has shadow with #957682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957682 on black background.


Color preview on white background

This text has color #957682 on white background.



Black color preview on #957682 background

This text has black color on #957682 background.


White color preview on #957682 background

This text has white color on #957682 background.