COLOR #9E8C24

HEX: #9E8C24
RGB: (158,140,36)

Color info

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

RGB color model

#9E8C24 color RGB value is (158,140,36).

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

RGB channels and saturation

R 158 of 255 = 62%
G 140 of 255 = 55%
B 36 of 255 = 14%

158
140
36

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

Portions of RGB colors in percentages

R + G + B =
158 + 140 + 36 = 334 (100%)
R 158 of 334 ~ 47.31%
G 140 of 334 ~ 41.92%
B 36 of 334 ~ 10.78%

%47.31
%41.92
%10.78

CMYK color model

#9E8C24 color CMYK value is (0,11,77,38).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 77.22%
  • key color value is 38.04%
CMYK:
(0,11,77,38)
C0M11Y77K38 
(0%,11%,77%,38%)
(0.00/0.11/0.77/0.38)	

CMYK percentages

%0
%11.39
%77.22
%38.04

Codes

Color #9E8C24 in popluar color models

9E8C24
RGB15814036
HSL51°62.89%38.04%
HSB/HSV51°77.22%61.96%
CMYK0.00%11.39%77.22%
38.04%

Color #9E8C24 in popluar number systems.

HEX9E8C24
Decimal15814036
Binary1001111010001100100100
Octal23621444

Shades and tints

Shades of #9E8C24

#9E8C24
(158,140,36)
#908021
(144,128,33)
#82741E
(130,116,30)
#74681B
(116,104,27)
#665C18
(102,92,24)
#585015
(88,80,21)
#4A4412
(74,68,18)
#3C380F
(60,56,15)
#2E2C0C
(46,44,12)
#202009
(32,32,9)
#121406
(18,20,6)
#000000
(0,0,0)

Tints of #9E8C24

#9E8C24
(158,140,36)
#A69637
(166,150,55)
#AEA04A
(174,160,74)
#B6AA5D
(182,170,93)
#BEB470
(190,180,112)
#C6BE83
(198,190,131)
#CEC896
(206,200,150)
#D6D2A9
(214,210,169)
#DEDCBC
(222,220,188)
#E6E6CF
(230,230,207)
#EEF0E2
(238,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8C24; }

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

This text font color is #9E8C24.


Background Color

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

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

This div background color is #9E8C24.


Border color

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

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

This div border color is #9E8C24.


Opacity

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

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

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

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

This text has shadow with #9E8C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8C24 on black background.


Color preview on white background

This text has color #9E8C24 on white background.



Black color preview on #9E8C24 background

This text has black color on #9E8C24 background.


White color preview on #9E8C24 background

This text has white color on #9E8C24 background.