COLOR #807A21

HEX: #807A21 RGB: (128,122,33)

Color info

#807A21 contains mainly red and green colors. Web safe color of #807A21 is #666633 (or #663).

RGB color model

#807A21 color RGB value is (128,122,33).

RGB: (128,122,33) (50%, 48%, 13%)

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 33 of 255 = 13%

128
122
33

R + G + B ~ 37%. #807A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 122 + 33 = 283 (100%)
R 128 of 283 ~ 45.23%
G 122 of 283 ~ 43.11%
B 33 of 283 ~ 11.66'%

%45.23
%43.11
%11.66

CMYK color model

#807A21 color CMYK value is (0,5,74,50).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 74.22%
  • key color value is 49.80%

CMYK: (0,5,74,50)
C0M5Y74K50 (0%, 5%, 74%, 50%)
(0.00 / 0.05 / 0.74 / 0.50)

CMYK percentages

%0
%4.69
%74.22
%49.8

Codes

Color #807A21 in popluar color models

80 7A 21
RGB 128 122 33
HSL 56° 59.01% 31.57%
HSB/HSV 56° 74.22% 50.20%
CMYK 0.00% 4.69% 74.22%
49.80%

Color #807A21 in popluar number systems.

HEX 80 7A 21
Decimal 128 122 33
Binary 10000000 1111010 100001
Octal 200 172 41

Shades and tints

Shades of #807A21

#807A21
(128,122,33)
#756F1E
(117,111,30)
#6A641B
(106,100,27)
#5F5918
(95,89,24)
#544E15
(84,78,21)
#494312
(73,67,18)
#3E380F
(62,56,15)
#332D0C
(51,45,12)
#282209
(40,34,9)
#1D1706
(29,23,6)
#120C03
(18,12,3)
#000000
(0,0,0)

Tints of #807A21

#807A21
(128,122,33)
#8B8635
(139,134,53)
#969249
(150,146,73)
#A19E5D
(161,158,93)
#ACAA71
(172,170,113)
#B7B685
(183,182,133)
#C2C299
(194,194,153)
#CDCEAD
(205,206,173)
#D8DAC1
(216,218,193)
#E3E6D5
(227,230,213)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807A21 color. Also use rgb(128,122,33) instead hex code.

Text Font Color

.myTextColor { color: #807A21; }

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

This text font color is #807A21.

Background Color

.myBgColor { background-color: #807A21; }

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

This div background color is #807A21.

Border color

.myBorderColor { border: 1px solid #807A21; }

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

This div border color is #807A21.

Opacity

.myOpacity80 { color: #807A21; opacity: 0.8; }

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

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

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

This text has shadow with #807A21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807A21.

Preview

Color preview on black background

This text has color #807A21 on black background.


Color preview on white background

This text has color #807A21 on white background.


Black color preview on #807A21 background

This text has black color on #807A21 background.


White color preview on #807A21 background

This text has white color on #807A21 background.


Related colors

Complementary color

Complementary color for #hex is #7F85DE.


I love getcolorcode.com

Triadic colors

1 #21807A and #7A2180 with #807A21 are triadic colors.

2 #217A80 and #7A8021 with #807A21 are triadic colors.