COLOR #80A582

HEX: #80A582 RGB: (128,165,130)

Color info

#80A582 contains red, green and blue colors in about the same proportion. Web safe color of #80A582 is #669999 (or #699).

RGB color model

#80A582 color RGB value is (128,165,130).

RGB: (128,165,130) (50%, 65%, 51%)

RGB channels and saturation

R 128 of 255 = 50%
G 165 of 255 = 65%
B 130 of 255 = 51%

128
165
130

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

Portions of RGB colors in percentages

R + G + B = 128 + 165 + 130 = 423 (100%)
R 128 of 423 ~ 30.26%
G 165 of 423 ~ 39.01%
B 130 of 423 ~ 30.73'%

%30.26
%39.01
%30.73

CMYK color model

#80A582 color CMYK value is (22,0,21,35).

  • cyan value is 22.42%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 35.29%

CMYK: (22,0,21,35)
C22M0Y21K35 (22%, 0%, 21%, 35%)
(0.22 / 0.00 / 0.21 / 0.35)

CMYK percentages

%22.42
%0
%21.21
%35.29

Codes

Color #80A582 in popluar color models

80 A5 82
RGB 128 165 130
HSL 123° 17.05% 57.45%
HSB/HSV 123° 22.42% 64.71%
CMYK 22.42% 0.00% 21.21%
35.29%

Color #80A582 in popluar number systems.

HEX 80 A5 82
Decimal 128 165 130
Binary 10000000 10100101 10000010
Octal 200 245 202

Shades and tints

Shades of #80A582

#80A582
(128,165,130)
#759677
(117,150,119)
#6A876C
(106,135,108)
#5F7861
(95,120,97)
#546956
(84,105,86)
#495A4B
(73,90,75)
#3E4B40
(62,75,64)
#333C35
(51,60,53)
#282D2A
(40,45,42)
#1D1E1F
(29,30,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #80A582

#80A582
(128,165,130)
#8BAD8D
(139,173,141)
#96B598
(150,181,152)
#A1BDA3
(161,189,163)
#ACC5AE
(172,197,174)
#B7CDB9
(183,205,185)
#C2D5C4
(194,213,196)
#CDDDCF
(205,221,207)
#D8E5DA
(216,229,218)
#E3EDE5
(227,237,229)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A582 color. Also use rgb(128,165,130) instead hex code.

Text Font Color

.myTextColor { color: #80A582; }

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

This text font color is #80A582.

Background Color

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

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

This div background color is #80A582.

Border color

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

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

This div border color is #80A582.

Opacity

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

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

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

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

This text has shadow with #80A582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A582.

Preview

Color preview on black background

This text has color #80A582 on black background.


Color preview on white background

This text has color #80A582 on white background.


Black color preview on #80A582 background

This text has black color on #80A582 background.


White color preview on #80A582 background

This text has white color on #80A582 background.


Related colors

Complementary color

Complementary color for #hex is #7F5A7D.


I love getcolorcode.com

Triadic colors

1 #8280A5 and #A58280 with #80A582 are triadic colors.

2 #82A580 and #A58082 with #80A582 are triadic colors.