COLOR #9E0842

HEX: #9E0842
RGB: (158,8,66)

Color info

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

RGB color model

#9E0842 color RGB value is (158,8,66).

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

RGB channels and saturation

R 158 of 255 = 62%
G 8 of 255 = 3%
B 66 of 255 = 26%

158
8
66

R + G + B ~ 30%. #9E0842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 8 + 66 = 232 (100%)
R 158 of 232 ~ 68.1%
G 8 of 232 ~ 3.45%
B 66 of 232 ~ 28.45%

%68.1
%28.45

CMYK color model

#9E0842 color CMYK value is (0,95,58,38).

  • cyan value is 0.00%
  • magenta value is 94.94%
  • yellow value is 58.23%
  • key color value is 38.04%
CMYK:
(0,95,58,38)
C0M95Y58K38 
(0%,95%,58%,38%)
(0.00/0.95/0.58/0.38)	

CMYK percentages

%0
%94.94
%58.23
%38.04

Codes

Color #9E0842 in popluar color models

9E0842
RGB158866
HSL337°90.36%32.55%
HSB/HSV337°94.94%61.96%
CMYK0.00%94.94%58.23%
38.04%

Color #9E0842 in popluar number systems.

HEX9E0842
Decimal158866
Binary1001111010001000010
Octal23610102

Shades and tints

Shades of #9E0842

#9E0842
(158,8,66)
#90083C
(144,8,60)
#820836
(130,8,54)
#740830
(116,8,48)
#66082A
(102,8,42)
#580824
(88,8,36)
#4A081E
(74,8,30)
#3C0818
(60,8,24)
#2E0812
(46,8,18)
#20080C
(32,8,12)
#120806
(18,8,6)
#000000
(0,0,0)

Tints of #9E0842

#9E0842
(158,8,66)
#A61E53
(166,30,83)
#AE3464
(174,52,100)
#B64A75
(182,74,117)
#BE6086
(190,96,134)
#C67697
(198,118,151)
#CE8CA8
(206,140,168)
#D6A2B9
(214,162,185)
#DEB8CA
(222,184,202)
#E6CEDB
(230,206,219)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E0842; }

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

This text font color is #9E0842.


Background Color

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

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

This div background color is #9E0842.


Border color

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

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

This div border color is #9E0842.


Opacity

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

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

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

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

This text has shadow with #9E0842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E0842 on black background.


Color preview on white background

This text has color #9E0842 on white background.



Black color preview on #9E0842 background

This text has black color on #9E0842 background.


White color preview on #9E0842 background

This text has white color on #9E0842 background.