COLOR #9E5B73

HEX: #9E5B73
RGB: (158,91,115)

Color info

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

RGB color model

#9E5B73 color RGB value is (158,91,115).

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

RGB channels and saturation

R 158 of 255 = 62%
G 91 of 255 = 36%
B 115 of 255 = 45%

158
91
115

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

Portions of RGB colors in percentages

R + G + B =
158 + 91 + 115 = 364 (100%)
R 158 of 364 ~ 43.41%
G 91 of 364 ~ 25%
B 115 of 364 ~ 31.59%

%43.41
%25
%31.59

CMYK color model

#9E5B73 color CMYK value is (0,42,27,38).

  • cyan value is 0.00%
  • magenta value is 42.41%
  • yellow value is 27.22%
  • key color value is 38.04%
CMYK:
(0,42,27,38)
C0M42Y27K38 
(0%,42%,27%,38%)
(0.00/0.42/0.27/0.38)	

CMYK percentages

%0
%42.41
%27.22
%38.04

Codes

Color #9E5B73 in popluar color models

9E5B73
RGB15891115
HSL339°26.91%48.82%
HSB/HSV339°42.41%61.96%
CMYK0.00%42.41%27.22%
38.04%

Color #9E5B73 in popluar number systems.

HEX9E5B73
Decimal15891115
Binary1001111010110111110011
Octal236133163

Shades and tints

Shades of #9E5B73

#9E5B73
(158,91,115)
#905369
(144,83,105)
#824B5F
(130,75,95)
#744355
(116,67,85)
#663B4B
(102,59,75)
#583341
(88,51,65)
#4A2B37
(74,43,55)
#3C232D
(60,35,45)
#2E1B23
(46,27,35)
#201319
(32,19,25)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #9E5B73

#9E5B73
(158,91,115)
#A6697F
(166,105,127)
#AE778B
(174,119,139)
#B68597
(182,133,151)
#BE93A3
(190,147,163)
#C6A1AF
(198,161,175)
#CEAFBB
(206,175,187)
#D6BDC7
(214,189,199)
#DECBD3
(222,203,211)
#E6D9DF
(230,217,223)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5B73; }

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

This text font color is #9E5B73.


Background Color

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

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

This div background color is #9E5B73.


Border color

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

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

This div border color is #9E5B73.


Opacity

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

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

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

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

This text has shadow with #9E5B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5B73 on black background.


Color preview on white background

This text has color #9E5B73 on white background.



Black color preview on #9E5B73 background

This text has black color on #9E5B73 background.


White color preview on #9E5B73 background

This text has white color on #9E5B73 background.