COLOR #9E602A

HEX: #9E602A
RGB: (158,96,42)

Color info

#9E602A contains mainly red color. Web safe color of #9E602A is #996633 (or #963).

RGB color model

#9E602A color RGB value is (158,96,42).

  • red value is 158;
  • green value is 96;
  • blue value is 42.
RGB:
(158,96,42)
(62%,38%,16%)

RGB channels and saturation

R 158 of 255 = 62%
G 96 of 255 = 38%
B 42 of 255 = 16%

158
96
42

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

Portions of RGB colors in percentages

R + G + B =
158 + 96 + 42 = 296 (100%)
R 158 of 296 ~ 53.38%
G 96 of 296 ~ 32.43%
B 42 of 296 ~ 14.19%

%53.38
%32.43
%14.19

CMYK color model

#9E602A color CMYK value is (0,39,73,38).

  • cyan value is 0.00%
  • magenta value is 39.24%
  • yellow value is 73.42%
  • key color value is 38.04%
CMYK:
(0,39,73,38)
C0M39Y73K38 
(0%,39%,73%,38%)
(0.00/0.39/0.73/0.38)	

CMYK percentages

%0
%39.24
%73.42
%38.04

Codes

Color #9E602A in popluar color models

9E602A
RGB1589642
HSL28°58.00%39.22%
HSB/HSV28°73.42%61.96%
CMYK0.00%39.24%73.42%
38.04%

Color #9E602A in popluar number systems.

HEX9E602A
Decimal1589642
Binary100111101100000101010
Octal23614052

Shades and tints

Shades of #9E602A

#9E602A
(158,96,42)
#905827
(144,88,39)
#825024
(130,80,36)
#744821
(116,72,33)
#66401E
(102,64,30)
#58381B
(88,56,27)
#4A3018
(74,48,24)
#3C2815
(60,40,21)
#2E2012
(46,32,18)
#20180F
(32,24,15)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #9E602A

#9E602A
(158,96,42)
#A66E3D
(166,110,61)
#AE7C50
(174,124,80)
#B68A63
(182,138,99)
#BE9876
(190,152,118)
#C6A689
(198,166,137)
#CEB49C
(206,180,156)
#D6C2AF
(214,194,175)
#DED0C2
(222,208,194)
#E6DED5
(230,222,213)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E602A color. Also use rgb(158,96,42) instead hex code.

Text Font Color

.myTextColor { color: #9E602A; }

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

This text font color is #9E602A.


Background Color

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

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

This div background color is #9E602A.


Border color

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

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

This div border color is #9E602A.


Opacity

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

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

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

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

This text has shadow with #9E602A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E602A on black background.


Color preview on white background

This text has color #9E602A on white background.



Black color preview on #9E602A background

This text has black color on #9E602A background.


White color preview on #9E602A background

This text has white color on #9E602A background.