COLOR #8B320D

HEX: #8B320D
RGB: (139,50,13)

Color info

#8B320D contains mainly red color. Web safe color of #8B320D is #993300 (or #930).

RGB color model

#8B320D color RGB value is (139,50,13).

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

RGB channels and saturation

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

139
50
13

R + G + B ~ 27%. #8B320D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 50 + 13 = 202 (100%)
R 139 of 202 ~ 68.81%
G 50 of 202 ~ 24.75%
B 13 of 202 ~ 6.44%

%68.81
%24.75

CMYK color model

#8B320D color CMYK value is (0,64,91,45).

  • cyan value is 0.00%
  • magenta value is 64.03%
  • yellow value is 90.65%
  • key color value is 45.49%
CMYK:
(0,64,91,45)
C0M64Y91K45 
(0%,64%,91%,45%)
(0.00/0.64/0.91/0.45)	

CMYK percentages

%0
%64.03
%90.65
%45.49

Codes

Color #8B320D in popluar color models

8B320D
RGB1395013
HSL18°82.89%29.80%
HSB/HSV18°90.65%54.51%
CMYK0.00%64.03%90.65%
45.49%

Color #8B320D in popluar number systems.

HEX8B320D
Decimal1395013
Binary100010111100101101
Octal2136215

Shades and tints

Shades of #8B320D

#8B320D
(139,50,13)
#7F2E0C
(127,46,12)
#732A0B
(115,42,11)
#67260A
(103,38,10)
#5B2209
(91,34,9)
#4F1E08
(79,30,8)
#431A07
(67,26,7)
#371606
(55,22,6)
#2B1205
(43,18,5)
#1F0E04
(31,14,4)
#130A03
(19,10,3)
#000000
(0,0,0)

Tints of #8B320D

#8B320D
(139,50,13)
#954423
(149,68,35)
#9F5639
(159,86,57)
#A9684F
(169,104,79)
#B37A65
(179,122,101)
#BD8C7B
(189,140,123)
#C79E91
(199,158,145)
#D1B0A7
(209,176,167)
#DBC2BD
(219,194,189)
#E5D4D3
(229,212,211)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B320D; }

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

This text font color is #8B320D.


Background Color

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

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

This div background color is #8B320D.


Border color

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

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

This div border color is #8B320D.


Opacity

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

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

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

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

This text has shadow with #8B320D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B320D on black background.


Color preview on white background

This text has color #8B320D on white background.



Black color preview on #8B320D background

This text has black color on #8B320D background.


White color preview on #8B320D background

This text has white color on #8B320D background.