COLOR #82421C

HEX: #82421C
RGB: (130,66,28)

Color info

#82421C contains mainly red color. Web safe color of #82421C is #993333 (or #933).

RGB color model

#82421C color RGB value is (130,66,28).

  • red value is 130;
  • green value is 66;
  • blue value is 28.
RGB:
(130,66,28)
(51%,26%,11%)

RGB channels and saturation

R 130 of 255 = 51%
G 66 of 255 = 26%
B 28 of 255 = 11%

130
66
28

R + G + B ~ 29%. #82421C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 66 + 28 = 224 (100%)
R 130 of 224 ~ 58.04%
G 66 of 224 ~ 29.46%
B 28 of 224 ~ 12.5%

%58.04
%29.46
%12.5

CMYK color model

#82421C color CMYK value is (0,49,78,49).

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 78.46%
  • key color value is 49.02%
CMYK:
(0,49,78,49)
C0M49Y78K49 
(0%,49%,78%,49%)
(0.00/0.49/0.78/0.49)	

CMYK percentages

%0
%49.23
%78.46
%49.02

Codes

Color #82421C in popluar color models

82421C
RGB1306628
HSL22°64.56%30.98%
HSB/HSV22°78.46%50.98%
CMYK0.00%49.23%78.46%
49.02%

Color #82421C in popluar number systems.

HEX82421C
Decimal1306628
Binary10000010100001011100
Octal20210234

Shades and tints

Shades of #82421C

#82421C
(130,66,28)
#773C1A
(119,60,26)
#6C3618
(108,54,24)
#613016
(97,48,22)
#562A14
(86,42,20)
#4B2412
(75,36,18)
#401E10
(64,30,16)
#35180E
(53,24,14)
#2A120C
(42,18,12)
#1F0C0A
(31,12,10)
#140608
(20,6,8)
#000000
(0,0,0)

Tints of #82421C

#82421C
(130,66,28)
#8D5330
(141,83,48)
#986444
(152,100,68)
#A37558
(163,117,88)
#AE866C
(174,134,108)
#B99780
(185,151,128)
#C4A894
(196,168,148)
#CFB9A8
(207,185,168)
#DACABC
(218,202,188)
#E5DBD0
(229,219,208)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82421C color. Also use rgb(130,66,28) instead hex code.

Text Font Color

.myTextColor { color: #82421C; }

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

This text font color is #82421C.


Background Color

.myBgColor { background-color: #82421C; }

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

This div background color is #82421C.


Border color

.myBorderColor { border: 1px solid #82421C; }

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

This div border color is #82421C.


Opacity

.myOpacity80 { color: #82421C; opacity: 0.8; }

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

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

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

This text has shadow with #82421C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82421C on black background.


Color preview on white background

This text has color #82421C on white background.



Black color preview on #82421C background

This text has black color on #82421C background.


White color preview on #82421C background

This text has white color on #82421C background.