COLOR #820E0E

HEX: #820E0E
RGB: (130,14,14)

Color info

#820E0E contains mainly red color. Web safe color of #820E0E is #990000 (or #900).

RGB color model

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

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

RGB channels and saturation

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

130
14
14

R + G + B ~ 20%. #820E0E is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 14 + 14 = 158 (100%)
R 130 of 158 ~ 82.28%
G 14 of 158 ~ 8.86%
B 14 of 158 ~ 8.86%

%82.28

CMYK color model

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

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

CMYK percentages

%0
%89.23
%89.23
%49.02

Codes

Color #820E0E in popluar color models

820E0E
RGB1301414
HSL80.56%28.24%
HSB/HSV89.23%50.98%
CMYK0.00%89.23%89.23%
49.02%

Color #820E0E in popluar number systems.

HEX820E0E
Decimal1301414
Binary1000001011101110
Octal2021616

Shades and tints

Shades of #820E0E

#820E0E
(130,14,14)
#770D0D
(119,13,13)
#6C0C0C
(108,12,12)
#610B0B
(97,11,11)
#560A0A
(86,10,10)
#4B0909
(75,9,9)
#400808
(64,8,8)
#350707
(53,7,7)
#2A0606
(42,6,6)
#1F0505
(31,5,5)
#140404
(20,4,4)
#000000
(0,0,0)

Tints of #820E0E

#820E0E
(130,14,14)
#8D2323
(141,35,35)
#983838
(152,56,56)
#A34D4D
(163,77,77)
#AE6262
(174,98,98)
#B97777
(185,119,119)
#C48C8C
(196,140,140)
#CFA1A1
(207,161,161)
#DAB6B6
(218,182,182)
#E5CBCB
(229,203,203)
#F0E0E0
(240,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #820E0E; }

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

This text font color is #820E0E.


Background Color

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

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

This div background color is #820E0E.


Border color

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

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

This div border color is #820E0E.


Opacity

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

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

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

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

This text has shadow with #820E0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820E0E on black background.


Color preview on white background

This text has color #820E0E on white background.



Black color preview on #820E0E background

This text has black color on #820E0E background.


White color preview on #820E0E background

This text has white color on #820E0E background.