COLOR #9E7173

HEX: #9E7173
RGB: (158,113,115)

Color info

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

RGB color model

#9E7173 color RGB value is (158,113,115).

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

RGB channels and saturation

R 158 of 255 = 62%
G 113 of 255 = 44%
B 115 of 255 = 45%

158
113
115

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

Portions of RGB colors in percentages

R + G + B =
158 + 113 + 115 = 386 (100%)
R 158 of 386 ~ 40.93%
G 113 of 386 ~ 29.27%
B 115 of 386 ~ 29.79%

%40.93
%29.27
%29.79

CMYK color model

#9E7173 color CMYK value is (0,28,27,38).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 27.22%
  • key color value is 38.04%
CMYK:
(0,28,27,38)
C0M28Y27K38 
(0%,28%,27%,38%)
(0.00/0.28/0.27/0.38)	

CMYK percentages

%0
%28.48
%27.22
%38.04

Codes

Color #9E7173 in popluar color models

9E7173
RGB158113115
HSL357°18.83%53.14%
HSB/HSV357°28.48%61.96%
CMYK0.00%28.48%27.22%
38.04%

Color #9E7173 in popluar number systems.

HEX9E7173
Decimal158113115
Binary1001111011100011110011
Octal236161163

Shades and tints

Shades of #9E7173

#9E7173
(158,113,115)
#906769
(144,103,105)
#825D5F
(130,93,95)
#745355
(116,83,85)
#66494B
(102,73,75)
#583F41
(88,63,65)
#4A3537
(74,53,55)
#3C2B2D
(60,43,45)
#2E2123
(46,33,35)
#201719
(32,23,25)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #9E7173

#9E7173
(158,113,115)
#A67D7F
(166,125,127)
#AE898B
(174,137,139)
#B69597
(182,149,151)
#BEA1A3
(190,161,163)
#C6ADAF
(198,173,175)
#CEB9BB
(206,185,187)
#D6C5C7
(214,197,199)
#DED1D3
(222,209,211)
#E6DDDF
(230,221,223)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7173; }

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

This text font color is #9E7173.


Background Color

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

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

This div background color is #9E7173.


Border color

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

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

This div border color is #9E7173.


Opacity

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

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

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

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

This text has shadow with #9E7173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7173 on black background.


Color preview on white background

This text has color #9E7173 on white background.



Black color preview on #9E7173 background

This text has black color on #9E7173 background.


White color preview on #9E7173 background

This text has white color on #9E7173 background.