COLOR #8B2021

HEX: #8B2021
RGB: (139,32,33)

Color info

#8B2021 contains mainly red color. Web safe color of #8B2021 is #993333 (or #933).

RGB color model

#8B2021 color RGB value is (139,32,33).

  • red value is 139;
  • green value is 32;
  • blue value is 33.
RGB:
(139,32,33)
(55%,13%,13%)

RGB channels and saturation

R 139 of 255 = 55%
G 32 of 255 = 13%
B 33 of 255 = 13%

139
32
33

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

Portions of RGB colors in percentages

R + G + B =
139 + 32 + 33 = 204 (100%)
R 139 of 204 ~ 68.14%
G 32 of 204 ~ 15.69%
B 33 of 204 ~ 16.18%

%68.14
%15.69
%16.18

CMYK color model

#8B2021 color CMYK value is (0,77,76,45).

  • cyan value is 0.00%
  • magenta value is 76.98%
  • yellow value is 76.26%
  • key color value is 45.49%
CMYK:
(0,77,76,45)
C0M77Y76K45 
(0%,77%,76%,45%)
(0.00/0.77/0.76/0.45)	

CMYK percentages

%0
%76.98
%76.26
%45.49

Codes

Color #8B2021 in popluar color models

8B2021
RGB1393233
HSL359°62.57%33.53%
HSB/HSV359°76.98%54.51%
CMYK0.00%76.98%76.26%
45.49%

Color #8B2021 in popluar number systems.

HEX8B2021
Decimal1393233
Binary10001011100000100001
Octal2134041

Shades and tints

Shades of #8B2021

#8B2021
(139,32,33)
#7F1E1E
(127,30,30)
#731C1B
(115,28,27)
#671A18
(103,26,24)
#5B1815
(91,24,21)
#4F1612
(79,22,18)
#43140F
(67,20,15)
#37120C
(55,18,12)
#2B1009
(43,16,9)
#1F0E06
(31,14,6)
#130C03
(19,12,3)
#000000
(0,0,0)

Tints of #8B2021

#8B2021
(139,32,33)
#953435
(149,52,53)
#9F4849
(159,72,73)
#A95C5D
(169,92,93)
#B37071
(179,112,113)
#BD8485
(189,132,133)
#C79899
(199,152,153)
#D1ACAD
(209,172,173)
#DBC0C1
(219,192,193)
#E5D4D5
(229,212,213)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2021 color. Also use rgb(139,32,33) instead hex code.

Text Font Color

.myTextColor { color: #8B2021; }

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

This text font color is #8B2021.


Background Color

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

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

This div background color is #8B2021.


Border color

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

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

This div border color is #8B2021.


Opacity

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

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

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

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

This text has shadow with #8B2021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2021 on black background.


Color preview on white background

This text has color #8B2021 on white background.



Black color preview on #8B2021 background

This text has black color on #8B2021 background.


White color preview on #8B2021 background

This text has white color on #8B2021 background.