COLOR #959B82

HEX: #959B82
RGB: (149,155,130)

Color info

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

RGB color model

#959B82 color RGB value is (149,155,130).

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

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 130 of 255 = 51%

149
155
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 130 = 434 (100%)
R 149 of 434 ~ 34.33%
G 155 of 434 ~ 35.71%
B 130 of 434 ~ 29.95%

%34.33
%35.71
%29.95

CMYK color model

#959B82 color CMYK value is (4,0,16,39).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 39.22%
CMYK:
(4,0,16,39)
C4M0Y16K39 
(4%,0%,16%,39%)
(0.04/0.00/0.16/0.39)	

CMYK percentages

%3.87
%0
%16.13
%39.22

Codes

Color #959B82 in popluar color models

959B82
RGB149155130
HSL74°11.11%55.88%
HSB/HSV74°16.13%60.78%
CMYK3.87%0.00%16.13%
39.22%

Color #959B82 in popluar number systems.

HEX959B82
Decimal149155130
Binary100101011001101110000010
Octal225233202

Shades and tints

Shades of #959B82

#959B82
(149,155,130)
#888D77
(136,141,119)
#7B7F6C
(123,127,108)
#6E7161
(110,113,97)
#616356
(97,99,86)
#54554B
(84,85,75)
#474740
(71,71,64)
#3A3935
(58,57,53)
#2D2B2A
(45,43,42)
#201D1F
(32,29,31)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #959B82

#959B82
(149,155,130)
#9EA48D
(158,164,141)
#A7AD98
(167,173,152)
#B0B6A3
(176,182,163)
#B9BFAE
(185,191,174)
#C2C8B9
(194,200,185)
#CBD1C4
(203,209,196)
#D4DACF
(212,218,207)
#DDE3DA
(221,227,218)
#E6ECE5
(230,236,229)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959B82; }

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

This text font color is #959B82.


Background Color

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

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

This div background color is #959B82.


Border color

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

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

This div border color is #959B82.


Opacity

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

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

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

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

This text has shadow with #959B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959B82 on black background.


Color preview on white background

This text has color #959B82 on white background.



Black color preview on #959B82 background

This text has black color on #959B82 background.


White color preview on #959B82 background

This text has white color on #959B82 background.