COLOR #9E9E7A

HEX: #9E9E7A RGB: (158,158,122)

Color info

#9E9E7A contains red, green and blue colors in about the same proportion. Web safe color of #9E9E7A is #999966 (or #996).

RGB color model

#9E9E7A color RGB value is (158,158,122).

RGB: (158,158,122) (62%, 62%, 48%)

RGB channels and saturation

R 158 of 255 = 62%
G 158 of 255 = 62%
B 122 of 255 = 48%

158
158
122

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

Portions of RGB colors in percentages

R + G + B = 158 + 158 + 122 = 438 (100%)
R 158 of 438 ~ 36.07%
G 158 of 438 ~ 36.07%
B 122 of 438 ~ 27.85'%

%36.07
%36.07
%27.85

CMYK color model

#9E9E7A color CMYK value is (0,0,23,38).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 38.04%

CMYK: (0,0,23,38)
C0M0Y23K38 (0%, 0%, 23%, 38%)
(0.00 / 0.00 / 0.23 / 0.38)

CMYK percentages

%0
%0
%22.78
%38.04

Codes

Color #9E9E7A in popluar color models

9E 9E 7A
RGB 158 158 122
HSL 60° 15.65% 54.90%
HSB/HSV 60° 22.78% 61.96%
CMYK 0.00% 0.00% 22.78%
38.04%

Color #9E9E7A in popluar number systems.

HEX 9E 9E 7A
Decimal 158 158 122
Binary 10011110 10011110 1111010
Octal 236 236 172

Shades and tints

Shades of #9E9E7A

#9E9E7A
(158,158,122)
#90906F
(144,144,111)
#828264
(130,130,100)
#747459
(116,116,89)
#66664E
(102,102,78)
#585843
(88,88,67)
#4A4A38
(74,74,56)
#3C3C2D
(60,60,45)
#2E2E22
(46,46,34)
#202017
(32,32,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #9E9E7A

#9E9E7A
(158,158,122)
#A6A686
(166,166,134)
#AEAE92
(174,174,146)
#B6B69E
(182,182,158)
#BEBEAA
(190,190,170)
#C6C6B6
(198,198,182)
#CECEC2
(206,206,194)
#D6D6CE
(214,214,206)
#DEDEDA
(222,222,218)
#E6E6E6
(230,230,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9E7A; }

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

This text font color is #9E9E7A.

Background Color

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

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

This div background color is #9E9E7A.

Border color

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

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

This div border color is #9E9E7A.

Opacity

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

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

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

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

This text has shadow with #9E9E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9E7A.

Preview

Color preview on black background

This text has color #9E9E7A on black background.


Color preview on white background

This text has color #9E9E7A on white background.


Black color preview on #9E9E7A background

This text has black color on #9E9E7A background.


White color preview on #9E9E7A background

This text has white color on #9E9E7A background.


Related colors

Complementary color

Complementary color for #hex is #616185.


I love getcolorcode.com