COLOR #9E311C

HEX: #9E311C
RGB: (158,49,28)

Color info

#9E311C contains mainly red color. Web safe color of #9E311C is #993333 (or #933).

RGB color model

#9E311C color RGB value is (158,49,28).

  • red value is 158;
  • green value is 49;
  • blue value is 28.
RGB:
(158,49,28)
(62%,19%,11%)

RGB channels and saturation

R 158 of 255 = 62%
G 49 of 255 = 19%
B 28 of 255 = 11%

158
49
28

R + G + B ~ 31%. #9E311C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 49 + 28 = 235 (100%)
R 158 of 235 ~ 67.23%
G 49 of 235 ~ 20.85%
B 28 of 235 ~ 11.91%

%67.23
%20.85
%11.91

CMYK color model

#9E311C color CMYK value is (0,69,82,38).

  • cyan value is 0.00%
  • magenta value is 68.99%
  • yellow value is 82.28%
  • key color value is 38.04%
CMYK:
(0,69,82,38)
C0M69Y82K38 
(0%,69%,82%,38%)
(0.00/0.69/0.82/0.38)	

CMYK percentages

%0
%68.99
%82.28
%38.04

Codes

Color #9E311C in popluar color models

9E311C
RGB1584928
HSL10°69.89%36.47%
HSB/HSV10°82.28%61.96%
CMYK0.00%68.99%82.28%
38.04%

Color #9E311C in popluar number systems.

HEX9E311C
Decimal1584928
Binary1001111011000111100
Octal2366134

Shades and tints

Shades of #9E311C

#9E311C
(158,49,28)
#902D1A
(144,45,26)
#822918
(130,41,24)
#742516
(116,37,22)
#662114
(102,33,20)
#581D12
(88,29,18)
#4A1910
(74,25,16)
#3C150E
(60,21,14)
#2E110C
(46,17,12)
#200D0A
(32,13,10)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #9E311C

#9E311C
(158,49,28)
#A64330
(166,67,48)
#AE5544
(174,85,68)
#B66758
(182,103,88)
#BE796C
(190,121,108)
#C68B80
(198,139,128)
#CE9D94
(206,157,148)
#D6AFA8
(214,175,168)
#DEC1BC
(222,193,188)
#E6D3D0
(230,211,208)
#EEE5E4
(238,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E311C color. Also use rgb(158,49,28) instead hex code.

Text Font Color

.myTextColor { color: #9E311C; }

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

This text font color is #9E311C.


Background Color

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

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

This div background color is #9E311C.


Border color

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

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

This div border color is #9E311C.


Opacity

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

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

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

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

This text has shadow with #9E311C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E311C on black background.


Color preview on white background

This text has color #9E311C on white background.



Black color preview on #9E311C background

This text has black color on #9E311C background.


White color preview on #9E311C background

This text has white color on #9E311C background.