COLOR #80A874

HEX: #80A874 RGB: (128,168,116)

Color info

#80A874 contains red, green and blue colors in about the same proportion. Web safe color of #80A874 is #669966 (or #696).

RGB color model

#80A874 color RGB value is (128,168,116).

RGB: (128,168,116) (50%, 66%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 168 of 255 = 66%
B 116 of 255 = 45%

128
168
116

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

Portions of RGB colors in percentages

R + G + B = 128 + 168 + 116 = 412 (100%)
R 128 of 412 ~ 31.07%
G 168 of 412 ~ 40.78%
B 116 of 412 ~ 28.16'%

%31.07
%40.78
%28.16

CMYK color model

#80A874 color CMYK value is (24,0,31,34).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 34.12%

CMYK: (24,0,31,34)
C24M0Y31K34 (24%, 0%, 31%, 34%)
(0.24 / 0.00 / 0.31 / 0.34)

CMYK percentages

%23.81
%0
%30.95
%34.12

Codes

Color #80A874 in popluar color models

80 A8 74
RGB 128 168 116
HSL 106° 23.01% 55.69%
HSB/HSV 106° 30.95% 65.88%
CMYK 23.81% 0.00% 30.95%
34.12%

Color #80A874 in popluar number systems.

HEX 80 A8 74
Decimal 128 168 116
Binary 10000000 10101000 1110100
Octal 200 250 164

Shades and tints

Shades of #80A874

#80A874
(128,168,116)
#75996A
(117,153,106)
#6A8A60
(106,138,96)
#5F7B56
(95,123,86)
#546C4C
(84,108,76)
#495D42
(73,93,66)
#3E4E38
(62,78,56)
#333F2E
(51,63,46)
#283024
(40,48,36)
#1D211A
(29,33,26)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #80A874

#80A874
(128,168,116)
#8BAF80
(139,175,128)
#96B68C
(150,182,140)
#A1BD98
(161,189,152)
#ACC4A4
(172,196,164)
#B7CBB0
(183,203,176)
#C2D2BC
(194,210,188)
#CDD9C8
(205,217,200)
#D8E0D4
(216,224,212)
#E3E7E0
(227,231,224)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A874 color. Also use rgb(128,168,116) instead hex code.

Text Font Color

.myTextColor { color: #80A874; }

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

This text font color is #80A874.

Background Color

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

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

This div background color is #80A874.

Border color

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

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

This div border color is #80A874.

Opacity

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

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

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

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

This text has shadow with #80A874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A874.

Preview

Color preview on black background

This text has color #80A874 on black background.


Color preview on white background

This text has color #80A874 on white background.


Black color preview on #80A874 background

This text has black color on #80A874 background.


White color preview on #80A874 background

This text has white color on #80A874 background.


Related colors

Complementary color

Complementary color for #hex is #7F578B.


I love getcolorcode.com

Triadic colors

1 #7480A8 and #A87480 with #80A874 are triadic colors.

2 #74A880 and #A88074 with #80A874 are triadic colors.