COLOR #9E8C71

HEX: #9E8C71
RGB: (158,140,113)

Color info

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

RGB color model

#9E8C71 color RGB value is (158,140,113).

  • red value is 158;
  • green value is 140;
  • blue value is 113.
RGB:
(158,140,113)
(62%,55%,44%)

RGB channels and saturation

R 158 of 255 = 62%
G 140 of 255 = 55%
B 113 of 255 = 44%

158
140
113

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

Portions of RGB colors in percentages

R + G + B =
158 + 140 + 113 = 411 (100%)
R 158 of 411 ~ 38.44%
G 140 of 411 ~ 34.06%
B 113 of 411 ~ 27.49%

%38.44
%34.06
%27.49

CMYK color model

#9E8C71 color CMYK value is (0,11,28,38).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 28.48%
  • key color value is 38.04%
CMYK:
(0,11,28,38)
C0M11Y28K38 
(0%,11%,28%,38%)
(0.00/0.11/0.28/0.38)	

CMYK percentages

%0
%11.39
%28.48
%38.04

Codes

Color #9E8C71 in popluar color models

9E8C71
RGB158140113
HSL36°18.83%53.14%
HSB/HSV36°28.48%61.96%
CMYK0.00%11.39%28.48%
38.04%

Color #9E8C71 in popluar number systems.

HEX9E8C71
Decimal158140113
Binary10011110100011001110001
Octal236214161

Shades and tints

Shades of #9E8C71

#9E8C71
(158,140,113)
#908067
(144,128,103)
#82745D
(130,116,93)
#746853
(116,104,83)
#665C49
(102,92,73)
#58503F
(88,80,63)
#4A4435
(74,68,53)
#3C382B
(60,56,43)
#2E2C21
(46,44,33)
#202017
(32,32,23)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #9E8C71

#9E8C71
(158,140,113)
#A6967D
(166,150,125)
#AEA089
(174,160,137)
#B6AA95
(182,170,149)
#BEB4A1
(190,180,161)
#C6BEAD
(198,190,173)
#CEC8B9
(206,200,185)
#D6D2C5
(214,210,197)
#DEDCD1
(222,220,209)
#E6E6DD
(230,230,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8C71 color. Also use rgb(158,140,113) instead hex code.

Text Font Color

.myTextColor { color: #9E8C71; }

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

This text font color is #9E8C71.


Background Color

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

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

This div background color is #9E8C71.


Border color

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

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

This div border color is #9E8C71.


Opacity

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

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

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

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

This text has shadow with #9E8C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8C71 on black background.


Color preview on white background

This text has color #9E8C71 on white background.



Black color preview on #9E8C71 background

This text has black color on #9E8C71 background.


White color preview on #9E8C71 background

This text has white color on #9E8C71 background.