COLOR #9E9591

HEX: #9E9591
RGB: (158,149,145)

Color info

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

RGB color model

#9E9591 color RGB value is (158,149,145).

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

RGB channels and saturation

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

158
149
145

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

Portions of RGB colors in percentages

R + G + B =
158 + 149 + 145 = 452 (100%)
R 158 of 452 ~ 34.96%
G 149 of 452 ~ 32.96%
B 145 of 452 ~ 32.08%

%34.96
%32.96
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 8.23%
  • key color value is 38.04%
CMYK:
(0,6,8,38)
C0M6Y8K38 
(0%,6%,8%,38%)
(0.00/0.06/0.08/0.38)	

CMYK percentages

%0
%5.7
%8.23
%38.04

Codes

Color #9E9591 in popluar color models

9E9591
RGB158149145
HSL18°6.28%59.41%
HSB/HSV18°8.23%61.96%
CMYK0.00%5.70%8.23%
38.04%

Color #9E9591 in popluar number systems.

HEX9E9591
Decimal158149145
Binary100111101001010110010001
Octal236225221

Shades and tints

Shades of #9E9591

#9E9591
(158,149,145)
#908884
(144,136,132)
#827B77
(130,123,119)
#746E6A
(116,110,106)
#66615D
(102,97,93)
#585450
(88,84,80)
#4A4743
(74,71,67)
#3C3A36
(60,58,54)
#2E2D29
(46,45,41)
#20201C
(32,32,28)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #9E9591

#9E9591
(158,149,145)
#A69E9B
(166,158,155)
#AEA7A5
(174,167,165)
#B6B0AF
(182,176,175)
#BEB9B9
(190,185,185)
#C6C2C3
(198,194,195)
#CECBCD
(206,203,205)
#D6D4D7
(214,212,215)
#DEDDE1
(222,221,225)
#E6E6EB
(230,230,235)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9591; }

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

This text font color is #9E9591.


Background Color

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

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

This div background color is #9E9591.


Border color

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

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

This div border color is #9E9591.


Opacity

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

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

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

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

This text has shadow with #9E9591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9591 on black background.


Color preview on white background

This text has color #9E9591 on white background.



Black color preview on #9E9591 background

This text has black color on #9E9591 background.


White color preview on #9E9591 background

This text has white color on #9E9591 background.