COLOR #9E2D17

HEX: #9E2D17
RGB: (158,45,23)

Color info

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

RGB color model

#9E2D17 color RGB value is (158,45,23).

  • red value is 158;
  • green value is 45;
  • blue value is 23.
RGB:
(158,45,23)
(62%,18%,9%)

RGB channels and saturation

R 158 of 255 = 62%
G 45 of 255 = 18%
B 23 of 255 = 9%

158
45
23

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

Portions of RGB colors in percentages

R + G + B =
158 + 45 + 23 = 226 (100%)
R 158 of 226 ~ 69.91%
G 45 of 226 ~ 19.91%
B 23 of 226 ~ 10.18%

%69.91
%19.91
%10.18

CMYK color model

#9E2D17 color CMYK value is (0,72,85,38).

  • cyan value is 0.00%
  • magenta value is 71.52%
  • yellow value is 85.44%
  • key color value is 38.04%
CMYK:
(0,72,85,38)
C0M72Y85K38 
(0%,72%,85%,38%)
(0.00/0.72/0.85/0.38)	

CMYK percentages

%0
%71.52
%85.44
%38.04

Codes

Color #9E2D17 in popluar color models

9E2D17
RGB1584523
HSL10°74.59%35.49%
HSB/HSV10°85.44%61.96%
CMYK0.00%71.52%85.44%
38.04%

Color #9E2D17 in popluar number systems.

HEX9E2D17
Decimal1584523
Binary1001111010110110111
Octal2365527

Shades and tints

Shades of #9E2D17

#9E2D17
(158,45,23)
#902915
(144,41,21)
#822513
(130,37,19)
#742111
(116,33,17)
#661D0F
(102,29,15)
#58190D
(88,25,13)
#4A150B
(74,21,11)
#3C1109
(60,17,9)
#2E0D07
(46,13,7)
#200905
(32,9,5)
#120503
(18,5,3)
#000000
(0,0,0)

Tints of #9E2D17

#9E2D17
(158,45,23)
#A6402C
(166,64,44)
#AE5341
(174,83,65)
#B66656
(182,102,86)
#BE796B
(190,121,107)
#C68C80
(198,140,128)
#CE9F95
(206,159,149)
#D6B2AA
(214,178,170)
#DEC5BF
(222,197,191)
#E6D8D4
(230,216,212)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E2D17 color. Also use rgb(158,45,23) instead hex code.

Text Font Color

.myTextColor { color: #9E2D17; }

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

This text font color is #9E2D17.


Background Color

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

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

This div background color is #9E2D17.


Border color

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

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

This div border color is #9E2D17.


Opacity

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

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

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

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

This text has shadow with #9E2D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E2D17 on black background.


Color preview on white background

This text has color #9E2D17 on white background.



Black color preview on #9E2D17 background

This text has black color on #9E2D17 background.


White color preview on #9E2D17 background

This text has white color on #9E2D17 background.