COLOR #9E7342

HEX: #9E7342
RGB: (158,115,66)

Color info

#9E7342 contains mainly red and green colors. Web safe color of #9E7342 is #996633 (or #963).

RGB color model

#9E7342 color RGB value is (158,115,66).

  • red value is 158;
  • green value is 115;
  • blue value is 66.
RGB:
(158,115,66)
(62%,45%,26%)

RGB channels and saturation

R 158 of 255 = 62%
G 115 of 255 = 45%
B 66 of 255 = 26%

158
115
66

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

Portions of RGB colors in percentages

R + G + B =
158 + 115 + 66 = 339 (100%)
R 158 of 339 ~ 46.61%
G 115 of 339 ~ 33.92%
B 66 of 339 ~ 19.47%

%46.61
%33.92
%19.47

CMYK color model

#9E7342 color CMYK value is (0,27,58,38).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 58.23%
  • key color value is 38.04%
CMYK:
(0,27,58,38)
C0M27Y58K38 
(0%,27%,58%,38%)
(0.00/0.27/0.58/0.38)	

CMYK percentages

%0
%27.22
%58.23
%38.04

Codes

Color #9E7342 in popluar color models

9E7342
RGB15811566
HSL32°41.07%43.92%
HSB/HSV32°58.23%61.96%
CMYK0.00%27.22%58.23%
38.04%

Color #9E7342 in popluar number systems.

HEX9E7342
Decimal15811566
Binary1001111011100111000010
Octal236163102

Shades and tints

Shades of #9E7342

#9E7342
(158,115,66)
#90693C
(144,105,60)
#825F36
(130,95,54)
#745530
(116,85,48)
#664B2A
(102,75,42)
#584124
(88,65,36)
#4A371E
(74,55,30)
#3C2D18
(60,45,24)
#2E2312
(46,35,18)
#20190C
(32,25,12)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #9E7342

#9E7342
(158,115,66)
#A67F53
(166,127,83)
#AE8B64
(174,139,100)
#B69775
(182,151,117)
#BEA386
(190,163,134)
#C6AF97
(198,175,151)
#CEBBA8
(206,187,168)
#D6C7B9
(214,199,185)
#DED3CA
(222,211,202)
#E6DFDB
(230,223,219)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7342 color. Also use rgb(158,115,66) instead hex code.

Text Font Color

.myTextColor { color: #9E7342; }

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

This text font color is #9E7342.


Background Color

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

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

This div background color is #9E7342.


Border color

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

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

This div border color is #9E7342.


Opacity

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

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

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

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

This text has shadow with #9E7342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7342 on black background.


Color preview on white background

This text has color #9E7342 on white background.



Black color preview on #9E7342 background

This text has black color on #9E7342 background.


White color preview on #9E7342 background

This text has white color on #9E7342 background.