COLOR #9E7D70

HEX: #9E7D70 RGB: (158,125,112)

Color info

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

RGB color model

#9E7D70 color RGB value is (158,125,112).

RGB: (158,125,112) (62%, 49%, 44%)

RGB channels and saturation

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

158
125
112

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

Portions of RGB colors in percentages

R + G + B = 158 + 125 + 112 = 395 (100%)
R 158 of 395 ~ 40%
G 125 of 395 ~ 31.65%
B 112 of 395 ~ 28.35'%

%40
%31.65
%28.35

CMYK color model

#9E7D70 color CMYK value is (0,21,29,38).

  • cyan value is 0.00%
  • magenta value is 20.89%
  • yellow value is 29.11%
  • key color value is 38.04%

CMYK: (0,21,29,38)
C0M21Y29K38 (0%, 21%, 29%, 38%)
(0.00 / 0.21 / 0.29 / 0.38)

CMYK percentages

%0
%20.89
%29.11
%38.04

Codes

Color #9E7D70 in popluar color models

9E 7D 70
RGB 158 125 112
HSL 17° 19.17% 52.94%
HSB/HSV 17° 29.11% 61.96%
CMYK 0.00% 20.89% 29.11%
38.04%

Color #9E7D70 in popluar number systems.

HEX 9E 7D 70
Decimal 158 125 112
Binary 10011110 1111101 1110000
Octal 236 175 160

Shades and tints

Shades of #9E7D70

#9E7D70
(158,125,112)
#907266
(144,114,102)
#82675C
(130,103,92)
#745C52
(116,92,82)
#665148
(102,81,72)
#58463E
(88,70,62)
#4A3B34
(74,59,52)
#3C302A
(60,48,42)
#2E2520
(46,37,32)
#201A16
(32,26,22)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #9E7D70

#9E7D70
(158,125,112)
#A6887D
(166,136,125)
#AE938A
(174,147,138)
#B69E97
(182,158,151)
#BEA9A4
(190,169,164)
#C6B4B1
(198,180,177)
#CEBFBE
(206,191,190)
#D6CACB
(214,202,203)
#DED5D8
(222,213,216)
#E6E0E5
(230,224,229)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7D70; }

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

This text font color is #9E7D70.

Background Color

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

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

This div background color is #9E7D70.

Border color

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

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

This div border color is #9E7D70.

Opacity

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

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

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

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

This text has shadow with #9E7D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7D70.

Preview

Color preview on black background

This text has color #9E7D70 on black background.


Color preview on white background

This text has color #9E7D70 on white background.


Black color preview on #9E7D70 background

This text has black color on #9E7D70 background.


White color preview on #9E7D70 background

This text has white color on #9E7D70 background.


Related colors

Complementary color

Complementary color for #hex is #61828F.


I love getcolorcode.com

Triadic colors

1 #709E7D and #7D709E with #9E7D70 are triadic colors.

2 #707D9E and #7D9E70 with #9E7D70 are triadic colors.