COLOR #959D91

HEX: #959D91
RGB: (149,157,145)

Color info

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

RGB color model

#959D91 color RGB value is (149,157,145).

  • red value is 149;
  • green value is 157;
  • blue value is 145.
RGB:
(149,157,145)
(58%,62%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 157 of 255 = 62%
B 145 of 255 = 57%

149
157
145

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

Portions of RGB colors in percentages

R + G + B =
149 + 157 + 145 = 451 (100%)
R 149 of 451 ~ 33.04%
G 157 of 451 ~ 34.81%
B 145 of 451 ~ 32.15%

%33.04
%34.81
%32.15

CMYK color model

#959D91 color CMYK value is (5,0,8,38).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 38.43%
CMYK:
(5,0,8,38)
C5M0Y8K38 
(5%,0%,8%,38%)
(0.05/0.00/0.08/0.38)	

CMYK percentages

%5.1
%0
%7.64
%38.43

Codes

Color #959D91 in popluar color models

959D91
RGB149157145
HSL100°5.77%59.22%
HSB/HSV100°7.64%61.57%
CMYK5.10%0.00%7.64%
38.43%

Color #959D91 in popluar number systems.

HEX959D91
Decimal149157145
Binary100101011001110110010001
Octal225235221

Shades and tints

Shades of #959D91

#959D91
(149,157,145)
#888F84
(136,143,132)
#7B8177
(123,129,119)
#6E736A
(110,115,106)
#61655D
(97,101,93)
#545750
(84,87,80)
#474943
(71,73,67)
#3A3B36
(58,59,54)
#2D2D29
(45,45,41)
#201F1C
(32,31,28)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #959D91

#959D91
(149,157,145)
#9EA59B
(158,165,155)
#A7ADA5
(167,173,165)
#B0B5AF
(176,181,175)
#B9BDB9
(185,189,185)
#C2C5C3
(194,197,195)
#CBCDCD
(203,205,205)
#D4D5D7
(212,213,215)
#DDDDE1
(221,221,225)
#E6E5EB
(230,229,235)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959D91; }

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

This text font color is #959D91.


Background Color

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

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

This div background color is #959D91.


Border color

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

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

This div border color is #959D91.


Opacity

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

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

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

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

This text has shadow with #959D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959D91 on black background.


Color preview on white background

This text has color #959D91 on white background.



Black color preview on #959D91 background

This text has black color on #959D91 background.


White color preview on #959D91 background

This text has white color on #959D91 background.