COLOR #82021B

HEX: #82021B
RGB: (130,2,27)

Color info

#82021B contains mainly red color. Web safe color of #82021B is #990033 (or #903).

RGB color model

#82021B color RGB value is (130,2,27).

  • red value is 130;
  • green value is 2;
  • blue value is 27.
RGB:
(130,2,27)
(51%,1%,11%)

RGB channels and saturation

R 130 of 255 = 51%
G 2 of 255 = 1%
B 27 of 255 = 11%

130
2
27

R + G + B ~ 21%. #82021B is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 2 + 27 = 159 (100%)
R 130 of 159 ~ 81.76%
G 2 of 159 ~ 1.26%
B 27 of 159 ~ 16.98%

%81.76
%16.98

CMYK color model

#82021B color CMYK value is (0,98,79,49).

  • cyan value is 0.00%
  • magenta value is 98.46%
  • yellow value is 79.23%
  • key color value is 49.02%
CMYK:
(0,98,79,49)
C0M98Y79K49 
(0%,98%,79%,49%)
(0.00/0.98/0.79/0.49)	

CMYK percentages

%0
%98.46
%79.23
%49.02

Codes

Color #82021B in popluar color models

82021B
RGB130227
HSL348°96.97%25.88%
HSB/HSV348°98.46%50.98%
CMYK0.00%98.46%79.23%
49.02%

Color #82021B in popluar number systems.

HEX82021B
Decimal130227
Binary100000101011011
Octal202233

Shades and tints

Shades of #82021B

#82021B
(130,2,27)
#770219
(119,2,25)
#6C0217
(108,2,23)
#610215
(97,2,21)
#560213
(86,2,19)
#4B0211
(75,2,17)
#40020F
(64,2,15)
#35020D
(53,2,13)
#2A020B
(42,2,11)
#1F0209
(31,2,9)
#140207
(20,2,7)
#000000
(0,0,0)

Tints of #82021B

#82021B
(130,2,27)
#8D192F
(141,25,47)
#983043
(152,48,67)
#A34757
(163,71,87)
#AE5E6B
(174,94,107)
#B9757F
(185,117,127)
#C48C93
(196,140,147)
#CFA3A7
(207,163,167)
#DABABB
(218,186,187)
#E5D1CF
(229,209,207)
#F0E8E3
(240,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82021B color. Also use rgb(130,2,27) instead hex code.

Text Font Color

.myTextColor { color: #82021B; }

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

This text font color is #82021B.


Background Color

.myBgColor { background-color: #82021B; }

<div style="background-color:#82021B">Inner text</div>

This div background color is #82021B.


Border color

.myBorderColor { border: 1px solid #82021B; }

<div style="border:3px solid #82021B">Div</div>

This div border color is #82021B.


Opacity

.myOpacity80 { color: #82021B; opacity: 0.8; }

<p style="color:#82021B;opacity:0.8;">80%</p>

Text with #82021B 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 #82021B;}

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

This text has shadow with #82021B color.

.textShadow {text-shadow: 3px 3px 1px #82021B, 3px 3px 1px red;}

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

This text has shadow with #82021B primary color and red secondary color.


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

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

This text has shadow with #82021B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82021B on black background.


Color preview on white background

This text has color #82021B on white background.



Black color preview on #82021B background

This text has black color on #82021B background.


White color preview on #82021B background

This text has white color on #82021B background.