COLOR #8B140D

HEX: #8B140D
RGB: (139,20,13)

Color info

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

RGB color model

#8B140D color RGB value is (139,20,13).

  • red value is 139;
  • green value is 20;
  • blue value is 13.
RGB:
(139,20,13)
(55%,8%,5%)

RGB channels and saturation

R 139 of 255 = 55%
G 20 of 255 = 8%
B 13 of 255 = 5%

139
20
13

R + G + B ~ 23%. #8B140D is dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 20 + 13 = 172 (100%)
R 139 of 172 ~ 80.81%
G 20 of 172 ~ 11.63%
B 13 of 172 ~ 7.56%

%80.81
%11.63

CMYK color model

#8B140D color CMYK value is (0,86,91,45).

  • cyan value is 0.00%
  • magenta value is 85.61%
  • yellow value is 90.65%
  • key color value is 45.49%
CMYK:
(0,86,91,45)
C0M86Y91K45 
(0%,86%,91%,45%)
(0.00/0.86/0.91/0.45)	

CMYK percentages

%0
%85.61
%90.65
%45.49

Codes

Color #8B140D in popluar color models

8B140D
RGB1392013
HSL82.89%29.80%
HSB/HSV90.65%54.51%
CMYK0.00%85.61%90.65%
45.49%

Color #8B140D in popluar number systems.

HEX8B140D
Decimal1392013
Binary10001011101001101
Octal2132415

Shades and tints

Shades of #8B140D

#8B140D
(139,20,13)
#7F130C
(127,19,12)
#73120B
(115,18,11)
#67110A
(103,17,10)
#5B1009
(91,16,9)
#4F0F08
(79,15,8)
#430E07
(67,14,7)
#370D06
(55,13,6)
#2B0C05
(43,12,5)
#1F0B04
(31,11,4)
#130A03
(19,10,3)
#000000
(0,0,0)

Tints of #8B140D

#8B140D
(139,20,13)
#952923
(149,41,35)
#9F3E39
(159,62,57)
#A9534F
(169,83,79)
#B36865
(179,104,101)
#BD7D7B
(189,125,123)
#C79291
(199,146,145)
#D1A7A7
(209,167,167)
#DBBCBD
(219,188,189)
#E5D1D3
(229,209,211)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B140D color. Also use rgb(139,20,13) instead hex code.

Text Font Color

.myTextColor { color: #8B140D; }

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

This text font color is #8B140D.


Background Color

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

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

This div background color is #8B140D.


Border color

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

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

This div border color is #8B140D.


Opacity

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

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

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

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

This text has shadow with #8B140D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B140D on black background.


Color preview on white background

This text has color #8B140D on white background.



Black color preview on #8B140D background

This text has black color on #8B140D background.


White color preview on #8B140D background

This text has white color on #8B140D background.