COLOR #80A744

HEX: #80A744 RGB: (128,167,68)

Color info

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

RGB color model

#80A744 color RGB value is (128,167,68).

RGB: (128,167,68) (50%, 65%, 27%)

RGB channels and saturation

R 128 of 255 = 50%
G 167 of 255 = 65%
B 68 of 255 = 27%

128
167
68

R + G + B ~ 47%. #80A744 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 167 + 68 = 363 (100%)
R 128 of 363 ~ 35.26%
G 167 of 363 ~ 46.01%
B 68 of 363 ~ 18.73'%

%35.26
%46.01
%18.73

CMYK color model

#80A744 color CMYK value is (23,0,59,35).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 59.28%
  • key color value is 34.51%

CMYK: (23,0,59,35)
C23M0Y59K35 (23%, 0%, 59%, 35%)
(0.23 / 0.00 / 0.59 / 0.35)

CMYK percentages

%23.35
%0
%59.28
%34.51

Codes

Color #80A744 in popluar color models

80 A7 44
RGB 128 167 68
HSL 84° 42.13% 46.08%
HSB/HSV 84° 59.28% 65.49%
CMYK 23.35% 0.00% 59.28%
34.51%

Color #80A744 in popluar number systems.

HEX 80 A7 44
Decimal 128 167 68
Binary 10000000 10100111 1000100
Octal 200 247 104

Shades and tints

Shades of #80A744

#80A744
(128,167,68)
#75983E
(117,152,62)
#6A8938
(106,137,56)
#5F7A32
(95,122,50)
#546B2C
(84,107,44)
#495C26
(73,92,38)
#3E4D20
(62,77,32)
#333E1A
(51,62,26)
#282F14
(40,47,20)
#1D200E
(29,32,14)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #80A744

#80A744
(128,167,68)
#8BAF55
(139,175,85)
#96B766
(150,183,102)
#A1BF77
(161,191,119)
#ACC788
(172,199,136)
#B7CF99
(183,207,153)
#C2D7AA
(194,215,170)
#CDDFBB
(205,223,187)
#D8E7CC
(216,231,204)
#E3EFDD
(227,239,221)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A744 color. Also use rgb(128,167,68) instead hex code.

Text Font Color

.myTextColor { color: #80A744; }

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

This text font color is #80A744.

Background Color

.myBgColor { background-color: #80A744; }

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

This div background color is #80A744.

Border color

.myBorderColor { border: 1px solid #80A744; }

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

This div border color is #80A744.

Opacity

.myOpacity80 { color: #80A744; opacity: 0.8; }

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

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

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

This text has shadow with #80A744 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A744.

Preview

Color preview on black background

This text has color #80A744 on black background.


Color preview on white background

This text has color #80A744 on white background.


Black color preview on #80A744 background

This text has black color on #80A744 background.


White color preview on #80A744 background

This text has white color on #80A744 background.


Related colors

Complementary color

Complementary color for #hex is #7F58BB.


I love getcolorcode.com

Triadic colors

1 #4480A7 and #A74480 with #80A744 are triadic colors.

2 #44A780 and #A78044 with #80A744 are triadic colors.