COLOR #9E8A4D

HEX: #9E8A4D
RGB: (158,138,77)

Color info

#9E8A4D contains mainly red and green colors. Web safe color of #9E8A4D is #999933 (or #993).

RGB color model

#9E8A4D color RGB value is (158,138,77).

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

RGB channels and saturation

R 158 of 255 = 62%
G 138 of 255 = 54%
B 77 of 255 = 30%

158
138
77

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

Portions of RGB colors in percentages

R + G + B =
158 + 138 + 77 = 373 (100%)
R 158 of 373 ~ 42.36%
G 138 of 373 ~ 37%
B 77 of 373 ~ 20.64%

%42.36
%37
%20.64

CMYK color model

#9E8A4D color CMYK value is (0,13,51,38).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 51.27%
  • key color value is 38.04%
CMYK:
(0,13,51,38)
C0M13Y51K38 
(0%,13%,51%,38%)
(0.00/0.13/0.51/0.38)	

CMYK percentages

%0
%12.66
%51.27
%38.04

Codes

Color #9E8A4D in popluar color models

9E8A4D
RGB15813877
HSL45°34.47%46.08%
HSB/HSV45°51.27%61.96%
CMYK0.00%12.66%51.27%
38.04%

Color #9E8A4D in popluar number systems.

HEX9E8A4D
Decimal15813877
Binary10011110100010101001101
Octal236212115

Shades and tints

Shades of #9E8A4D

#9E8A4D
(158,138,77)
#907E46
(144,126,70)
#82723F
(130,114,63)
#746638
(116,102,56)
#665A31
(102,90,49)
#584E2A
(88,78,42)
#4A4223
(74,66,35)
#3C361C
(60,54,28)
#2E2A15
(46,42,21)
#201E0E
(32,30,14)
#121207
(18,18,7)
#000000
(0,0,0)

Tints of #9E8A4D

#9E8A4D
(158,138,77)
#A6945D
(166,148,93)
#AE9E6D
(174,158,109)
#B6A87D
(182,168,125)
#BEB28D
(190,178,141)
#C6BC9D
(198,188,157)
#CEC6AD
(206,198,173)
#D6D0BD
(214,208,189)
#DEDACD
(222,218,205)
#E6E4DD
(230,228,221)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8A4D; }

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

This text font color is #9E8A4D.


Background Color

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

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

This div background color is #9E8A4D.


Border color

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

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

This div border color is #9E8A4D.


Opacity

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

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

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

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

This text has shadow with #9E8A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8A4D on black background.


Color preview on white background

This text has color #9E8A4D on white background.



Black color preview on #9E8A4D background

This text has black color on #9E8A4D background.


White color preview on #9E8A4D background

This text has white color on #9E8A4D background.