COLOR #9E8718

HEX: #9E8718
RGB: (158,135,24)

Color info

#9E8718 contains mainly red and green colors. Web safe color of #9E8718 is #999900 (or #990).

RGB color model

#9E8718 color RGB value is (158,135,24).

  • red value is 158;
  • green value is 135;
  • blue value is 24.
RGB:
(158,135,24)
(62%,53%,9%)

RGB channels and saturation

R 158 of 255 = 62%
G 135 of 255 = 53%
B 24 of 255 = 9%

158
135
24

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

Portions of RGB colors in percentages

R + G + B =
158 + 135 + 24 = 317 (100%)
R 158 of 317 ~ 49.84%
G 135 of 317 ~ 42.59%
B 24 of 317 ~ 7.57%

%49.84
%42.59

CMYK color model

#9E8718 color CMYK value is (0,15,85,38).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 84.81%
  • key color value is 38.04%
CMYK:
(0,15,85,38)
C0M15Y85K38 
(0%,15%,85%,38%)
(0.00/0.15/0.85/0.38)	

CMYK percentages

%0
%14.56
%84.81
%38.04

Codes

Color #9E8718 in popluar color models

9E8718
RGB15813524
HSL50°73.63%35.69%
HSB/HSV50°84.81%61.96%
CMYK0.00%14.56%84.81%
38.04%

Color #9E8718 in popluar number systems.

HEX9E8718
Decimal15813524
Binary100111101000011111000
Octal23620730

Shades and tints

Shades of #9E8718

#9E8718
(158,135,24)
#907B16
(144,123,22)
#826F14
(130,111,20)
#746312
(116,99,18)
#665710
(102,87,16)
#584B0E
(88,75,14)
#4A3F0C
(74,63,12)
#3C330A
(60,51,10)
#2E2708
(46,39,8)
#201B06
(32,27,6)
#120F04
(18,15,4)
#000000
(0,0,0)

Tints of #9E8718

#9E8718
(158,135,24)
#A6912D
(166,145,45)
#AE9B42
(174,155,66)
#B6A557
(182,165,87)
#BEAF6C
(190,175,108)
#C6B981
(198,185,129)
#CEC396
(206,195,150)
#D6CDAB
(214,205,171)
#DED7C0
(222,215,192)
#E6E1D5
(230,225,213)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8718 color. Also use rgb(158,135,24) instead hex code.

Text Font Color

.myTextColor { color: #9E8718; }

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

This text font color is #9E8718.


Background Color

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

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

This div background color is #9E8718.


Border color

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

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

This div border color is #9E8718.


Opacity

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

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

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

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

This text has shadow with #9E8718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8718 on black background.


Color preview on white background

This text has color #9E8718 on white background.



Black color preview on #9E8718 background

This text has black color on #9E8718 background.


White color preview on #9E8718 background

This text has white color on #9E8718 background.