COLOR #8B1911

HEX: #8B1911
RGB: (139,25,17)

Color info

#8B1911 contains mainly red color. Web safe color of #8B1911 is #990000 (or #900).

RGB color model

#8B1911 color RGB value is (139,25,17).

  • red value is 139;
  • green value is 25;
  • blue value is 17.
RGB:
(139,25,17)
(55%,10%,7%)

RGB channels and saturation

R 139 of 255 = 55%
G 25 of 255 = 10%
B 17 of 255 = 7%

139
25
17

R + G + B ~ 24%. #8B1911 is dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 25 + 17 = 181 (100%)
R 139 of 181 ~ 76.8%
G 25 of 181 ~ 13.81%
B 17 of 181 ~ 9.39%

%76.8
%13.81

CMYK color model

#8B1911 color CMYK value is (0,82,88,45).

  • cyan value is 0.00%
  • magenta value is 82.01%
  • yellow value is 87.77%
  • key color value is 45.49%
CMYK:
(0,82,88,45)
C0M82Y88K45 
(0%,82%,88%,45%)
(0.00/0.82/0.88/0.45)	

CMYK percentages

%0
%82.01
%87.77
%45.49

Codes

Color #8B1911 in popluar color models

8B1911
RGB1392517
HSL78.21%30.59%
HSB/HSV87.77%54.51%
CMYK0.00%82.01%87.77%
45.49%

Color #8B1911 in popluar number systems.

HEX8B1911
Decimal1392517
Binary100010111100110001
Octal2133121

Shades and tints

Shades of #8B1911

#8B1911
(139,25,17)
#7F1710
(127,23,16)
#73150F
(115,21,15)
#67130E
(103,19,14)
#5B110D
(91,17,13)
#4F0F0C
(79,15,12)
#430D0B
(67,13,11)
#370B0A
(55,11,10)
#2B0909
(43,9,9)
#1F0708
(31,7,8)
#130507
(19,5,7)
#000000
(0,0,0)

Tints of #8B1911

#8B1911
(139,25,17)
#952D26
(149,45,38)
#9F413B
(159,65,59)
#A95550
(169,85,80)
#B36965
(179,105,101)
#BD7D7A
(189,125,122)
#C7918F
(199,145,143)
#D1A5A4
(209,165,164)
#DBB9B9
(219,185,185)
#E5CDCE
(229,205,206)
#EFE1E3
(239,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1911 color. Also use rgb(139,25,17) instead hex code.

Text Font Color

.myTextColor { color: #8B1911; }

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

This text font color is #8B1911.


Background Color

.myBgColor { background-color: #8B1911; }

<div style="background-color:#8B1911">Inner text</div>

This div background color is #8B1911.


Border color

.myBorderColor { border: 1px solid #8B1911; }

<div style="border:3px solid #8B1911">Div</div>

This div border color is #8B1911.


Opacity

.myOpacity80 { color: #8B1911; opacity: 0.8; }

<p style="color:#8B1911;opacity:0.8;">80%</p>

Text with #8B1911 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 #8B1911;}

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

This text has shadow with #8B1911 color.

.textShadow {text-shadow: 3px 3px 1px #8B1911, 3px 3px 1px red;}

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

This text has shadow with #8B1911 primary color and red secondary color.


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

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

This text has shadow with #8B1911 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1911 on black background.


Color preview on white background

This text has color #8B1911 on white background.



Black color preview on #8B1911 background

This text has black color on #8B1911 background.


White color preview on #8B1911 background

This text has white color on #8B1911 background.