COLOR #957D8D

HEX: #957D8D RGB: (149,125,141)

Color info

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

RGB color model

#957D8D color RGB value is (149,125,141).

RGB: (149,125,141) (58%, 49%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 141 of 255 = 55%

149
125
141

R + G + B ~ 54%. #957D8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 125 + 141 = 415 (100%)
R 149 of 415 ~ 35.9%
G 125 of 415 ~ 30.12%
B 141 of 415 ~ 33.98'%

%35.9
%30.12
%33.98

CMYK color model

#957D8D color CMYK value is (0,16,5,42).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 5.37%
  • key color value is 41.57%

CMYK: (0,16,5,42)
C0M16Y5K42 (0%, 16%, 5%, 42%)
(0.00 / 0.16 / 0.05 / 0.42)

CMYK percentages

%0
%16.11
%5.37
%41.57

Codes

Color #957D8D in popluar color models

95 7D 8D
RGB 149 125 141
HSL 320° 10.17% 53.73%
HSB/HSV 320° 16.11% 58.43%
CMYK 0.00% 16.11% 5.37%
41.57%

Color #957D8D in popluar number systems.

HEX 95 7D 8D
Decimal 149 125 141
Binary 10010101 1111101 10001101
Octal 225 175 215

Shades and tints

Shades of #957D8D

#957D8D
(149,125,141)
#887281
(136,114,129)
#7B6775
(123,103,117)
#6E5C69
(110,92,105)
#61515D
(97,81,93)
#544651
(84,70,81)
#473B45
(71,59,69)
#3A3039
(58,48,57)
#2D252D
(45,37,45)
#201A21
(32,26,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #957D8D

#957D8D
(149,125,141)
#9E8897
(158,136,151)
#A793A1
(167,147,161)
#B09EAB
(176,158,171)
#B9A9B5
(185,169,181)
#C2B4BF
(194,180,191)
#CBBFC9
(203,191,201)
#D4CAD3
(212,202,211)
#DDD5DD
(221,213,221)
#E6E0E7
(230,224,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957D8D color. Also use rgb(149,125,141) instead hex code.

Text Font Color

.myTextColor { color: #957D8D; }

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

This text font color is #957D8D.

Background Color

.myBgColor { background-color: #957D8D; }

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

This div background color is #957D8D.

Border color

.myBorderColor { border: 1px solid #957D8D; }

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

This div border color is #957D8D.

Opacity

.myOpacity80 { color: #957D8D; opacity: 0.8; }

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

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

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

This text has shadow with #957D8D color.


.textShadow {text-shadow: 3px 3px 1px #957D8D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957D8D; -webkit-box-shadow: 1px 1px 3px 2px #957D8D; box-shadow:1px 1px 3px 2px #957D8D;">
Div content here
</div>

This div box has shadow with color #957D8D.

Preview

Color preview on black background

This text has color #957D8D on black background.


Color preview on white background

This text has color #957D8D on white background.


Black color preview on #957D8D background

This text has black color on #957D8D background.


White color preview on #957D8D background

This text has white color on #957D8D background.


Related colors

Complementary color

Complementary color for #hex is #6A8272.


I love getcolorcode.com

Triadic colors

1 #8D957D and #7D8D95 with #957D8D are triadic colors.

2 #8D7D95 and #7D958D with #957D8D are triadic colors.