COLOR #9E5860

HEX: #9E5860
RGB: (158,88,96)

Color info

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

RGB color model

#9E5860 color RGB value is (158,88,96).

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

RGB channels and saturation

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

158
88
96

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

Portions of RGB colors in percentages

R + G + B =
158 + 88 + 96 = 342 (100%)
R 158 of 342 ~ 46.2%
G 88 of 342 ~ 25.73%
B 96 of 342 ~ 28.07%

%46.2
%25.73
%28.07

CMYK color model

#9E5860 color CMYK value is (0,44,39,38).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 39.24%
  • key color value is 38.04%
CMYK:
(0,44,39,38)
C0M44Y39K38 
(0%,44%,39%,38%)
(0.00/0.44/0.39/0.38)	

CMYK percentages

%0
%44.3
%39.24
%38.04

Codes

Color #9E5860 in popluar color models

9E5860
RGB1588896
HSL353°28.46%48.24%
HSB/HSV353°44.30%61.96%
CMYK0.00%44.30%39.24%
38.04%

Color #9E5860 in popluar number systems.

HEX9E5860
Decimal1588896
Binary1001111010110001100000
Octal236130140

Shades and tints

Shades of #9E5860

#9E5860
(158,88,96)
#905058
(144,80,88)
#824850
(130,72,80)
#744048
(116,64,72)
#663840
(102,56,64)
#583038
(88,48,56)
#4A2830
(74,40,48)
#3C2028
(60,32,40)
#2E1820
(46,24,32)
#201018
(32,16,24)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #9E5860

#9E5860
(158,88,96)
#A6676E
(166,103,110)
#AE767C
(174,118,124)
#B6858A
(182,133,138)
#BE9498
(190,148,152)
#C6A3A6
(198,163,166)
#CEB2B4
(206,178,180)
#D6C1C2
(214,193,194)
#DED0D0
(222,208,208)
#E6DFDE
(230,223,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5860; }

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

This text font color is #9E5860.


Background Color

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

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

This div background color is #9E5860.


Border color

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

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

This div border color is #9E5860.


Opacity

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

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

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

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

This text has shadow with #9E5860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5860 on black background.


Color preview on white background

This text has color #9E5860 on white background.



Black color preview on #9E5860 background

This text has black color on #9E5860 background.


White color preview on #9E5860 background

This text has white color on #9E5860 background.