COLOR #959E8E

HEX: #959E8E RGB: (149,158,142)

Color info

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

RGB color model

#959E8E color RGB value is (149,158,142).

RGB: (149,158,142) (58%, 62%, 56%)

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 142 of 255 = 56%

149
158
142

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

Portions of RGB colors in percentages

R + G + B = 149 + 158 + 142 = 449 (100%)
R 149 of 449 ~ 33.18%
G 158 of 449 ~ 35.19%
B 142 of 449 ~ 31.63'%

%33.18
%35.19
%31.63

CMYK color model

#959E8E color CMYK value is (6,0,10,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%

CMYK: (6,0,10,38)
C6M0Y10K38 (6%, 0%, 10%, 38%)
(0.06 / 0.00 / 0.10 / 0.38)

CMYK percentages

%5.7
%0
%10.13
%38.04

Codes

Color #959E8E in popluar color models

95 9E 8E
RGB 149 158 142
HSL 94° 7.62% 58.82%
HSB/HSV 94° 10.13% 61.96%
CMYK 5.70% 0.00% 10.13%
38.04%

Color #959E8E in popluar number systems.

HEX 95 9E 8E
Decimal 149 158 142
Binary 10010101 10011110 10001110
Octal 225 236 216

Shades and tints

Shades of #959E8E

#959E8E
(149,158,142)
#889082
(136,144,130)
#7B8276
(123,130,118)
#6E746A
(110,116,106)
#61665E
(97,102,94)
#545852
(84,88,82)
#474A46
(71,74,70)
#3A3C3A
(58,60,58)
#2D2E2E
(45,46,46)
#202022
(32,32,34)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #959E8E

#959E8E
(149,158,142)
#9EA698
(158,166,152)
#A7AEA2
(167,174,162)
#B0B6AC
(176,182,172)
#B9BEB6
(185,190,182)
#C2C6C0
(194,198,192)
#CBCECA
(203,206,202)
#D4D6D4
(212,214,212)
#DDDEDE
(221,222,222)
#E6E6E8
(230,230,232)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959E8E color. Also use rgb(149,158,142) instead hex code.

Text Font Color

.myTextColor { color: #959E8E; }

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

This text font color is #959E8E.

Background Color

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

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

This div background color is #959E8E.

Border color

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

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

This div border color is #959E8E.

Opacity

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

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

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

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

This text has shadow with #959E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959E8E.

Preview

Color preview on black background

This text has color #959E8E on black background.


Color preview on white background

This text has color #959E8E on white background.


Black color preview on #959E8E background

This text has black color on #959E8E background.


White color preview on #959E8E background

This text has white color on #959E8E background.


Related colors

Complementary color

Complementary color for #hex is #6A6171.


I love getcolorcode.com

Triadic colors

1 #8E959E and #9E8E95 with #959E8E are triadic colors.

2 #8E9E95 and #9E958E with #959E8E are triadic colors.