COLOR #9E2511

HEX: #9E2511
RGB: (158,37,17)

Color info

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

RGB color model

#9E2511 color RGB value is (158,37,17).

  • red value is 158;
  • green value is 37;
  • blue value is 17.
RGB:
(158,37,17)
(62%,15%,7%)

RGB channels and saturation

R 158 of 255 = 62%
G 37 of 255 = 15%
B 17 of 255 = 7%

158
37
17

R + G + B ~ 28%. #9E2511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 37 + 17 = 212 (100%)
R 158 of 212 ~ 74.53%
G 37 of 212 ~ 17.45%
B 17 of 212 ~ 8.02%

%74.53
%17.45

CMYK color model

#9E2511 color CMYK value is (0,77,89,38).

  • cyan value is 0.00%
  • magenta value is 76.58%
  • yellow value is 89.24%
  • key color value is 38.04%
CMYK:
(0,77,89,38)
C0M77Y89K38 
(0%,77%,89%,38%)
(0.00/0.77/0.89/0.38)	

CMYK percentages

%0
%76.58
%89.24
%38.04

Codes

Color #9E2511 in popluar color models

9E2511
RGB1583717
HSL80.57%34.31%
HSB/HSV89.24%61.96%
CMYK0.00%76.58%89.24%
38.04%

Color #9E2511 in popluar number systems.

HEX9E2511
Decimal1583717
Binary1001111010010110001
Octal2364521

Shades and tints

Shades of #9E2511

#9E2511
(158,37,17)
#902210
(144,34,16)
#821F0F
(130,31,15)
#741C0E
(116,28,14)
#66190D
(102,25,13)
#58160C
(88,22,12)
#4A130B
(74,19,11)
#3C100A
(60,16,10)
#2E0D09
(46,13,9)
#200A08
(32,10,8)
#120707
(18,7,7)
#000000
(0,0,0)

Tints of #9E2511

#9E2511
(158,37,17)
#A63826
(166,56,38)
#AE4B3B
(174,75,59)
#B65E50
(182,94,80)
#BE7165
(190,113,101)
#C6847A
(198,132,122)
#CE978F
(206,151,143)
#D6AAA4
(214,170,164)
#DEBDB9
(222,189,185)
#E6D0CE
(230,208,206)
#EEE3E3
(238,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E2511 color. Also use rgb(158,37,17) instead hex code.

Text Font Color

.myTextColor { color: #9E2511; }

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

This text font color is #9E2511.


Background Color

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

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

This div background color is #9E2511.


Border color

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

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

This div border color is #9E2511.


Opacity

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

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

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

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

This text has shadow with #9E2511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E2511 on black background.


Color preview on white background

This text has color #9E2511 on white background.



Black color preview on #9E2511 background

This text has black color on #9E2511 background.


White color preview on #9E2511 background

This text has white color on #9E2511 background.