COLOR #820E1E

HEX: #820E1E
RGB: (130,14,30)

Color info

#820E1E contains mainly red color. Web safe color of #820E1E is #990033 (or #903).

RGB color model

#820E1E color RGB value is (130,14,30).

  • red value is 130;
  • green value is 14;
  • blue value is 30.
RGB:
(130,14,30)
(51%,5%,12%)

RGB channels and saturation

R 130 of 255 = 51%
G 14 of 255 = 5%
B 30 of 255 = 12%

130
14
30

R + G + B ~ 23%. #820E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 14 + 30 = 174 (100%)
R 130 of 174 ~ 74.71%
G 14 of 174 ~ 8.05%
B 30 of 174 ~ 17.24%

%74.71
%17.24

CMYK color model

#820E1E color CMYK value is (0,89,77,49).

  • cyan value is 0.00%
  • magenta value is 89.23%
  • yellow value is 76.92%
  • key color value is 49.02%
CMYK:
(0,89,77,49)
C0M89Y77K49 
(0%,89%,77%,49%)
(0.00/0.89/0.77/0.49)	

CMYK percentages

%0
%89.23
%76.92
%49.02

Codes

Color #820E1E in popluar color models

820E1E
RGB1301430
HSL352°80.56%28.24%
HSB/HSV352°89.23%50.98%
CMYK0.00%89.23%76.92%
49.02%

Color #820E1E in popluar number systems.

HEX820E1E
Decimal1301430
Binary10000010111011110
Octal2021636

Shades and tints

Shades of #820E1E

#820E1E
(130,14,30)
#770D1C
(119,13,28)
#6C0C1A
(108,12,26)
#610B18
(97,11,24)
#560A16
(86,10,22)
#4B0914
(75,9,20)
#400812
(64,8,18)
#350710
(53,7,16)
#2A060E
(42,6,14)
#1F050C
(31,5,12)
#14040A
(20,4,10)
#000000
(0,0,0)

Tints of #820E1E

#820E1E
(130,14,30)
#8D2332
(141,35,50)
#983846
(152,56,70)
#A34D5A
(163,77,90)
#AE626E
(174,98,110)
#B97782
(185,119,130)
#C48C96
(196,140,150)
#CFA1AA
(207,161,170)
#DAB6BE
(218,182,190)
#E5CBD2
(229,203,210)
#F0E0E6
(240,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820E1E color. Also use rgb(130,14,30) instead hex code.

Text Font Color

.myTextColor { color: #820E1E; }

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

This text font color is #820E1E.


Background Color

.myBgColor { background-color: #820E1E; }

<div style="background-color:#820E1E">Inner text</div>

This div background color is #820E1E.


Border color

.myBorderColor { border: 1px solid #820E1E; }

<div style="border:3px solid #820E1E">Div</div>

This div border color is #820E1E.


Opacity

.myOpacity80 { color: #820E1E; opacity: 0.8; }

<p style="color:#820E1E;opacity:0.8;">80%</p>

Text with #820E1E 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 #820E1E;}

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

This text has shadow with #820E1E color.

.textShadow {text-shadow: 3px 3px 1px #820E1E, 3px 3px 1px red;}

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

This text has shadow with #820E1E primary color and red secondary color.


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

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

This text has shadow with #820E1E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820E1E on black background.


Color preview on white background

This text has color #820E1E on white background.



Black color preview on #820E1E background

This text has black color on #820E1E background.


White color preview on #820E1E background

This text has white color on #820E1E background.