COLOR #9E9C7A

HEX: #9E9C7A RGB: (158,156,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

158
156
122

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

Portions of RGB colors in percentages

R + G + B = 158 + 156 + 122 = 436 (100%)
R 158 of 436 ~ 36.24%
G 156 of 436 ~ 35.78%
B 122 of 436 ~ 27.98'%

%36.24
%35.78
%27.98

CMYK color model

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

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

CMYK: (0,1,23,38)
C0M1Y23K38 (0%, 1%, 23%, 38%)
(0.00 / 0.01 / 0.23 / 0.38)

CMYK percentages

%0
%1.27
%22.78
%38.04

Codes

Color #9E9C7A in popluar color models

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

Color #9E9C7A in popluar number systems.

HEX 9E 9C 7A
Decimal 158 156 122
Binary 10011110 10011100 1111010
Octal 236 234 172

Shades and tints

Shades of #9E9C7A

#9E9C7A
(158,156,122)
#908E6F
(144,142,111)
#828064
(130,128,100)
#747259
(116,114,89)
#66644E
(102,100,78)
#585643
(88,86,67)
#4A4838
(74,72,56)
#3C3A2D
(60,58,45)
#2E2C22
(46,44,34)
#201E17
(32,30,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #9E9C7A

#9E9C7A
(158,156,122)
#A6A586
(166,165,134)
#AEAE92
(174,174,146)
#B6B79E
(182,183,158)
#BEC0AA
(190,192,170)
#C6C9B6
(198,201,182)
#CED2C2
(206,210,194)
#D6DBCE
(214,219,206)
#DEE4DA
(222,228,218)
#E6EDE6
(230,237,230)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9C7A; }

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

This text font color is #9E9C7A.

Background Color

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

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

This div background color is #9E9C7A.

Border color

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

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

This div border color is #9E9C7A.

Opacity

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

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

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

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

This text has shadow with #9E9C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9C7A.

Preview

Color preview on black background

This text has color #9E9C7A on black background.


Color preview on white background

This text has color #9E9C7A on white background.


Black color preview on #9E9C7A background

This text has black color on #9E9C7A background.


White color preview on #9E9C7A background

This text has white color on #9E9C7A background.


Related colors

Complementary color

Complementary color for #hex is #616385.


I love getcolorcode.com

Triadic colors

1 #7A9E9C and #9C7A9E with #9E9C7A are triadic colors.

2 #7A9C9E and #9C9E7A with #9E9C7A are triadic colors.