COLOR #9E5A5D

HEX: #9E5A5D
RGB: (158,90,93)

Color info

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

RGB color model

#9E5A5D color RGB value is (158,90,93).

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

RGB channels and saturation

R 158 of 255 = 62%
G 90 of 255 = 35%
B 93 of 255 = 36%

158
90
93

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

Portions of RGB colors in percentages

R + G + B =
158 + 90 + 93 = 341 (100%)
R 158 of 341 ~ 46.33%
G 90 of 341 ~ 26.39%
B 93 of 341 ~ 27.27%

%46.33
%26.39
%27.27

CMYK color model

#9E5A5D color CMYK value is (0,43,41,38).

  • cyan value is 0.00%
  • magenta value is 43.04%
  • yellow value is 41.14%
  • key color value is 38.04%
CMYK:
(0,43,41,38)
C0M43Y41K38 
(0%,43%,41%,38%)
(0.00/0.43/0.41/0.38)	

CMYK percentages

%0
%43.04
%41.14
%38.04

Codes

Color #9E5A5D in popluar color models

9E5A5D
RGB1589093
HSL357°27.42%48.63%
HSB/HSV357°43.04%61.96%
CMYK0.00%43.04%41.14%
38.04%

Color #9E5A5D in popluar number systems.

HEX9E5A5D
Decimal1589093
Binary1001111010110101011101
Octal236132135

Shades and tints

Shades of #9E5A5D

#9E5A5D
(158,90,93)
#905255
(144,82,85)
#824A4D
(130,74,77)
#744245
(116,66,69)
#663A3D
(102,58,61)
#583235
(88,50,53)
#4A2A2D
(74,42,45)
#3C2225
(60,34,37)
#2E1A1D
(46,26,29)
#201215
(32,18,21)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #9E5A5D

#9E5A5D
(158,90,93)
#A6696B
(166,105,107)
#AE7879
(174,120,121)
#B68787
(182,135,135)
#BE9695
(190,150,149)
#C6A5A3
(198,165,163)
#CEB4B1
(206,180,177)
#D6C3BF
(214,195,191)
#DED2CD
(222,210,205)
#E6E1DB
(230,225,219)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5A5D; }

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

This text font color is #9E5A5D.


Background Color

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

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

This div background color is #9E5A5D.


Border color

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

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

This div border color is #9E5A5D.


Opacity

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

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

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

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

This text has shadow with #9E5A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5A5D on black background.


Color preview on white background

This text has color #9E5A5D on white background.



Black color preview on #9E5A5D background

This text has black color on #9E5A5D background.


White color preview on #9E5A5D background

This text has white color on #9E5A5D background.