COLOR #9E9590

HEX: #9E9590 RGB: (158,149,144)

Color info

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

RGB color model

#9E9590 color RGB value is (158,149,144).

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

RGB channels and saturation

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

158
149
144

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

Portions of RGB colors in percentages

R + G + B = 158 + 149 + 144 = 451 (100%)
R 158 of 451 ~ 35.03%
G 149 of 451 ~ 33.04%
B 144 of 451 ~ 31.93'%

%35.03
%33.04
%31.93

CMYK color model

#9E9590 color CMYK value is (0,6,9,38).

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

CMYK: (0,6,9,38)
C0M6Y9K38 (0%, 6%, 9%, 38%)
(0.00 / 0.06 / 0.09 / 0.38)

CMYK percentages

%0
%5.7
%8.86
%38.04

Codes

Color #9E9590 in popluar color models

9E 95 90
RGB 158 149 144
HSL 21° 6.73% 59.22%
HSB/HSV 21° 8.86% 61.96%
CMYK 0.00% 5.70% 8.86%
38.04%

Color #9E9590 in popluar number systems.

HEX 9E 95 90
Decimal 158 149 144
Binary 10011110 10010101 10010000
Octal 236 225 220

Shades and tints

Shades of #9E9590

#9E9590
(158,149,144)
#908883
(144,136,131)
#827B76
(130,123,118)
#746E69
(116,110,105)
#66615C
(102,97,92)
#58544F
(88,84,79)
#4A4742
(74,71,66)
#3C3A35
(60,58,53)
#2E2D28
(46,45,40)
#20201B
(32,32,27)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #9E9590

#9E9590
(158,149,144)
#A69E9A
(166,158,154)
#AEA7A4
(174,167,164)
#B6B0AE
(182,176,174)
#BEB9B8
(190,185,184)
#C6C2C2
(198,194,194)
#CECBCC
(206,203,204)
#D6D4D6
(214,212,214)
#DEDDE0
(222,221,224)
#E6E6EA
(230,230,234)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9590 color. Also use rgb(158,149,144) instead hex code.

Text Font Color

.myTextColor { color: #9E9590; }

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

This text font color is #9E9590.

Background Color

.myBgColor { background-color: #9E9590; }

<div style="background-color:#9E9590">Inner text</div>

This div background color is #9E9590.

Border color

.myBorderColor { border: 1px solid #9E9590; }

<div style="border:3px solid #9E9590">Div</div>

This div border color is #9E9590.

Opacity

.myOpacity80 { color: #9E9590; opacity: 0.8; }

<p style="color:#9E9590;opacity:0.8;">80%</p>

Text with #9E9590 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 #9E9590;}

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

This text has shadow with #9E9590 color.


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

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

This text has shadow with #9E9590 primary color and red secondary color.


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

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

This text has shadow with #9E9590 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9E9590.

Preview

Color preview on black background

This text has color #9E9590 on black background.


Color preview on white background

This text has color #9E9590 on white background.


Black color preview on #9E9590 background

This text has black color on #9E9590 background.


White color preview on #9E9590 background

This text has white color on #9E9590 background.


Related colors

Complementary color

Complementary color for #hex is #616A6F.


I love getcolorcode.com

Triadic colors

1 #909E95 and #95909E with #9E9590 are triadic colors.

2 #90959E and #959E90 with #9E9590 are triadic colors.