COLOR #9E8C6E

HEX: #9E8C6E
RGB: (158,140,110)

Color info

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

RGB color model

#9E8C6E color RGB value is (158,140,110).

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

RGB channels and saturation

R 158 of 255 = 62%
G 140 of 255 = 55%
B 110 of 255 = 43%

158
140
110

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

Portions of RGB colors in percentages

R + G + B =
158 + 140 + 110 = 408 (100%)
R 158 of 408 ~ 38.73%
G 140 of 408 ~ 34.31%
B 110 of 408 ~ 26.96%

%38.73
%34.31
%26.96

CMYK color model

#9E8C6E color CMYK value is (0,11,30,38).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 30.38%
  • key color value is 38.04%
CMYK:
(0,11,30,38)
C0M11Y30K38 
(0%,11%,30%,38%)
(0.00/0.11/0.30/0.38)	

CMYK percentages

%0
%11.39
%30.38
%38.04

Codes

Color #9E8C6E in popluar color models

9E8C6E
RGB158140110
HSL38°19.83%52.55%
HSB/HSV38°30.38%61.96%
CMYK0.00%11.39%30.38%
38.04%

Color #9E8C6E in popluar number systems.

HEX9E8C6E
Decimal158140110
Binary10011110100011001101110
Octal236214156

Shades and tints

Shades of #9E8C6E

#9E8C6E
(158,140,110)
#908064
(144,128,100)
#82745A
(130,116,90)
#746850
(116,104,80)
#665C46
(102,92,70)
#58503C
(88,80,60)
#4A4432
(74,68,50)
#3C3828
(60,56,40)
#2E2C1E
(46,44,30)
#202014
(32,32,20)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #9E8C6E

#9E8C6E
(158,140,110)
#A6967B
(166,150,123)
#AEA088
(174,160,136)
#B6AA95
(182,170,149)
#BEB4A2
(190,180,162)
#C6BEAF
(198,190,175)
#CEC8BC
(206,200,188)
#D6D2C9
(214,210,201)
#DEDCD6
(222,220,214)
#E6E6E3
(230,230,227)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8C6E; }

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

This text font color is #9E8C6E.


Background Color

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

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

This div background color is #9E8C6E.


Border color

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

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

This div border color is #9E8C6E.


Opacity

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

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

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

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

This text has shadow with #9E8C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8C6E on black background.


Color preview on white background

This text has color #9E8C6E on white background.



Black color preview on #9E8C6E background

This text has black color on #9E8C6E background.


White color preview on #9E8C6E background

This text has white color on #9E8C6E background.