COLOR #9E8A6A

HEX: #9E8A6A
RGB: (158,138,106)

Color info

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

RGB color model

#9E8A6A color RGB value is (158,138,106).

  • red value is 158;
  • green value is 138;
  • blue value is 106.
RGB:
(158,138,106)
(62%,54%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 138 of 255 = 54%
B 106 of 255 = 42%

158
138
106

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

Portions of RGB colors in percentages

R + G + B =
158 + 138 + 106 = 402 (100%)
R 158 of 402 ~ 39.3%
G 138 of 402 ~ 34.33%
B 106 of 402 ~ 26.37%

%39.3
%34.33
%26.37

CMYK color model

#9E8A6A color CMYK value is (0,13,33,38).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 32.91%
  • key color value is 38.04%
CMYK:
(0,13,33,38)
C0M13Y33K38 
(0%,13%,33%,38%)
(0.00/0.13/0.33/0.38)	

CMYK percentages

%0
%12.66
%32.91
%38.04

Codes

Color #9E8A6A in popluar color models

9E8A6A
RGB158138106
HSL37°21.14%51.76%
HSB/HSV37°32.91%61.96%
CMYK0.00%12.66%32.91%
38.04%

Color #9E8A6A in popluar number systems.

HEX9E8A6A
Decimal158138106
Binary10011110100010101101010
Octal236212152

Shades and tints

Shades of #9E8A6A

#9E8A6A
(158,138,106)
#907E61
(144,126,97)
#827258
(130,114,88)
#74664F
(116,102,79)
#665A46
(102,90,70)
#584E3D
(88,78,61)
#4A4234
(74,66,52)
#3C362B
(60,54,43)
#2E2A22
(46,42,34)
#201E19
(32,30,25)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #9E8A6A

#9E8A6A
(158,138,106)
#A69477
(166,148,119)
#AE9E84
(174,158,132)
#B6A891
(182,168,145)
#BEB29E
(190,178,158)
#C6BCAB
(198,188,171)
#CEC6B8
(206,198,184)
#D6D0C5
(214,208,197)
#DEDAD2
(222,218,210)
#E6E4DF
(230,228,223)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8A6A color. Also use rgb(158,138,106) instead hex code.

Text Font Color

.myTextColor { color: #9E8A6A; }

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

This text font color is #9E8A6A.


Background Color

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

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

This div background color is #9E8A6A.


Border color

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

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

This div border color is #9E8A6A.


Opacity

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

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

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

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

This text has shadow with #9E8A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8A6A on black background.


Color preview on white background

This text has color #9E8A6A on white background.



Black color preview on #9E8A6A background

This text has black color on #9E8A6A background.


White color preview on #9E8A6A background

This text has white color on #9E8A6A background.