COLOR #9E8965

HEX: #9E8965
RGB: (158,137,101)

Color info

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

RGB color model

#9E8965 color RGB value is (158,137,101).

  • red value is 158;
  • green value is 137;
  • blue value is 101.
RGB:
(158,137,101)
(62%,54%,40%)

RGB channels and saturation

R 158 of 255 = 62%
G 137 of 255 = 54%
B 101 of 255 = 40%

158
137
101

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

Portions of RGB colors in percentages

R + G + B =
158 + 137 + 101 = 396 (100%)
R 158 of 396 ~ 39.9%
G 137 of 396 ~ 34.6%
B 101 of 396 ~ 25.51%

%39.9
%34.6
%25.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(0,13,36,38)
C0M13Y36K38 
(0%,13%,36%,38%)
(0.00/0.13/0.36/0.38)	

CMYK percentages

%0
%13.29
%36.08
%38.04

Codes

Color #9E8965 in popluar color models

9E8965
RGB158137101
HSL38°22.71%50.78%
HSB/HSV38°36.08%61.96%
CMYK0.00%13.29%36.08%
38.04%

Color #9E8965 in popluar number systems.

HEX9E8965
Decimal158137101
Binary10011110100010011100101
Octal236211145

Shades and tints

Shades of #9E8965

#9E8965
(158,137,101)
#907D5C
(144,125,92)
#827153
(130,113,83)
#74654A
(116,101,74)
#665941
(102,89,65)
#584D38
(88,77,56)
#4A412F
(74,65,47)
#3C3526
(60,53,38)
#2E291D
(46,41,29)
#201D14
(32,29,20)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #9E8965

#9E8965
(158,137,101)
#A69373
(166,147,115)
#AE9D81
(174,157,129)
#B6A78F
(182,167,143)
#BEB19D
(190,177,157)
#C6BBAB
(198,187,171)
#CEC5B9
(206,197,185)
#D6CFC7
(214,207,199)
#DED9D5
(222,217,213)
#E6E3E3
(230,227,227)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8965; }

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

This text font color is #9E8965.


Background Color

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

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

This div background color is #9E8965.


Border color

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

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

This div border color is #9E8965.


Opacity

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

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

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

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

This text has shadow with #9E8965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8965 on black background.


Color preview on white background

This text has color #9E8965 on white background.



Black color preview on #9E8965 background

This text has black color on #9E8965 background.


White color preview on #9E8965 background

This text has white color on #9E8965 background.