COLOR #9E0E04

HEX: #9E0E04 RGB: (158,14,4)

Color info

#9E0E04 contains mainly red color. Web safe color of #9E0E04 is #990000 (or #900).

RGB color model

#9E0E04 color RGB value is (158,14,4).

RGB: (158,14,4) (62%, 5%, 2%)

RGB channels and saturation

R 158 of 255 = 62%
G 14 of 255 = 5%
B 4 of 255 = 2%

158
14
4

R + G + B ~ 23%. #9E0E04 is dark color.

Portions of RGB colors in percentages

R + G + B = 158 + 14 + 4 = 176 (100%)
R 158 of 176 ~ 89.77%
G 14 of 176 ~ 7.95%
B 4 of 176 ~ 2.27'%

%89.77

CMYK color model

#9E0E04 color CMYK value is (0,91,97,38).

  • cyan value is 0.00%
  • magenta value is 91.14%
  • yellow value is 97.47%
  • key color value is 38.04%

CMYK: (0,91,97,38)
C0M91Y97K38 (0%, 91%, 97%, 38%)
(0.00 / 0.91 / 0.97 / 0.38)

CMYK percentages

%0
%91.14
%97.47
%38.04

Codes

Color #9E0E04 in popluar color models

9E 0E 04
RGB 158 14 4
HSL 95.06% 31.76%
HSB/HSV 97.47% 61.96%
CMYK 0.00% 91.14% 97.47%
38.04%

Color #9E0E04 in popluar number systems.

HEX 9E 0E 04
Decimal 158 14 4
Binary 10011110 1110 100
Octal 236 16 4

Shades and tints

Shades of #9E0E04

#9E0E04
(158,14,4)
#900D04
(144,13,4)
#820C04
(130,12,4)
#740B04
(116,11,4)
#660A04
(102,10,4)
#580904
(88,9,4)
#4A0804
(74,8,4)
#3C0704
(60,7,4)
#2E0604
(46,6,4)
#200504
(32,5,4)
#120404
(18,4,4)
#000000
(0,0,0)

Tints of #9E0E04

#9E0E04
(158,14,4)
#A6231A
(166,35,26)
#AE3830
(174,56,48)
#B64D46
(182,77,70)
#BE625C
(190,98,92)
#C67772
(198,119,114)
#CE8C88
(206,140,136)
#D6A19E
(214,161,158)
#DEB6B4
(222,182,180)
#E6CBCA
(230,203,202)
#EEE0E0
(238,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E0E04 color. Also use rgb(158,14,4) instead hex code.

Text Font Color

.myTextColor { color: #9E0E04; }

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

This text font color is #9E0E04.

Background Color

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

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

This div background color is #9E0E04.

Border color

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

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

This div border color is #9E0E04.

Opacity

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

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

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

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

This text has shadow with #9E0E04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E0E04.

Preview

Color preview on black background

This text has color #9E0E04 on black background.


Color preview on white background

This text has color #9E0E04 on white background.


Black color preview on #9E0E04 background

This text has black color on #9E0E04 background.


White color preview on #9E0E04 background

This text has white color on #9E0E04 background.


Related colors

Complementary color

Complementary color for #hex is #61F1FB.


I love getcolorcode.com

Triadic colors

1 #049E0E and #0E049E with #9E0E04 are triadic colors.

2 #040E9E and #0E9E04 with #9E0E04 are triadic colors.