COLOR #9E8E73

HEX: #9E8E73
RGB: (158,142,115)

Color info

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

RGB color model

#9E8E73 color RGB value is (158,142,115).

  • red value is 158;
  • green value is 142;
  • blue value is 115.
RGB:
(158,142,115)
(62%,56%,45%)

RGB channels and saturation

R 158 of 255 = 62%
G 142 of 255 = 56%
B 115 of 255 = 45%

158
142
115

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

Portions of RGB colors in percentages

R + G + B =
158 + 142 + 115 = 415 (100%)
R 158 of 415 ~ 38.07%
G 142 of 415 ~ 34.22%
B 115 of 415 ~ 27.71%

%38.07
%34.22
%27.71

CMYK color model

#9E8E73 color CMYK value is (0,10,27,38).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 27.22%
  • key color value is 38.04%
CMYK:
(0,10,27,38)
C0M10Y27K38 
(0%,10%,27%,38%)
(0.00/0.10/0.27/0.38)	

CMYK percentages

%0
%10.13
%27.22
%38.04

Codes

Color #9E8E73 in popluar color models

9E8E73
RGB158142115
HSL38°18.14%53.53%
HSB/HSV38°27.22%61.96%
CMYK0.00%10.13%27.22%
38.04%

Color #9E8E73 in popluar number systems.

HEX9E8E73
Decimal158142115
Binary10011110100011101110011
Octal236216163

Shades and tints

Shades of #9E8E73

#9E8E73
(158,142,115)
#908269
(144,130,105)
#82765F
(130,118,95)
#746A55
(116,106,85)
#665E4B
(102,94,75)
#585241
(88,82,65)
#4A4637
(74,70,55)
#3C3A2D
(60,58,45)
#2E2E23
(46,46,35)
#202219
(32,34,25)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #9E8E73

#9E8E73
(158,142,115)
#A6987F
(166,152,127)
#AEA28B
(174,162,139)
#B6AC97
(182,172,151)
#BEB6A3
(190,182,163)
#C6C0AF
(198,192,175)
#CECABB
(206,202,187)
#D6D4C7
(214,212,199)
#DEDED3
(222,222,211)
#E6E8DF
(230,232,223)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8E73; }

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

This text font color is #9E8E73.


Background Color

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

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

This div background color is #9E8E73.


Border color

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

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

This div border color is #9E8E73.


Opacity

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

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

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

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

This text has shadow with #9E8E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8E73 on black background.


Color preview on white background

This text has color #9E8E73 on white background.



Black color preview on #9E8E73 background

This text has black color on #9E8E73 background.


White color preview on #9E8E73 background

This text has white color on #9E8E73 background.