COLOR #8B1A0F

HEX: #8B1A0F
RGB: (139,26,15)

Color info

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

RGB color model

#8B1A0F color RGB value is (139,26,15).

  • red value is 139;
  • green value is 26;
  • blue value is 15.
RGB:
(139,26,15)
(55%,10%,6%)

RGB channels and saturation

R 139 of 255 = 55%
G 26 of 255 = 10%
B 15 of 255 = 6%

139
26
15

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

Portions of RGB colors in percentages

R + G + B =
139 + 26 + 15 = 180 (100%)
R 139 of 180 ~ 77.22%
G 26 of 180 ~ 14.44%
B 15 of 180 ~ 8.33%

%77.22
%14.44

CMYK color model

#8B1A0F color CMYK value is (0,81,89,45).

  • cyan value is 0.00%
  • magenta value is 81.29%
  • yellow value is 89.21%
  • key color value is 45.49%
CMYK:
(0,81,89,45)
C0M81Y89K45 
(0%,81%,89%,45%)
(0.00/0.81/0.89/0.45)	

CMYK percentages

%0
%81.29
%89.21
%45.49

Codes

Color #8B1A0F in popluar color models

8B1A0F
RGB1392615
HSL80.52%30.20%
HSB/HSV89.21%54.51%
CMYK0.00%81.29%89.21%
45.49%

Color #8B1A0F in popluar number systems.

HEX8B1A0F
Decimal1392615
Binary10001011110101111
Octal2133217

Shades and tints

Shades of #8B1A0F

#8B1A0F
(139,26,15)
#7F180E
(127,24,14)
#73160D
(115,22,13)
#67140C
(103,20,12)
#5B120B
(91,18,11)
#4F100A
(79,16,10)
#430E09
(67,14,9)
#370C08
(55,12,8)
#2B0A07
(43,10,7)
#1F0806
(31,8,6)
#130605
(19,6,5)
#000000
(0,0,0)

Tints of #8B1A0F

#8B1A0F
(139,26,15)
#952E24
(149,46,36)
#9F4239
(159,66,57)
#A9564E
(169,86,78)
#B36A63
(179,106,99)
#BD7E78
(189,126,120)
#C7928D
(199,146,141)
#D1A6A2
(209,166,162)
#DBBAB7
(219,186,183)
#E5CECC
(229,206,204)
#EFE2E1
(239,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1A0F color. Also use rgb(139,26,15) instead hex code.

Text Font Color

.myTextColor { color: #8B1A0F; }

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

This text font color is #8B1A0F.


Background Color

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

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

This div background color is #8B1A0F.


Border color

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

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

This div border color is #8B1A0F.


Opacity

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

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

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

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

This text has shadow with #8B1A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1A0F on black background.


Color preview on white background

This text has color #8B1A0F on white background.



Black color preview on #8B1A0F background

This text has black color on #8B1A0F background.


White color preview on #8B1A0F background

This text has white color on #8B1A0F background.