COLOR #806A04

HEX: #806A04 RGB: (128,106,4)

Color info

#806A04 contains mainly red and green colors. Web safe color of #806A04 is #666600 (or #660).

RGB color model

#806A04 color RGB value is (128,106,4).

RGB: (128,106,4) (50%, 42%, 2%)

RGB channels and saturation

R 128 of 255 = 50%
G 106 of 255 = 42%
B 4 of 255 = 2%

128
106
4

R + G + B ~ 31%. #806A04 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 106 + 4 = 238 (100%)
R 128 of 238 ~ 53.78%
G 106 of 238 ~ 44.54%
B 4 of 238 ~ 1.68'%

%53.78
%44.54

CMYK color model

#806A04 color CMYK value is (0,17,97,50).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 96.88%
  • key color value is 49.80%

CMYK: (0,17,97,50)
C0M17Y97K50 (0%, 17%, 97%, 50%)
(0.00 / 0.17 / 0.97 / 0.50)

CMYK percentages

%0
%17.19
%96.88
%49.8

Codes

Color #806A04 in popluar color models

80 6A 04
RGB 128 106 4
HSL 49° 93.94% 25.88%
HSB/HSV 49° 96.88% 50.20%
CMYK 0.00% 17.19% 96.88%
49.80%

Color #806A04 in popluar number systems.

HEX 80 6A 04
Decimal 128 106 4
Binary 10000000 1101010 100
Octal 200 152 4

Shades and tints

Shades of #806A04

#806A04
(128,106,4)
#756104
(117,97,4)
#6A5804
(106,88,4)
#5F4F04
(95,79,4)
#544604
(84,70,4)
#493D04
(73,61,4)
#3E3404
(62,52,4)
#332B04
(51,43,4)
#282204
(40,34,4)
#1D1904
(29,25,4)
#121004
(18,16,4)
#000000
(0,0,0)

Tints of #806A04

#806A04
(128,106,4)
#8B771A
(139,119,26)
#968430
(150,132,48)
#A19146
(161,145,70)
#AC9E5C
(172,158,92)
#B7AB72
(183,171,114)
#C2B888
(194,184,136)
#CDC59E
(205,197,158)
#D8D2B4
(216,210,180)
#E3DFCA
(227,223,202)
#EEECE0
(238,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806A04 color. Also use rgb(128,106,4) instead hex code.

Text Font Color

.myTextColor { color: #806A04; }

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

This text font color is #806A04.

Background Color

.myBgColor { background-color: #806A04; }

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

This div background color is #806A04.

Border color

.myBorderColor { border: 1px solid #806A04; }

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

This div border color is #806A04.

Opacity

.myOpacity80 { color: #806A04; opacity: 0.8; }

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

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

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

This text has shadow with #806A04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806A04.

Preview

Color preview on black background

This text has color #806A04 on black background.


Color preview on white background

This text has color #806A04 on white background.


Black color preview on #806A04 background

This text has black color on #806A04 background.


White color preview on #806A04 background

This text has white color on #806A04 background.


Related colors

Complementary color

Complementary color for #hex is #7F95FB.


I love getcolorcode.com

Triadic colors

1 #04806A and #6A0480 with #806A04 are triadic colors.

2 #046A80 and #6A8004 with #806A04 are triadic colors.