COLOR #9E1E49

HEX: #9E1E49
RGB: (158,30,73)

Color info

#9E1E49 contains mainly red color. Web safe color of #9E1E49 is #993333 (or #933).

RGB color model

#9E1E49 color RGB value is (158,30,73).

  • red value is 158;
  • green value is 30;
  • blue value is 73.
RGB:
(158,30,73)
(62%,12%,29%)

RGB channels and saturation

R 158 of 255 = 62%
G 30 of 255 = 12%
B 73 of 255 = 29%

158
30
73

R + G + B ~ 34%. #9E1E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 30 + 73 = 261 (100%)
R 158 of 261 ~ 60.54%
G 30 of 261 ~ 11.49%
B 73 of 261 ~ 27.97%

%60.54
%11.49
%27.97

CMYK color model

#9E1E49 color CMYK value is (0,81,54,38).

  • cyan value is 0.00%
  • magenta value is 81.01%
  • yellow value is 53.80%
  • key color value is 38.04%
CMYK:
(0,81,54,38)
C0M81Y54K38 
(0%,81%,54%,38%)
(0.00/0.81/0.54/0.38)	

CMYK percentages

%0
%81.01
%53.8
%38.04

Codes

Color #9E1E49 in popluar color models

9E1E49
RGB1583073
HSL340°68.09%36.86%
HSB/HSV340°81.01%61.96%
CMYK0.00%81.01%53.80%
38.04%

Color #9E1E49 in popluar number systems.

HEX9E1E49
Decimal1583073
Binary10011110111101001001
Octal23636111

Shades and tints

Shades of #9E1E49

#9E1E49
(158,30,73)
#901C43
(144,28,67)
#821A3D
(130,26,61)
#741837
(116,24,55)
#661631
(102,22,49)
#58142B
(88,20,43)
#4A1225
(74,18,37)
#3C101F
(60,16,31)
#2E0E19
(46,14,25)
#200C13
(32,12,19)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #9E1E49

#9E1E49
(158,30,73)
#A63259
(166,50,89)
#AE4669
(174,70,105)
#B65A79
(182,90,121)
#BE6E89
(190,110,137)
#C68299
(198,130,153)
#CE96A9
(206,150,169)
#D6AAB9
(214,170,185)
#DEBEC9
(222,190,201)
#E6D2D9
(230,210,217)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E1E49 color. Also use rgb(158,30,73) instead hex code.

Text Font Color

.myTextColor { color: #9E1E49; }

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

This text font color is #9E1E49.


Background Color

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

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

This div background color is #9E1E49.


Border color

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

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

This div border color is #9E1E49.


Opacity

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

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

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

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

This text has shadow with #9E1E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1E49 on black background.


Color preview on white background

This text has color #9E1E49 on white background.



Black color preview on #9E1E49 background

This text has black color on #9E1E49 background.


White color preview on #9E1E49 background

This text has white color on #9E1E49 background.