COLOR #9E8A5F

HEX: #9E8A5F
RGB: (158,138,95)

Color info

#9E8A5F contains mainly red and green colors. Web safe color of #9E8A5F is #999966 (or #996).

RGB color model

#9E8A5F color RGB value is (158,138,95).

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

RGB channels and saturation

R 158 of 255 = 62%
G 138 of 255 = 54%
B 95 of 255 = 37%

158
138
95

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

Portions of RGB colors in percentages

R + G + B =
158 + 138 + 95 = 391 (100%)
R 158 of 391 ~ 40.41%
G 138 of 391 ~ 35.29%
B 95 of 391 ~ 24.3%

%40.41
%35.29
%24.3

CMYK color model

#9E8A5F color CMYK value is (0,13,40,38).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 39.87%
  • key color value is 38.04%
CMYK:
(0,13,40,38)
C0M13Y40K38 
(0%,13%,40%,38%)
(0.00/0.13/0.40/0.38)	

CMYK percentages

%0
%12.66
%39.87
%38.04

Codes

Color #9E8A5F in popluar color models

9E8A5F
RGB15813895
HSL41°24.90%49.61%
HSB/HSV41°39.87%61.96%
CMYK0.00%12.66%39.87%
38.04%

Color #9E8A5F in popluar number systems.

HEX9E8A5F
Decimal15813895
Binary10011110100010101011111
Octal236212137

Shades and tints

Shades of #9E8A5F

#9E8A5F
(158,138,95)
#907E57
(144,126,87)
#82724F
(130,114,79)
#746647
(116,102,71)
#665A3F
(102,90,63)
#584E37
(88,78,55)
#4A422F
(74,66,47)
#3C3627
(60,54,39)
#2E2A1F
(46,42,31)
#201E17
(32,30,23)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #9E8A5F

#9E8A5F
(158,138,95)
#A6946D
(166,148,109)
#AE9E7B
(174,158,123)
#B6A889
(182,168,137)
#BEB297
(190,178,151)
#C6BCA5
(198,188,165)
#CEC6B3
(206,198,179)
#D6D0C1
(214,208,193)
#DEDACF
(222,218,207)
#E6E4DD
(230,228,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8A5F; }

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

This text font color is #9E8A5F.


Background Color

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

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

This div background color is #9E8A5F.


Border color

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

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

This div border color is #9E8A5F.


Opacity

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

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

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

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

This text has shadow with #9E8A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8A5F on black background.


Color preview on white background

This text has color #9E8A5F on white background.



Black color preview on #9E8A5F background

This text has black color on #9E8A5F background.


White color preview on #9E8A5F background

This text has white color on #9E8A5F background.