COLOR #9E8962

HEX: #9E8962 RGB: (158,137,98)

Color info

#9E8962 contains mainly red and green colors. Web safe color of #9E8962 is #999966 (or #996).

RGB color model

#9E8962 color RGB value is (158,137,98).

RGB: (158,137,98) (62%, 54%, 38%)

RGB channels and saturation

R 158 of 255 = 62%
G 137 of 255 = 54%
B 98 of 255 = 38%

158
137
98

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

Portions of RGB colors in percentages

R + G + B = 158 + 137 + 98 = 393 (100%)
R 158 of 393 ~ 40.2%
G 137 of 393 ~ 34.86%
B 98 of 393 ~ 24.94'%

%40.2
%34.86
%24.94

CMYK color model

#9E8962 color CMYK value is (0,13,38,38).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 37.97%
  • key color value is 38.04%

CMYK: (0,13,38,38)
C0M13Y38K38 (0%, 13%, 38%, 38%)
(0.00 / 0.13 / 0.38 / 0.38)

CMYK percentages

%0
%13.29
%37.97
%38.04

Codes

Color #9E8962 in popluar color models

9E 89 62
RGB 158 137 98
HSL 39° 23.62% 50.20%
HSB/HSV 39° 37.97% 61.96%
CMYK 0.00% 13.29% 37.97%
38.04%

Color #9E8962 in popluar number systems.

HEX 9E 89 62
Decimal 158 137 98
Binary 10011110 10001001 1100010
Octal 236 211 142

Shades and tints

Shades of #9E8962

#9E8962
(158,137,98)
#907D5A
(144,125,90)
#827152
(130,113,82)
#74654A
(116,101,74)
#665942
(102,89,66)
#584D3A
(88,77,58)
#4A4132
(74,65,50)
#3C352A
(60,53,42)
#2E2922
(46,41,34)
#201D1A
(32,29,26)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #9E8962

#9E8962
(158,137,98)
#A69370
(166,147,112)
#AE9D7E
(174,157,126)
#B6A78C
(182,167,140)
#BEB19A
(190,177,154)
#C6BBA8
(198,187,168)
#CEC5B6
(206,197,182)
#D6CFC4
(214,207,196)
#DED9D2
(222,217,210)
#E6E3E0
(230,227,224)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8962; }

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

This text font color is #9E8962.

Background Color

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

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

This div background color is #9E8962.

Border color

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

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

This div border color is #9E8962.

Opacity

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

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

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

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

This text has shadow with #9E8962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8962.

Preview

Color preview on black background

This text has color #9E8962 on black background.


Color preview on white background

This text has color #9E8962 on white background.


Black color preview on #9E8962 background

This text has black color on #9E8962 background.


White color preview on #9E8962 background

This text has white color on #9E8962 background.


Related colors

Complementary color

Complementary color for #hex is #61769D.


I love getcolorcode.com

Triadic colors

1 #629E89 and #89629E with #9E8962 are triadic colors.

2 #62899E and #899E62 with #9E8962 are triadic colors.