COLOR #9E5D70

HEX: #9E5D70
RGB: (158,93,112)

Color info

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

RGB color model

#9E5D70 color RGB value is (158,93,112).

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

RGB channels and saturation

R 158 of 255 = 62%
G 93 of 255 = 36%
B 112 of 255 = 44%

158
93
112

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

Portions of RGB colors in percentages

R + G + B =
158 + 93 + 112 = 363 (100%)
R 158 of 363 ~ 43.53%
G 93 of 363 ~ 25.62%
B 112 of 363 ~ 30.85%

%43.53
%25.62
%30.85

CMYK color model

#9E5D70 color CMYK value is (0,41,29,38).

  • cyan value is 0.00%
  • magenta value is 41.14%
  • yellow value is 29.11%
  • key color value is 38.04%
CMYK:
(0,41,29,38)
C0M41Y29K38 
(0%,41%,29%,38%)
(0.00/0.41/0.29/0.38)	

CMYK percentages

%0
%41.14
%29.11
%38.04

Codes

Color #9E5D70 in popluar color models

9E5D70
RGB15893112
HSL342°25.90%49.22%
HSB/HSV342°41.14%61.96%
CMYK0.00%41.14%29.11%
38.04%

Color #9E5D70 in popluar number systems.

HEX9E5D70
Decimal15893112
Binary1001111010111011110000
Octal236135160

Shades and tints

Shades of #9E5D70

#9E5D70
(158,93,112)
#905566
(144,85,102)
#824D5C
(130,77,92)
#744552
(116,69,82)
#663D48
(102,61,72)
#58353E
(88,53,62)
#4A2D34
(74,45,52)
#3C252A
(60,37,42)
#2E1D20
(46,29,32)
#201516
(32,21,22)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #9E5D70

#9E5D70
(158,93,112)
#A66B7D
(166,107,125)
#AE798A
(174,121,138)
#B68797
(182,135,151)
#BE95A4
(190,149,164)
#C6A3B1
(198,163,177)
#CEB1BE
(206,177,190)
#D6BFCB
(214,191,203)
#DECDD8
(222,205,216)
#E6DBE5
(230,219,229)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5D70; }

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

This text font color is #9E5D70.


Background Color

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

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

This div background color is #9E5D70.


Border color

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

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

This div border color is #9E5D70.


Opacity

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

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

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

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

This text has shadow with #9E5D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5D70 on black background.


Color preview on white background

This text has color #9E5D70 on white background.



Black color preview on #9E5D70 background

This text has black color on #9E5D70 background.


White color preview on #9E5D70 background

This text has white color on #9E5D70 background.