COLOR #80904A

HEX: #80904A RGB: (128,144,74)

Color info

#80904A contains mainly red and green colors. Web safe color of #80904A is #669933 (or #693).

RGB color model

#80904A color RGB value is (128,144,74).

RGB: (128,144,74) (50%, 56%, 29%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 74 of 255 = 29%

128
144
74

R + G + B ~ 45%. #80904A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 144 + 74 = 346 (100%)
R 128 of 346 ~ 36.99%
G 144 of 346 ~ 41.62%
B 74 of 346 ~ 21.39'%

%36.99
%41.62
%21.39

CMYK color model

#80904A color CMYK value is (11,0,49,44).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 48.61%
  • key color value is 43.53%

CMYK: (11,0,49,44)
C11M0Y49K44 (11%, 0%, 49%, 44%)
(0.11 / 0.00 / 0.49 / 0.44)

CMYK percentages

%11.11
%0
%48.61
%43.53

Codes

Color #80904A in popluar color models

80 90 4A
RGB 128 144 74
HSL 74° 32.11% 42.75%
HSB/HSV 74° 48.61% 56.47%
CMYK 11.11% 0.00% 48.61%
43.53%

Color #80904A in popluar number systems.

HEX 80 90 4A
Decimal 128 144 74
Binary 10000000 10010000 1001010
Octal 200 220 112

Shades and tints

Shades of #80904A

#80904A
(128,144,74)
#758344
(117,131,68)
#6A763E
(106,118,62)
#5F6938
(95,105,56)
#545C32
(84,92,50)
#494F2C
(73,79,44)
#3E4226
(62,66,38)
#333520
(51,53,32)
#28281A
(40,40,26)
#1D1B14
(29,27,20)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #80904A

#80904A
(128,144,74)
#8B9A5A
(139,154,90)
#96A46A
(150,164,106)
#A1AE7A
(161,174,122)
#ACB88A
(172,184,138)
#B7C29A
(183,194,154)
#C2CCAA
(194,204,170)
#CDD6BA
(205,214,186)
#D8E0CA
(216,224,202)
#E3EADA
(227,234,218)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80904A color. Also use rgb(128,144,74) instead hex code.

Text Font Color

.myTextColor { color: #80904A; }

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

This text font color is #80904A.

Background Color

.myBgColor { background-color: #80904A; }

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

This div background color is #80904A.

Border color

.myBorderColor { border: 1px solid #80904A; }

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

This div border color is #80904A.

Opacity

.myOpacity80 { color: #80904A; opacity: 0.8; }

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

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

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

This text has shadow with #80904A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80904A.

Preview

Color preview on black background

This text has color #80904A on black background.


Color preview on white background

This text has color #80904A on white background.


Black color preview on #80904A background

This text has black color on #80904A background.


White color preview on #80904A background

This text has white color on #80904A background.


Related colors

Complementary color

Complementary color for #hex is #7F6FB5.


I love getcolorcode.com

Triadic colors

1 #4A8090 and #904A80 with #80904A are triadic colors.

2 #4A9080 and #90804A with #80904A are triadic colors.