COLOR #9E896F

HEX: #9E896F
RGB: (158,137,111)

Color info

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

RGB color model

#9E896F color RGB value is (158,137,111).

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

RGB channels and saturation

R 158 of 255 = 62%
G 137 of 255 = 54%
B 111 of 255 = 44%

158
137
111

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

Portions of RGB colors in percentages

R + G + B =
158 + 137 + 111 = 406 (100%)
R 158 of 406 ~ 38.92%
G 137 of 406 ~ 33.74%
B 111 of 406 ~ 27.34%

%38.92
%33.74
%27.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 29.75%
  • key color value is 38.04%
CMYK:
(0,13,30,38)
C0M13Y30K38 
(0%,13%,30%,38%)
(0.00/0.13/0.30/0.38)	

CMYK percentages

%0
%13.29
%29.75
%38.04

Codes

Color #9E896F in popluar color models

9E896F
RGB158137111
HSL33°19.50%52.75%
HSB/HSV33°29.75%61.96%
CMYK0.00%13.29%29.75%
38.04%

Color #9E896F in popluar number systems.

HEX9E896F
Decimal158137111
Binary10011110100010011101111
Octal236211157

Shades and tints

Shades of #9E896F

#9E896F
(158,137,111)
#907D65
(144,125,101)
#82715B
(130,113,91)
#746551
(116,101,81)
#665947
(102,89,71)
#584D3D
(88,77,61)
#4A4133
(74,65,51)
#3C3529
(60,53,41)
#2E291F
(46,41,31)
#201D15
(32,29,21)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #9E896F

#9E896F
(158,137,111)
#A6937C
(166,147,124)
#AE9D89
(174,157,137)
#B6A796
(182,167,150)
#BEB1A3
(190,177,163)
#C6BBB0
(198,187,176)
#CEC5BD
(206,197,189)
#D6CFCA
(214,207,202)
#DED9D7
(222,217,215)
#E6E3E4
(230,227,228)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E896F; }

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

This text font color is #9E896F.


Background Color

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

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

This div background color is #9E896F.


Border color

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

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

This div border color is #9E896F.


Opacity

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

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

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

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

This text has shadow with #9E896F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E896F on black background.


Color preview on white background

This text has color #9E896F on white background.



Black color preview on #9E896F background

This text has black color on #9E896F background.


White color preview on #9E896F background

This text has white color on #9E896F background.