COLOR #9E8C7D

HEX: #9E8C7D
RGB: (158,140,125)

Color info

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

RGB color model

#9E8C7D color RGB value is (158,140,125).

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

RGB channels and saturation

R 158 of 255 = 62%
G 140 of 255 = 55%
B 125 of 255 = 49%

158
140
125

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

Portions of RGB colors in percentages

R + G + B =
158 + 140 + 125 = 423 (100%)
R 158 of 423 ~ 37.35%
G 140 of 423 ~ 33.1%
B 125 of 423 ~ 29.55%

%37.35
%33.1
%29.55

CMYK color model

#9E8C7D color CMYK value is (0,11,21,38).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(0,11,21,38)
C0M11Y21K38 
(0%,11%,21%,38%)
(0.00/0.11/0.21/0.38)	

CMYK percentages

%0
%11.39
%20.89
%38.04

Codes

Color #9E8C7D in popluar color models

9E8C7D
RGB158140125
HSL27°14.54%55.49%
HSB/HSV27°20.89%61.96%
CMYK0.00%11.39%20.89%
38.04%

Color #9E8C7D in popluar number systems.

HEX9E8C7D
Decimal158140125
Binary10011110100011001111101
Octal236214175

Shades and tints

Shades of #9E8C7D

#9E8C7D
(158,140,125)
#908072
(144,128,114)
#827467
(130,116,103)
#74685C
(116,104,92)
#665C51
(102,92,81)
#585046
(88,80,70)
#4A443B
(74,68,59)
#3C3830
(60,56,48)
#2E2C25
(46,44,37)
#20201A
(32,32,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #9E8C7D

#9E8C7D
(158,140,125)
#A69688
(166,150,136)
#AEA093
(174,160,147)
#B6AA9E
(182,170,158)
#BEB4A9
(190,180,169)
#C6BEB4
(198,190,180)
#CEC8BF
(206,200,191)
#D6D2CA
(214,210,202)
#DEDCD5
(222,220,213)
#E6E6E0
(230,230,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8C7D; }

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

This text font color is #9E8C7D.


Background Color

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

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

This div background color is #9E8C7D.


Border color

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

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

This div border color is #9E8C7D.


Opacity

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

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

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

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

This text has shadow with #9E8C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8C7D on black background.


Color preview on white background

This text has color #9E8C7D on white background.



Black color preview on #9E8C7D background

This text has black color on #9E8C7D background.


White color preview on #9E8C7D background

This text has white color on #9E8C7D background.