COLOR #9E1D00

HEX: #9E1D00
RGB: (158,29,0)

Color info

#9E1D00 contains mainly red color. Web safe color of #9E1D00 is #993300 (or #930).

RGB color model

#9E1D00 color RGB value is (158,29,0).

  • red value is 158;
  • green value is 29;
  • blue value is 0.
RGB:
(158,29,0)
(62%,11%,0%)

RGB channels and saturation

R 158 of 255 = 62%
G 29 of 255 = 11%
B 0 of 255 = 0%

158
29
0

R + G + B ~ 24%. #9E1D00 is dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 29 + 0 = 187 (100%)
R 158 of 187 ~ 84.49%
G 29 of 187 ~ 15.51%
B 0 of 187 ~ 0%

%84.49
%15.51

CMYK color model

#9E1D00 color CMYK value is (0,82,100,38).

  • cyan value is 0.00%
  • magenta value is 81.65%
  • yellow value is 100.00%
  • key color value is 38.04%
CMYK:
(0,82,100,38)
C0M82Y100K38 
(0%,82%,100%,38%)
(0.00/0.82/1.00/0.38)	

CMYK percentages

%0
%81.65
%100
%38.04

Codes

Color #9E1D00 in popluar color models

9E1D00
RGB158290
HSL11°100.00%30.98%
HSB/HSV11°100.00%61.96%
CMYK0.00%81.65%100.00%
38.04%

Color #9E1D00 in popluar number systems.

HEX9E1D00
Decimal158290
Binary10011110111010
Octal236350

Shades and tints

Shades of #9E1D00

#9E1D00
(158,29,0)
#901B00
(144,27,0)
#821900
(130,25,0)
#741700
(116,23,0)
#661500
(102,21,0)
#581300
(88,19,0)
#4A1100
(74,17,0)
#3C0F00
(60,15,0)
#2E0D00
(46,13,0)
#200B00
(32,11,0)
#120900
(18,9,0)
#000000
(0,0,0)

Tints of #9E1D00

#9E1D00
(158,29,0)
#A63117
(166,49,23)
#AE452E
(174,69,46)
#B65945
(182,89,69)
#BE6D5C
(190,109,92)
#C68173
(198,129,115)
#CE958A
(206,149,138)
#D6A9A1
(214,169,161)
#DEBDB8
(222,189,184)
#E6D1CF
(230,209,207)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E1D00 color. Also use rgb(158,29,0) instead hex code.

Text Font Color

.myTextColor { color: #9E1D00; }

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

This text font color is #9E1D00.


Background Color

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

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

This div background color is #9E1D00.


Border color

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

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

This div border color is #9E1D00.


Opacity

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

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

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

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

This text has shadow with #9E1D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1D00 on black background.


Color preview on white background

This text has color #9E1D00 on white background.



Black color preview on #9E1D00 background

This text has black color on #9E1D00 background.


White color preview on #9E1D00 background

This text has white color on #9E1D00 background.