COLOR #802006

HEX: #802006 RGB: (128,32,6)

Color info

#802006 contains mainly red color. Web safe color of #802006 is #663300 (or #630).

RGB color model

#802006 color RGB value is (128,32,6).

RGB: (128,32,6) (50%, 13%, 2%)

RGB channels and saturation

R 128 of 255 = 50%
G 32 of 255 = 13%
B 6 of 255 = 2%

128
32
6

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

Portions of RGB colors in percentages

R + G + B = 128 + 32 + 6 = 166 (100%)
R 128 of 166 ~ 77.11%
G 32 of 166 ~ 19.28%
B 6 of 166 ~ 3.61'%

%77.11
%19.28

CMYK color model

#802006 color CMYK value is (0,75,95,50).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 95.31%
  • key color value is 49.80%

CMYK: (0,75,95,50)
C0M75Y95K50 (0%, 75%, 95%, 50%)
(0.00 / 0.75 / 0.95 / 0.50)

CMYK percentages

%0
%75
%95.31
%49.8

Codes

Color #802006 in popluar color models

80 20 06
RGB 128 32 6
HSL 13° 91.04% 26.27%
HSB/HSV 13° 95.31% 50.20%
CMYK 0.00% 75.00% 95.31%
49.80%

Color #802006 in popluar number systems.

HEX 80 20 06
Decimal 128 32 6
Binary 10000000 100000 110
Octal 200 40 6

Shades and tints

Shades of #802006

#802006
(128,32,6)
#751E06
(117,30,6)
#6A1C06
(106,28,6)
#5F1A06
(95,26,6)
#541806
(84,24,6)
#491606
(73,22,6)
#3E1406
(62,20,6)
#331206
(51,18,6)
#281006
(40,16,6)
#1D0E06
(29,14,6)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #802006

#802006
(128,32,6)
#8B341C
(139,52,28)
#964832
(150,72,50)
#A15C48
(161,92,72)
#AC705E
(172,112,94)
#B78474
(183,132,116)
#C2988A
(194,152,138)
#CDACA0
(205,172,160)
#D8C0B6
(216,192,182)
#E3D4CC
(227,212,204)
#EEE8E2
(238,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802006 color. Also use rgb(128,32,6) instead hex code.

Text Font Color

.myTextColor { color: #802006; }

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

This text font color is #802006.

Background Color

.myBgColor { background-color: #802006; }

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

This div background color is #802006.

Border color

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

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

This div border color is #802006.

Opacity

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

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

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

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

This text has shadow with #802006 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #802006.

Preview

Color preview on black background

This text has color #802006 on black background.


Color preview on white background

This text has color #802006 on white background.


Black color preview on #802006 background

This text has black color on #802006 background.


White color preview on #802006 background

This text has white color on #802006 background.


Related colors

Complementary color

Complementary color for #hex is #7FDFF9.


I love getcolorcode.com

Triadic colors

1 #068020 and #200680 with #802006 are triadic colors.

2 #062080 and #208006 with #802006 are triadic colors.