COLOR #9E7813

HEX: #9E7813
RGB: (158,120,19)

Color info

#9E7813 contains mainly red and green colors. Web safe color of #9E7813 is #996600 (or #960).

RGB color model

#9E7813 color RGB value is (158,120,19).

  • red value is 158;
  • green value is 120;
  • blue value is 19.
RGB:
(158,120,19)
(62%,47%,7%)

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 19 of 255 = 7%

158
120
19

R + G + B ~ 39%. #9E7813 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 120 + 19 = 297 (100%)
R 158 of 297 ~ 53.2%
G 120 of 297 ~ 40.4%
B 19 of 297 ~ 6.4%

%53.2
%40.4

CMYK color model

#9E7813 color CMYK value is (0,24,88,38).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 87.97%
  • key color value is 38.04%
CMYK:
(0,24,88,38)
C0M24Y88K38 
(0%,24%,88%,38%)
(0.00/0.24/0.88/0.38)	

CMYK percentages

%0
%24.05
%87.97
%38.04

Codes

Color #9E7813 in popluar color models

9E7813
RGB15812019
HSL44°78.53%34.71%
HSB/HSV44°87.97%61.96%
CMYK0.00%24.05%87.97%
38.04%

Color #9E7813 in popluar number systems.

HEX9E7813
Decimal15812019
Binary10011110111100010011
Octal23617023

Shades and tints

Shades of #9E7813

#9E7813
(158,120,19)
#906E12
(144,110,18)
#826411
(130,100,17)
#745A10
(116,90,16)
#66500F
(102,80,15)
#58460E
(88,70,14)
#4A3C0D
(74,60,13)
#3C320C
(60,50,12)
#2E280B
(46,40,11)
#201E0A
(32,30,10)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #9E7813

#9E7813
(158,120,19)
#A68428
(166,132,40)
#AE903D
(174,144,61)
#B69C52
(182,156,82)
#BEA867
(190,168,103)
#C6B47C
(198,180,124)
#CEC091
(206,192,145)
#D6CCA6
(214,204,166)
#DED8BB
(222,216,187)
#E6E4D0
(230,228,208)
#EEF0E5
(238,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7813 color. Also use rgb(158,120,19) instead hex code.

Text Font Color

.myTextColor { color: #9E7813; }

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

This text font color is #9E7813.


Background Color

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

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

This div background color is #9E7813.


Border color

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

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

This div border color is #9E7813.


Opacity

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

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

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

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

This text has shadow with #9E7813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7813 on black background.


Color preview on white background

This text has color #9E7813 on white background.



Black color preview on #9E7813 background

This text has black color on #9E7813 background.


White color preview on #9E7813 background

This text has white color on #9E7813 background.