COLOR #820207

HEX: #820207
RGB: (130,2,7)

Color info

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

RGB color model

#820207 color RGB value is (130,2,7).

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

RGB channels and saturation

R 130 of 255 = 51%
G 2 of 255 = 1%
B 7 of 255 = 3%

130
2
7

R + G + B ~ 18%. #820207 is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 2 + 7 = 139 (100%)
R 130 of 139 ~ 93.53%
G 2 of 139 ~ 1.44%
B 7 of 139 ~ 5.04%

%93.53

CMYK color model

#820207 color CMYK value is (0,98,95,49).

  • cyan value is 0.00%
  • magenta value is 98.46%
  • yellow value is 94.62%
  • key color value is 49.02%
CMYK:
(0,98,95,49)
C0M98Y95K49 
(0%,98%,95%,49%)
(0.00/0.98/0.95/0.49)	

CMYK percentages

%0
%98.46
%94.62
%49.02

Codes

Color #820207 in popluar color models

820207
RGB13027
HSL358°96.97%25.88%
HSB/HSV358°98.46%50.98%
CMYK0.00%98.46%94.62%
49.02%

Color #820207 in popluar number systems.

HEX820207
Decimal13027
Binary1000001010111
Octal20227

Shades and tints

Shades of #820207

#820207
(130,2,7)
#770207
(119,2,7)
#6C0207
(108,2,7)
#610207
(97,2,7)
#560207
(86,2,7)
#4B0207
(75,2,7)
#400207
(64,2,7)
#350207
(53,2,7)
#2A0207
(42,2,7)
#1F0207
(31,2,7)
#140207
(20,2,7)
#000000
(0,0,0)

Tints of #820207

#820207
(130,2,7)
#8D191D
(141,25,29)
#983033
(152,48,51)
#A34749
(163,71,73)
#AE5E5F
(174,94,95)
#B97575
(185,117,117)
#C48C8B
(196,140,139)
#CFA3A1
(207,163,161)
#DABAB7
(218,186,183)
#E5D1CD
(229,209,205)
#F0E8E3
(240,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #820207; }

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

This text font color is #820207.


Background Color

.myBgColor { background-color: #820207; }

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

This div background color is #820207.


Border color

.myBorderColor { border: 1px solid #820207; }

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

This div border color is #820207.


Opacity

.myOpacity80 { color: #820207; opacity: 0.8; }

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

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

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

This text has shadow with #820207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820207 on black background.


Color preview on white background

This text has color #820207 on white background.



Black color preview on #820207 background

This text has black color on #820207 background.


White color preview on #820207 background

This text has white color on #820207 background.