COLOR #9E1942

HEX: #9E1942
RGB: (158,25,66)

Color info

#9E1942 contains mainly red color. Web safe color of #9E1942 is #990033 (or #903).

RGB color model

#9E1942 color RGB value is (158,25,66).

  • red value is 158;
  • green value is 25;
  • blue value is 66.
RGB:
(158,25,66)
(62%,10%,26%)

RGB channels and saturation

R 158 of 255 = 62%
G 25 of 255 = 10%
B 66 of 255 = 26%

158
25
66

R + G + B ~ 33%. #9E1942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 25 + 66 = 249 (100%)
R 158 of 249 ~ 63.45%
G 25 of 249 ~ 10.04%
B 66 of 249 ~ 26.51%

%63.45
%10.04
%26.51

CMYK color model

#9E1942 color CMYK value is (0,84,58,38).

  • cyan value is 0.00%
  • magenta value is 84.18%
  • yellow value is 58.23%
  • key color value is 38.04%
CMYK:
(0,84,58,38)
C0M84Y58K38 
(0%,84%,58%,38%)
(0.00/0.84/0.58/0.38)	

CMYK percentages

%0
%84.18
%58.23
%38.04

Codes

Color #9E1942 in popluar color models

9E1942
RGB1582566
HSL342°72.68%35.88%
HSB/HSV342°84.18%61.96%
CMYK0.00%84.18%58.23%
38.04%

Color #9E1942 in popluar number systems.

HEX9E1942
Decimal1582566
Binary10011110110011000010
Octal23631102

Shades and tints

Shades of #9E1942

#9E1942
(158,25,66)
#90173C
(144,23,60)
#821536
(130,21,54)
#741330
(116,19,48)
#66112A
(102,17,42)
#580F24
(88,15,36)
#4A0D1E
(74,13,30)
#3C0B18
(60,11,24)
#2E0912
(46,9,18)
#20070C
(32,7,12)
#120506
(18,5,6)
#000000
(0,0,0)

Tints of #9E1942

#9E1942
(158,25,66)
#A62D53
(166,45,83)
#AE4164
(174,65,100)
#B65575
(182,85,117)
#BE6986
(190,105,134)
#C67D97
(198,125,151)
#CE91A8
(206,145,168)
#D6A5B9
(214,165,185)
#DEB9CA
(222,185,202)
#E6CDDB
(230,205,219)
#EEE1EC
(238,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E1942 color. Also use rgb(158,25,66) instead hex code.

Text Font Color

.myTextColor { color: #9E1942; }

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

This text font color is #9E1942.


Background Color

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

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

This div background color is #9E1942.


Border color

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

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

This div border color is #9E1942.


Opacity

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

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

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

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

This text has shadow with #9E1942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1942 on black background.


Color preview on white background

This text has color #9E1942 on white background.



Black color preview on #9E1942 background

This text has black color on #9E1942 background.


White color preview on #9E1942 background

This text has white color on #9E1942 background.