COLOR #822005

HEX: #822005
RGB: (130,32,5)

Color info

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

RGB color model

#822005 color RGB value is (130,32,5).

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

RGB channels and saturation

R 130 of 255 = 51%
G 32 of 255 = 13%
B 5 of 255 = 2%

130
32
5

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

Portions of RGB colors in percentages

R + G + B =
130 + 32 + 5 = 167 (100%)
R 130 of 167 ~ 77.84%
G 32 of 167 ~ 19.16%
B 5 of 167 ~ 2.99%

%77.84
%19.16

CMYK color model

#822005 color CMYK value is (0,75,96,49).

  • cyan value is 0.00%
  • magenta value is 75.38%
  • yellow value is 96.15%
  • key color value is 49.02%
CMYK:
(0,75,96,49)
C0M75Y96K49 
(0%,75%,96%,49%)
(0.00/0.75/0.96/0.49)	

CMYK percentages

%0
%75.38
%96.15
%49.02

Codes

Color #822005 in popluar color models

822005
RGB130325
HSL13°92.59%26.47%
HSB/HSV13°96.15%50.98%
CMYK0.00%75.38%96.15%
49.02%

Color #822005 in popluar number systems.

HEX822005
Decimal130325
Binary10000010100000101
Octal202405

Shades and tints

Shades of #822005

#822005
(130,32,5)
#771E05
(119,30,5)
#6C1C05
(108,28,5)
#611A05
(97,26,5)
#561805
(86,24,5)
#4B1605
(75,22,5)
#401405
(64,20,5)
#351205
(53,18,5)
#2A1005
(42,16,5)
#1F0E05
(31,14,5)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #822005

#822005
(130,32,5)
#8D341B
(141,52,27)
#984831
(152,72,49)
#A35C47
(163,92,71)
#AE705D
(174,112,93)
#B98473
(185,132,115)
#C49889
(196,152,137)
#CFAC9F
(207,172,159)
#DAC0B5
(218,192,181)
#E5D4CB
(229,212,203)
#F0E8E1
(240,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822005 color. Also use rgb(130,32,5) instead hex code.

Text Font Color

.myTextColor { color: #822005; }

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

This text font color is #822005.


Background Color

.myBgColor { background-color: #822005; }

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

This div background color is #822005.


Border color

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

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

This div border color is #822005.


Opacity

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

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

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

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

This text has shadow with #822005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822005 on black background.


Color preview on white background

This text has color #822005 on white background.



Black color preview on #822005 background

This text has black color on #822005 background.


White color preview on #822005 background

This text has white color on #822005 background.