COLOR #9E5A60

HEX: #9E5A60
RGB: (158,90,96)

Color info

#9E5A60 contains mainly red color. Web safe color of #9E5A60 is #996666 (or #966).

RGB color model

#9E5A60 color RGB value is (158,90,96).

  • red value is 158;
  • green value is 90;
  • blue value is 96.
RGB:
(158,90,96)
(62%,35%,38%)

RGB channels and saturation

R 158 of 255 = 62%
G 90 of 255 = 35%
B 96 of 255 = 38%

158
90
96

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

Portions of RGB colors in percentages

R + G + B =
158 + 90 + 96 = 344 (100%)
R 158 of 344 ~ 45.93%
G 90 of 344 ~ 26.16%
B 96 of 344 ~ 27.91%

%45.93
%26.16
%27.91

CMYK color model

#9E5A60 color CMYK value is (0,43,39,38).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 39.24%
  • key color value is 38.04%
CMYK:
(0,43,39,38)
C0M43Y39K38 
(0%,43%,39%,38%)
(0.00/0.43/0.39/0.38)	

CMYK percentages

%0
%43.04
%39.24
%38.04

Codes

Color #9E5A60 in popluar color models

9E5A60
RGB1589096
HSL355°27.42%48.63%
HSB/HSV355°43.04%61.96%
CMYK0.00%43.04%39.24%
38.04%

Color #9E5A60 in popluar number systems.

HEX9E5A60
Decimal1589096
Binary1001111010110101100000
Octal236132140

Shades and tints

Shades of #9E5A60

#9E5A60
(158,90,96)
#905258
(144,82,88)
#824A50
(130,74,80)
#744248
(116,66,72)
#663A40
(102,58,64)
#583238
(88,50,56)
#4A2A30
(74,42,48)
#3C2228
(60,34,40)
#2E1A20
(46,26,32)
#201218
(32,18,24)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #9E5A60

#9E5A60
(158,90,96)
#A6696E
(166,105,110)
#AE787C
(174,120,124)
#B6878A
(182,135,138)
#BE9698
(190,150,152)
#C6A5A6
(198,165,166)
#CEB4B4
(206,180,180)
#D6C3C2
(214,195,194)
#DED2D0
(222,210,208)
#E6E1DE
(230,225,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5A60 color. Also use rgb(158,90,96) instead hex code.

Text Font Color

.myTextColor { color: #9E5A60; }

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

This text font color is #9E5A60.


Background Color

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

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

This div background color is #9E5A60.


Border color

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

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

This div border color is #9E5A60.


Opacity

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

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

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

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

This text has shadow with #9E5A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5A60 on black background.


Color preview on white background

This text has color #9E5A60 on white background.



Black color preview on #9E5A60 background

This text has black color on #9E5A60 background.


White color preview on #9E5A60 background

This text has white color on #9E5A60 background.