COLOR #9E5A08

HEX: #9E5A08
RGB: (158,90,8)

Color info

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

RGB color model

#9E5A08 color RGB value is (158,90,8).

  • red value is 158;
  • green value is 90;
  • blue value is 8.
RGB:
(158,90,8)
(62%,35%,3%)

RGB channels and saturation

R 158 of 255 = 62%
G 90 of 255 = 35%
B 8 of 255 = 3%

158
90
8

R + G + B ~ 33%. #9E5A08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 90 + 8 = 256 (100%)
R 158 of 256 ~ 61.72%
G 90 of 256 ~ 35.16%
B 8 of 256 ~ 3.13%

%61.72
%35.16

CMYK color model

#9E5A08 color CMYK value is (0,43,95,38).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 94.94%
  • key color value is 38.04%
CMYK:
(0,43,95,38)
C0M43Y95K38 
(0%,43%,95%,38%)
(0.00/0.43/0.95/0.38)	

CMYK percentages

%0
%43.04
%94.94
%38.04

Codes

Color #9E5A08 in popluar color models

9E5A08
RGB158908
HSL33°90.36%32.55%
HSB/HSV33°94.94%61.96%
CMYK0.00%43.04%94.94%
38.04%

Color #9E5A08 in popluar number systems.

HEX9E5A08
Decimal158908
Binary1001111010110101000
Octal23613210

Shades and tints

Shades of #9E5A08

#9E5A08
(158,90,8)
#905208
(144,82,8)
#824A08
(130,74,8)
#744208
(116,66,8)
#663A08
(102,58,8)
#583208
(88,50,8)
#4A2A08
(74,42,8)
#3C2208
(60,34,8)
#2E1A08
(46,26,8)
#201208
(32,18,8)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #9E5A08

#9E5A08
(158,90,8)
#A6691E
(166,105,30)
#AE7834
(174,120,52)
#B6874A
(182,135,74)
#BE9660
(190,150,96)
#C6A576
(198,165,118)
#CEB48C
(206,180,140)
#D6C3A2
(214,195,162)
#DED2B8
(222,210,184)
#E6E1CE
(230,225,206)
#EEF0E4
(238,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5A08 color. Also use rgb(158,90,8) instead hex code.

Text Font Color

.myTextColor { color: #9E5A08; }

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

This text font color is #9E5A08.


Background Color

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

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

This div background color is #9E5A08.


Border color

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

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

This div border color is #9E5A08.


Opacity

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

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

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

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

This text has shadow with #9E5A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5A08 on black background.


Color preview on white background

This text has color #9E5A08 on white background.



Black color preview on #9E5A08 background

This text has black color on #9E5A08 background.


White color preview on #9E5A08 background

This text has white color on #9E5A08 background.