COLOR #9E4E62

HEX: #9E4E62
RGB: (158,78,98)

Color info

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

RGB color model

#9E4E62 color RGB value is (158,78,98).

  • red value is 158;
  • green value is 78;
  • blue value is 98.
RGB:
(158,78,98)
(62%,31%,38%)

RGB channels and saturation

R 158 of 255 = 62%
G 78 of 255 = 31%
B 98 of 255 = 38%

158
78
98

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

Portions of RGB colors in percentages

R + G + B =
158 + 78 + 98 = 334 (100%)
R 158 of 334 ~ 47.31%
G 78 of 334 ~ 23.35%
B 98 of 334 ~ 29.34%

%47.31
%23.35
%29.34

CMYK color model

#9E4E62 color CMYK value is (0,51,38,38).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 37.97%
  • key color value is 38.04%
CMYK:
(0,51,38,38)
C0M51Y38K38 
(0%,51%,38%,38%)
(0.00/0.51/0.38/0.38)	

CMYK percentages

%0
%50.63
%37.97
%38.04

Codes

Color #9E4E62 in popluar color models

9E4E62
RGB1587898
HSL345°33.90%46.27%
HSB/HSV345°50.63%61.96%
CMYK0.00%50.63%37.97%
38.04%

Color #9E4E62 in popluar number systems.

HEX9E4E62
Decimal1587898
Binary1001111010011101100010
Octal236116142

Shades and tints

Shades of #9E4E62

#9E4E62
(158,78,98)
#90475A
(144,71,90)
#824052
(130,64,82)
#74394A
(116,57,74)
#663242
(102,50,66)
#582B3A
(88,43,58)
#4A2432
(74,36,50)
#3C1D2A
(60,29,42)
#2E1622
(46,22,34)
#200F1A
(32,15,26)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #9E4E62

#9E4E62
(158,78,98)
#A65E70
(166,94,112)
#AE6E7E
(174,110,126)
#B67E8C
(182,126,140)
#BE8E9A
(190,142,154)
#C69EA8
(198,158,168)
#CEAEB6
(206,174,182)
#D6BEC4
(214,190,196)
#DECED2
(222,206,210)
#E6DEE0
(230,222,224)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4E62 color. Also use rgb(158,78,98) instead hex code.

Text Font Color

.myTextColor { color: #9E4E62; }

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

This text font color is #9E4E62.


Background Color

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

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

This div background color is #9E4E62.


Border color

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

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

This div border color is #9E4E62.


Opacity

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

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

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

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

This text has shadow with #9E4E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4E62 on black background.


Color preview on white background

This text has color #9E4E62 on white background.



Black color preview on #9E4E62 background

This text has black color on #9E4E62 background.


White color preview on #9E4E62 background

This text has white color on #9E4E62 background.