COLOR #9E0D3E

HEX: #9E0D3E
RGB: (158,13,62)

Color info

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

RGB color model

#9E0D3E color RGB value is (158,13,62).

  • red value is 158;
  • green value is 13;
  • blue value is 62.
RGB:
(158,13,62)
(62%,5%,24%)

RGB channels and saturation

R 158 of 255 = 62%
G 13 of 255 = 5%
B 62 of 255 = 24%

158
13
62

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

Portions of RGB colors in percentages

R + G + B =
158 + 13 + 62 = 233 (100%)
R 158 of 233 ~ 67.81%
G 13 of 233 ~ 5.58%
B 62 of 233 ~ 26.61%

%67.81
%26.61

CMYK color model

#9E0D3E color CMYK value is (0,92,61,38).

  • cyan value is 0.00%
  • magenta value is 91.77%
  • yellow value is 60.76%
  • key color value is 38.04%
CMYK:
(0,92,61,38)
C0M92Y61K38 
(0%,92%,61%,38%)
(0.00/0.92/0.61/0.38)	

CMYK percentages

%0
%91.77
%60.76
%38.04

Codes

Color #9E0D3E in popluar color models

9E0D3E
RGB1581362
HSL340°84.80%33.53%
HSB/HSV340°91.77%61.96%
CMYK0.00%91.77%60.76%
38.04%

Color #9E0D3E in popluar number systems.

HEX9E0D3E
Decimal1581362
Binary100111101101111110
Octal2361576

Shades and tints

Shades of #9E0D3E

#9E0D3E
(158,13,62)
#900C39
(144,12,57)
#820B34
(130,11,52)
#740A2F
(116,10,47)
#66092A
(102,9,42)
#580825
(88,8,37)
#4A0720
(74,7,32)
#3C061B
(60,6,27)
#2E0516
(46,5,22)
#200411
(32,4,17)
#12030C
(18,3,12)
#000000
(0,0,0)

Tints of #9E0D3E

#9E0D3E
(158,13,62)
#A6234F
(166,35,79)
#AE3960
(174,57,96)
#B64F71
(182,79,113)
#BE6582
(190,101,130)
#C67B93
(198,123,147)
#CE91A4
(206,145,164)
#D6A7B5
(214,167,181)
#DEBDC6
(222,189,198)
#E6D3D7
(230,211,215)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E0D3E color. Also use rgb(158,13,62) instead hex code.

Text Font Color

.myTextColor { color: #9E0D3E; }

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

This text font color is #9E0D3E.


Background Color

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

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

This div background color is #9E0D3E.


Border color

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

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

This div border color is #9E0D3E.


Opacity

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

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

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

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

This text has shadow with #9E0D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E0D3E on black background.


Color preview on white background

This text has color #9E0D3E on white background.



Black color preview on #9E0D3E background

This text has black color on #9E0D3E background.


White color preview on #9E0D3E background

This text has white color on #9E0D3E background.