COLOR #959D82

HEX: #959D82 RGB: (149,157,130)

Color info

#959D82 contains red, green and blue colors in about the same proportion. Web safe color of #959D82 is #999999 (or #999).

RGB color model

#959D82 color RGB value is (149,157,130).

RGB: (149,157,130) (58%, 62%, 51%)

RGB channels and saturation

R 149 of 255 = 58%
G 157 of 255 = 62%
B 130 of 255 = 51%

149
157
130

R + G + B ~ 57%. #959D82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 157 + 130 = 436 (100%)
R 149 of 436 ~ 34.17%
G 157 of 436 ~ 36.01%
B 130 of 436 ~ 29.82'%

%34.17
%36.01
%29.82

CMYK color model

#959D82 color CMYK value is (5,0,17,38).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 38.43%

CMYK: (5,0,17,38)
C5M0Y17K38 (5%, 0%, 17%, 38%)
(0.05 / 0.00 / 0.17 / 0.38)

CMYK percentages

%5.1
%0
%17.2
%38.43

Codes

Color #959D82 in popluar color models

95 9D 82
RGB 149 157 130
HSL 78° 12.11% 56.27%
HSB/HSV 78° 17.20% 61.57%
CMYK 5.10% 0.00% 17.20%
38.43%

Color #959D82 in popluar number systems.

HEX 95 9D 82
Decimal 149 157 130
Binary 10010101 10011101 10000010
Octal 225 235 202

Shades and tints

Shades of #959D82

#959D82
(149,157,130)
#888F77
(136,143,119)
#7B816C
(123,129,108)
#6E7361
(110,115,97)
#616556
(97,101,86)
#54574B
(84,87,75)
#474940
(71,73,64)
#3A3B35
(58,59,53)
#2D2D2A
(45,45,42)
#201F1F
(32,31,31)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #959D82

#959D82
(149,157,130)
#9EA58D
(158,165,141)
#A7AD98
(167,173,152)
#B0B5A3
(176,181,163)
#B9BDAE
(185,189,174)
#C2C5B9
(194,197,185)
#CBCDC4
(203,205,196)
#D4D5CF
(212,213,207)
#DDDDDA
(221,221,218)
#E6E5E5
(230,229,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959D82; }

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

This text font color is #959D82.

Background Color

.myBgColor { background-color: #959D82; }

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

This div background color is #959D82.

Border color

.myBorderColor { border: 1px solid #959D82; }

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

This div border color is #959D82.

Opacity

.myOpacity80 { color: #959D82; opacity: 0.8; }

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

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

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

This text has shadow with #959D82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959D82.

Preview

Color preview on black background

This text has color #959D82 on black background.


Color preview on white background

This text has color #959D82 on white background.


Black color preview on #959D82 background

This text has black color on #959D82 background.


White color preview on #959D82 background

This text has white color on #959D82 background.


Related colors

Complementary color

Complementary color for #hex is #6A627D.


I love getcolorcode.com

Triadic colors

1 #82959D and #9D8295 with #959D82 are triadic colors.

2 #829D95 and #9D9582 with #959D82 are triadic colors.