COLOR #80A052

HEX: #80A052
RGB: (128,160,82)

Color info

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

RGB color model

#80A052 color RGB value is (128,160,82).

  • red value is 128;
  • green value is 160;
  • blue value is 82.
RGB:
(128,160,82)
(50%,63%,32%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 82 of 255 = 32%

128
160
82

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

Portions of RGB colors in percentages

R + G + B =
128 + 160 + 82 = 370 (100%)
R 128 of 370 ~ 34.59%
G 160 of 370 ~ 43.24%
B 82 of 370 ~ 22.16%

%34.59
%43.24
%22.16

CMYK color model

#80A052 color CMYK value is (20,0,49,37).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 37.25%
CMYK:
(20,0,49,37)
C20M0Y49K37 
(20%,0%,49%,37%)
(0.20/0.00/0.49/0.37)	

CMYK percentages

%20
%0
%48.75
%37.25

Codes

Color #80A052 in popluar color models

80A052
RGB12816082
HSL85°32.23%47.45%
HSB/HSV85°48.75%62.75%
CMYK20.00%0.00%48.75%
37.25%

Color #80A052 in popluar number systems.

HEX80A052
Decimal12816082
Binary10000000101000001010010
Octal200240122

Shades and tints

Shades of #80A052

#80A052
(128,160,82)
#75924B
(117,146,75)
#6A8444
(106,132,68)
#5F763D
(95,118,61)
#546836
(84,104,54)
#495A2F
(73,90,47)
#3E4C28
(62,76,40)
#333E21
(51,62,33)
#28301A
(40,48,26)
#1D2213
(29,34,19)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #80A052

#80A052
(128,160,82)
#8BA861
(139,168,97)
#96B070
(150,176,112)
#A1B87F
(161,184,127)
#ACC08E
(172,192,142)
#B7C89D
(183,200,157)
#C2D0AC
(194,208,172)
#CDD8BB
(205,216,187)
#D8E0CA
(216,224,202)
#E3E8D9
(227,232,217)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A052; }

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

This text font color is #80A052.


Background Color

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

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

This div background color is #80A052.


Border color

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

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

This div border color is #80A052.


Opacity

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

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

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

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

This text has shadow with #80A052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A052 on black background.


Color preview on white background

This text has color #80A052 on white background.



Black color preview on #80A052 background

This text has black color on #80A052 background.


White color preview on #80A052 background

This text has white color on #80A052 background.