COLOR #82420D

HEX: #82420D
RGB: (130,66,13)

Color info

#82420D contains mainly red color. Web safe color of #82420D is #993300 (or #930).

RGB color model

#82420D color RGB value is (130,66,13).

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

RGB channels and saturation

R 130 of 255 = 51%
G 66 of 255 = 26%
B 13 of 255 = 5%

130
66
13

R + G + B ~ 27%. #82420D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 66 + 13 = 209 (100%)
R 130 of 209 ~ 62.2%
G 66 of 209 ~ 31.58%
B 13 of 209 ~ 6.22%

%62.2
%31.58

CMYK color model

#82420D color CMYK value is (0,49,90,49).

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 90.00%
  • key color value is 49.02%
CMYK:
(0,49,90,49)
C0M49Y90K49 
(0%,49%,90%,49%)
(0.00/0.49/0.90/0.49)	

CMYK percentages

%0
%49.23
%90
%49.02

Codes

Color #82420D in popluar color models

82420D
RGB1306613
HSL27°81.82%28.04%
HSB/HSV27°90.00%50.98%
CMYK0.00%49.23%90.00%
49.02%

Color #82420D in popluar number systems.

HEX82420D
Decimal1306613
Binary1000001010000101101
Octal20210215

Shades and tints

Shades of #82420D

#82420D
(130,66,13)
#773C0C
(119,60,12)
#6C360B
(108,54,11)
#61300A
(97,48,10)
#562A09
(86,42,9)
#4B2408
(75,36,8)
#401E07
(64,30,7)
#351806
(53,24,6)
#2A1205
(42,18,5)
#1F0C04
(31,12,4)
#140603
(20,6,3)
#000000
(0,0,0)

Tints of #82420D

#82420D
(130,66,13)
#8D5323
(141,83,35)
#986439
(152,100,57)
#A3754F
(163,117,79)
#AE8665
(174,134,101)
#B9977B
(185,151,123)
#C4A891
(196,168,145)
#CFB9A7
(207,185,167)
#DACABD
(218,202,189)
#E5DBD3
(229,219,211)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82420D color. Also use rgb(130,66,13) instead hex code.

Text Font Color

.myTextColor { color: #82420D; }

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

This text font color is #82420D.


Background Color

.myBgColor { background-color: #82420D; }

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

This div background color is #82420D.


Border color

.myBorderColor { border: 1px solid #82420D; }

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

This div border color is #82420D.


Opacity

.myOpacity80 { color: #82420D; opacity: 0.8; }

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

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

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

This text has shadow with #82420D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82420D on black background.


Color preview on white background

This text has color #82420D on white background.



Black color preview on #82420D background

This text has black color on #82420D background.


White color preview on #82420D background

This text has white color on #82420D background.