COLOR #80A07C

HEX: #80A07C RGB: (128,160,124)

Color info

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

RGB color model

#80A07C color RGB value is (128,160,124).

RGB: (128,160,124) (50%, 63%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 124 of 255 = 49%

128
160
124

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

Portions of RGB colors in percentages

R + G + B = 128 + 160 + 124 = 412 (100%)
R 128 of 412 ~ 31.07%
G 160 of 412 ~ 38.83%
B 124 of 412 ~ 30.1'%

%31.07
%38.83
%30.1

CMYK color model

#80A07C color CMYK value is (20,0,23,37).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 37.25%

CMYK: (20,0,23,37)
C20M0Y23K37 (20%, 0%, 23%, 37%)
(0.20 / 0.00 / 0.23 / 0.37)

CMYK percentages

%20
%0
%22.5
%37.25

Codes

Color #80A07C in popluar color models

80 A0 7C
RGB 128 160 124
HSL 113° 15.93% 55.69%
HSB/HSV 113° 22.50% 62.75%
CMYK 20.00% 0.00% 22.50%
37.25%

Color #80A07C in popluar number systems.

HEX 80 A0 7C
Decimal 128 160 124
Binary 10000000 10100000 1111100
Octal 200 240 174

Shades and tints

Shades of #80A07C

#80A07C
(128,160,124)
#759271
(117,146,113)
#6A8466
(106,132,102)
#5F765B
(95,118,91)
#546850
(84,104,80)
#495A45
(73,90,69)
#3E4C3A
(62,76,58)
#333E2F
(51,62,47)
#283024
(40,48,36)
#1D2219
(29,34,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #80A07C

#80A07C
(128,160,124)
#8BA887
(139,168,135)
#96B092
(150,176,146)
#A1B89D
(161,184,157)
#ACC0A8
(172,192,168)
#B7C8B3
(183,200,179)
#C2D0BE
(194,208,190)
#CDD8C9
(205,216,201)
#D8E0D4
(216,224,212)
#E3E8DF
(227,232,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A07C color. Also use rgb(128,160,124) instead hex code.

Text Font Color

.myTextColor { color: #80A07C; }

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

This text font color is #80A07C.

Background Color

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

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

This div background color is #80A07C.

Border color

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

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

This div border color is #80A07C.

Opacity

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

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

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

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

This text has shadow with #80A07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A07C.

Preview

Color preview on black background

This text has color #80A07C on black background.


Color preview on white background

This text has color #80A07C on white background.


Black color preview on #80A07C background

This text has black color on #80A07C background.


White color preview on #80A07C background

This text has white color on #80A07C background.


Related colors

Complementary color

Complementary color for #hex is #7F5F83.


I love getcolorcode.com

Triadic colors

1 #7C80A0 and #A07C80 with #80A07C are triadic colors.

2 #7CA080 and #A0807C with #80A07C are triadic colors.