COLOR #9E8C48

HEX: #9E8C48
RGB: (158,140,72)

Color info

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

RGB color model

#9E8C48 color RGB value is (158,140,72).

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

RGB channels and saturation

R 158 of 255 = 62%
G 140 of 255 = 55%
B 72 of 255 = 28%

158
140
72

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

Portions of RGB colors in percentages

R + G + B =
158 + 140 + 72 = 370 (100%)
R 158 of 370 ~ 42.7%
G 140 of 370 ~ 37.84%
B 72 of 370 ~ 19.46%

%42.7
%37.84
%19.46

CMYK color model

#9E8C48 color CMYK value is (0,11,54,38).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 54.43%
  • key color value is 38.04%
CMYK:
(0,11,54,38)
C0M11Y54K38 
(0%,11%,54%,38%)
(0.00/0.11/0.54/0.38)	

CMYK percentages

%0
%11.39
%54.43
%38.04

Codes

Color #9E8C48 in popluar color models

9E8C48
RGB15814072
HSL47°37.39%45.10%
HSB/HSV47°54.43%61.96%
CMYK0.00%11.39%54.43%
38.04%

Color #9E8C48 in popluar number systems.

HEX9E8C48
Decimal15814072
Binary10011110100011001001000
Octal236214110

Shades and tints

Shades of #9E8C48

#9E8C48
(158,140,72)
#908042
(144,128,66)
#82743C
(130,116,60)
#746836
(116,104,54)
#665C30
(102,92,48)
#58502A
(88,80,42)
#4A4424
(74,68,36)
#3C381E
(60,56,30)
#2E2C18
(46,44,24)
#202012
(32,32,18)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #9E8C48

#9E8C48
(158,140,72)
#A69658
(166,150,88)
#AEA068
(174,160,104)
#B6AA78
(182,170,120)
#BEB488
(190,180,136)
#C6BE98
(198,190,152)
#CEC8A8
(206,200,168)
#D6D2B8
(214,210,184)
#DEDCC8
(222,220,200)
#E6E6D8
(230,230,216)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8C48; }

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

This text font color is #9E8C48.


Background Color

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

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

This div background color is #9E8C48.


Border color

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

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

This div border color is #9E8C48.


Opacity

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

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

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

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

This text has shadow with #9E8C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8C48 on black background.


Color preview on white background

This text has color #9E8C48 on white background.



Black color preview on #9E8C48 background

This text has black color on #9E8C48 background.


White color preview on #9E8C48 background

This text has white color on #9E8C48 background.