COLOR #9E5459

HEX: #9E5459
RGB: (158,84,89)

Color info

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

RGB color model

#9E5459 color RGB value is (158,84,89).

  • red value is 158;
  • green value is 84;
  • blue value is 89.
RGB:
(158,84,89)
(62%,33%,35%)

RGB channels and saturation

R 158 of 255 = 62%
G 84 of 255 = 33%
B 89 of 255 = 35%

158
84
89

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

Portions of RGB colors in percentages

R + G + B =
158 + 84 + 89 = 331 (100%)
R 158 of 331 ~ 47.73%
G 84 of 331 ~ 25.38%
B 89 of 331 ~ 26.89%

%47.73
%25.38
%26.89

CMYK color model

#9E5459 color CMYK value is (0,47,44,38).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 43.67%
  • key color value is 38.04%
CMYK:
(0,47,44,38)
C0M47Y44K38 
(0%,47%,44%,38%)
(0.00/0.47/0.44/0.38)	

CMYK percentages

%0
%46.84
%43.67
%38.04

Codes

Color #9E5459 in popluar color models

9E5459
RGB1588489
HSL356°30.58%47.45%
HSB/HSV356°46.84%61.96%
CMYK0.00%46.84%43.67%
38.04%

Color #9E5459 in popluar number systems.

HEX9E5459
Decimal1588489
Binary1001111010101001011001
Octal236124131

Shades and tints

Shades of #9E5459

#9E5459
(158,84,89)
#904D51
(144,77,81)
#824649
(130,70,73)
#743F41
(116,63,65)
#663839
(102,56,57)
#583131
(88,49,49)
#4A2A29
(74,42,41)
#3C2321
(60,35,33)
#2E1C19
(46,28,25)
#201511
(32,21,17)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #9E5459

#9E5459
(158,84,89)
#A66368
(166,99,104)
#AE7277
(174,114,119)
#B68186
(182,129,134)
#BE9095
(190,144,149)
#C69FA4
(198,159,164)
#CEAEB3
(206,174,179)
#D6BDC2
(214,189,194)
#DECCD1
(222,204,209)
#E6DBE0
(230,219,224)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5459 color. Also use rgb(158,84,89) instead hex code.

Text Font Color

.myTextColor { color: #9E5459; }

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

This text font color is #9E5459.


Background Color

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

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

This div background color is #9E5459.


Border color

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

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

This div border color is #9E5459.


Opacity

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

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

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

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

This text has shadow with #9E5459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5459 on black background.


Color preview on white background

This text has color #9E5459 on white background.



Black color preview on #9E5459 background

This text has black color on #9E5459 background.


White color preview on #9E5459 background

This text has white color on #9E5459 background.