COLOR #9E5107

HEX: #9E5107
RGB: (158,81,7)

Color info

#9E5107 contains mainly red color. Web safe color of #9E5107 is #996600 (or #960).

RGB color model

#9E5107 color RGB value is (158,81,7).

  • red value is 158;
  • green value is 81;
  • blue value is 7.
RGB:
(158,81,7)
(62%,32%,3%)

RGB channels and saturation

R 158 of 255 = 62%
G 81 of 255 = 32%
B 7 of 255 = 3%

158
81
7

R + G + B ~ 32%. #9E5107 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 81 + 7 = 246 (100%)
R 158 of 246 ~ 64.23%
G 81 of 246 ~ 32.93%
B 7 of 246 ~ 2.85%

%64.23
%32.93

CMYK color model

#9E5107 color CMYK value is (0,49,96,38).

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 95.57%
  • key color value is 38.04%
CMYK:
(0,49,96,38)
C0M49Y96K38 
(0%,49%,96%,38%)
(0.00/0.49/0.96/0.38)	

CMYK percentages

%0
%48.73
%95.57
%38.04

Codes

Color #9E5107 in popluar color models

9E5107
RGB158817
HSL29°91.52%32.35%
HSB/HSV29°95.57%61.96%
CMYK0.00%48.73%95.57%
38.04%

Color #9E5107 in popluar number systems.

HEX9E5107
Decimal158817
Binary100111101010001111
Octal2361217

Shades and tints

Shades of #9E5107

#9E5107
(158,81,7)
#904A07
(144,74,7)
#824307
(130,67,7)
#743C07
(116,60,7)
#663507
(102,53,7)
#582E07
(88,46,7)
#4A2707
(74,39,7)
#3C2007
(60,32,7)
#2E1907
(46,25,7)
#201207
(32,18,7)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #9E5107

#9E5107
(158,81,7)
#A6601D
(166,96,29)
#AE6F33
(174,111,51)
#B67E49
(182,126,73)
#BE8D5F
(190,141,95)
#C69C75
(198,156,117)
#CEAB8B
(206,171,139)
#D6BAA1
(214,186,161)
#DEC9B7
(222,201,183)
#E6D8CD
(230,216,205)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5107 color. Also use rgb(158,81,7) instead hex code.

Text Font Color

.myTextColor { color: #9E5107; }

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

This text font color is #9E5107.


Background Color

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

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

This div background color is #9E5107.


Border color

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

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

This div border color is #9E5107.


Opacity

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

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

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

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

This text has shadow with #9E5107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5107 on black background.


Color preview on white background

This text has color #9E5107 on white background.



Black color preview on #9E5107 background

This text has black color on #9E5107 background.


White color preview on #9E5107 background

This text has white color on #9E5107 background.