COLOR #9E7452

HEX: #9E7452
RGB: (158,116,82)

Color info

#9E7452 contains mainly red and green colors. Web safe color of #9E7452 is #996666 (or #966).

RGB color model

#9E7452 color RGB value is (158,116,82).

  • red value is 158;
  • green value is 116;
  • blue value is 82.
RGB:
(158,116,82)
(62%,45%,32%)

RGB channels and saturation

R 158 of 255 = 62%
G 116 of 255 = 45%
B 82 of 255 = 32%

158
116
82

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

Portions of RGB colors in percentages

R + G + B =
158 + 116 + 82 = 356 (100%)
R 158 of 356 ~ 44.38%
G 116 of 356 ~ 32.58%
B 82 of 356 ~ 23.03%

%44.38
%32.58
%23.03

CMYK color model

#9E7452 color CMYK value is (0,27,48,38).

  • cyan value is 0.00%
  • magenta value is 26.58%
  • yellow value is 48.10%
  • key color value is 38.04%
CMYK:
(0,27,48,38)
C0M27Y48K38 
(0%,27%,48%,38%)
(0.00/0.27/0.48/0.38)	

CMYK percentages

%0
%26.58
%48.1
%38.04

Codes

Color #9E7452 in popluar color models

9E7452
RGB15811682
HSL27°31.67%47.06%
HSB/HSV27°48.10%61.96%
CMYK0.00%26.58%48.10%
38.04%

Color #9E7452 in popluar number systems.

HEX9E7452
Decimal15811682
Binary1001111011101001010010
Octal236164122

Shades and tints

Shades of #9E7452

#9E7452
(158,116,82)
#906A4B
(144,106,75)
#826044
(130,96,68)
#74563D
(116,86,61)
#664C36
(102,76,54)
#58422F
(88,66,47)
#4A3828
(74,56,40)
#3C2E21
(60,46,33)
#2E241A
(46,36,26)
#201A13
(32,26,19)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #9E7452

#9E7452
(158,116,82)
#A68061
(166,128,97)
#AE8C70
(174,140,112)
#B6987F
(182,152,127)
#BEA48E
(190,164,142)
#C6B09D
(198,176,157)
#CEBCAC
(206,188,172)
#D6C8BB
(214,200,187)
#DED4CA
(222,212,202)
#E6E0D9
(230,224,217)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7452 color. Also use rgb(158,116,82) instead hex code.

Text Font Color

.myTextColor { color: #9E7452; }

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

This text font color is #9E7452.


Background Color

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

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

This div background color is #9E7452.


Border color

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

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

This div border color is #9E7452.


Opacity

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

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

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

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

This text has shadow with #9E7452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7452 on black background.


Color preview on white background

This text has color #9E7452 on white background.



Black color preview on #9E7452 background

This text has black color on #9E7452 background.


White color preview on #9E7452 background

This text has white color on #9E7452 background.