COLOR #821812

HEX: #821812
RGB: (130,24,18)

Color info

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

RGB color model

#821812 color RGB value is (130,24,18).

  • red value is 130;
  • green value is 24;
  • blue value is 18.
RGB:
(130,24,18)
(51%,9%,7%)

RGB channels and saturation

R 130 of 255 = 51%
G 24 of 255 = 9%
B 18 of 255 = 7%

130
24
18

R + G + B ~ 22%. #821812 is dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 24 + 18 = 172 (100%)
R 130 of 172 ~ 75.58%
G 24 of 172 ~ 13.95%
B 18 of 172 ~ 10.47%

%75.58
%13.95
%10.47

CMYK color model

#821812 color CMYK value is (0,82,86,49).

  • cyan value is 0.00%
  • magenta value is 81.54%
  • yellow value is 86.15%
  • key color value is 49.02%
CMYK:
(0,82,86,49)
C0M82Y86K49 
(0%,82%,86%,49%)
(0.00/0.82/0.86/0.49)	

CMYK percentages

%0
%81.54
%86.15
%49.02

Codes

Color #821812 in popluar color models

821812
RGB1302418
HSL75.68%29.02%
HSB/HSV86.15%50.98%
CMYK0.00%81.54%86.15%
49.02%

Color #821812 in popluar number systems.

HEX821812
Decimal1302418
Binary100000101100010010
Octal2023022

Shades and tints

Shades of #821812

#821812
(130,24,18)
#771611
(119,22,17)
#6C1410
(108,20,16)
#61120F
(97,18,15)
#56100E
(86,16,14)
#4B0E0D
(75,14,13)
#400C0C
(64,12,12)
#350A0B
(53,10,11)
#2A080A
(42,8,10)
#1F0609
(31,6,9)
#140408
(20,4,8)
#000000
(0,0,0)

Tints of #821812

#821812
(130,24,18)
#8D2D27
(141,45,39)
#98423C
(152,66,60)
#A35751
(163,87,81)
#AE6C66
(174,108,102)
#B9817B
(185,129,123)
#C49690
(196,150,144)
#CFABA5
(207,171,165)
#DAC0BA
(218,192,186)
#E5D5CF
(229,213,207)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821812 color. Also use rgb(130,24,18) instead hex code.

Text Font Color

.myTextColor { color: #821812; }

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

This text font color is #821812.


Background Color

.myBgColor { background-color: #821812; }

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

This div background color is #821812.


Border color

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

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

This div border color is #821812.


Opacity

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

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

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

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

This text has shadow with #821812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821812 on black background.


Color preview on white background

This text has color #821812 on white background.



Black color preview on #821812 background

This text has black color on #821812 background.


White color preview on #821812 background

This text has white color on #821812 background.