COLOR #9E7E70

HEX: #9E7E70
RGB: (158,126,112)

Color info

#9E7E70 contains red, green and blue colors in about the same proportion. Web safe color of #9E7E70 is #996666 (or #966).

RGB color model

#9E7E70 color RGB value is (158,126,112).

  • red value is 158;
  • green value is 126;
  • blue value is 112.
RGB:
(158,126,112)
(62%,49%,44%)

RGB channels and saturation

R 158 of 255 = 62%
G 126 of 255 = 49%
B 112 of 255 = 44%

158
126
112

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

Portions of RGB colors in percentages

R + G + B =
158 + 126 + 112 = 396 (100%)
R 158 of 396 ~ 39.9%
G 126 of 396 ~ 31.82%
B 112 of 396 ~ 28.28%

%39.9
%31.82
%28.28

CMYK color model

#9E7E70 color CMYK value is (0,20,29,38).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 29.11%
  • key color value is 38.04%
CMYK:
(0,20,29,38)
C0M20Y29K38 
(0%,20%,29%,38%)
(0.00/0.20/0.29/0.38)	

CMYK percentages

%0
%20.25
%29.11
%38.04

Codes

Color #9E7E70 in popluar color models

9E7E70
RGB158126112
HSL18°19.17%52.94%
HSB/HSV18°29.11%61.96%
CMYK0.00%20.25%29.11%
38.04%

Color #9E7E70 in popluar number systems.

HEX9E7E70
Decimal158126112
Binary1001111011111101110000
Octal236176160

Shades and tints

Shades of #9E7E70

#9E7E70
(158,126,112)
#907366
(144,115,102)
#82685C
(130,104,92)
#745D52
(116,93,82)
#665248
(102,82,72)
#58473E
(88,71,62)
#4A3C34
(74,60,52)
#3C312A
(60,49,42)
#2E2620
(46,38,32)
#201B16
(32,27,22)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #9E7E70

#9E7E70
(158,126,112)
#A6897D
(166,137,125)
#AE948A
(174,148,138)
#B69F97
(182,159,151)
#BEAAA4
(190,170,164)
#C6B5B1
(198,181,177)
#CEC0BE
(206,192,190)
#D6CBCB
(214,203,203)
#DED6D8
(222,214,216)
#E6E1E5
(230,225,229)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7E70 color. Also use rgb(158,126,112) instead hex code.

Text Font Color

.myTextColor { color: #9E7E70; }

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

This text font color is #9E7E70.


Background Color

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

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

This div background color is #9E7E70.


Border color

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

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

This div border color is #9E7E70.


Opacity

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

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

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

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

This text has shadow with #9E7E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7E70 on black background.


Color preview on white background

This text has color #9E7E70 on white background.



Black color preview on #9E7E70 background

This text has black color on #9E7E70 background.


White color preview on #9E7E70 background

This text has white color on #9E7E70 background.