COLOR #80AF6C

HEX: #80AF6C RGB: (128,175,108)

Color info

#80AF6C contains mainly red and green colors. Web safe color of #80AF6C is #669966 (or #696).

RGB color model

#80AF6C color RGB value is (128,175,108).

RGB: (128,175,108) (50%, 69%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 175 of 255 = 69%
B 108 of 255 = 42%

128
175
108

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

Portions of RGB colors in percentages

R + G + B = 128 + 175 + 108 = 411 (100%)
R 128 of 411 ~ 31.14%
G 175 of 411 ~ 42.58%
B 108 of 411 ~ 26.28'%

%31.14
%42.58
%26.28

CMYK color model

#80AF6C color CMYK value is (27,0,38,31).

  • cyan value is 26.86%
  • magenta value is 0.00%
  • yellow value is 38.29%
  • key color value is 31.37%

CMYK: (27,0,38,31)
C27M0Y38K31 (27%, 0%, 38%, 31%)
(0.27 / 0.00 / 0.38 / 0.31)

CMYK percentages

%26.86
%0
%38.29
%31.37

Codes

Color #80AF6C in popluar color models

80 AF 6C
RGB 128 175 108
HSL 102° 29.52% 55.49%
HSB/HSV 102° 38.29% 68.63%
CMYK 26.86% 0.00% 38.29%
31.37%

Color #80AF6C in popluar number systems.

HEX 80 AF 6C
Decimal 128 175 108
Binary 10000000 10101111 1101100
Octal 200 257 154

Shades and tints

Shades of #80AF6C

#80AF6C
(128,175,108)
#75A063
(117,160,99)
#6A915A
(106,145,90)
#5F8251
(95,130,81)
#547348
(84,115,72)
#49643F
(73,100,63)
#3E5536
(62,85,54)
#33462D
(51,70,45)
#283724
(40,55,36)
#1D281B
(29,40,27)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #80AF6C

#80AF6C
(128,175,108)
#8BB679
(139,182,121)
#96BD86
(150,189,134)
#A1C493
(161,196,147)
#ACCBA0
(172,203,160)
#B7D2AD
(183,210,173)
#C2D9BA
(194,217,186)
#CDE0C7
(205,224,199)
#D8E7D4
(216,231,212)
#E3EEE1
(227,238,225)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AF6C color. Also use rgb(128,175,108) instead hex code.

Text Font Color

.myTextColor { color: #80AF6C; }

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

This text font color is #80AF6C.

Background Color

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

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

This div background color is #80AF6C.

Border color

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

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

This div border color is #80AF6C.

Opacity

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

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

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

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

This text has shadow with #80AF6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AF6C.

Preview

Color preview on black background

This text has color #80AF6C on black background.


Color preview on white background

This text has color #80AF6C on white background.


Black color preview on #80AF6C background

This text has black color on #80AF6C background.


White color preview on #80AF6C background

This text has white color on #80AF6C background.


Related colors

Complementary color

Complementary color for #hex is #7F5093.


I love getcolorcode.com

Triadic colors

1 #6C80AF and #AF6C80 with #80AF6C are triadic colors.

2 #6CAF80 and #AF806C with #80AF6C are triadic colors.