COLOR #80A27C

HEX: #80A27C
RGB: (128,162,124)

Color info

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

RGB color model

#80A27C color RGB value is (128,162,124).

  • red value is 128;
  • green value is 162;
  • blue value is 124.
RGB:
(128,162,124)
(50%,64%,49%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 124 of 255 = 49%

128
162
124

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

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 124 = 414 (100%)
R 128 of 414 ~ 30.92%
G 162 of 414 ~ 39.13%
B 124 of 414 ~ 29.95%

%30.92
%39.13
%29.95

CMYK color model

#80A27C color CMYK value is (21,0,23,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 36.47%
CMYK:
(21,0,23,36)
C21M0Y23K36 
(21%,0%,23%,36%)
(0.21/0.00/0.23/0.36)	

CMYK percentages

%20.99
%0
%23.46
%36.47

Codes

Color #80A27C in popluar color models

80A27C
RGB128162124
HSL114°16.96%56.08%
HSB/HSV114°23.46%63.53%
CMYK20.99%0.00%23.46%
36.47%

Color #80A27C in popluar number systems.

HEX80A27C
Decimal128162124
Binary10000000101000101111100
Octal200242174

Shades and tints

Shades of #80A27C

#80A27C
(128,162,124)
#759471
(117,148,113)
#6A8666
(106,134,102)
#5F785B
(95,120,91)
#546A50
(84,106,80)
#495C45
(73,92,69)
#3E4E3A
(62,78,58)
#33402F
(51,64,47)
#283224
(40,50,36)
#1D2419
(29,36,25)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #80A27C

#80A27C
(128,162,124)
#8BAA87
(139,170,135)
#96B292
(150,178,146)
#A1BA9D
(161,186,157)
#ACC2A8
(172,194,168)
#B7CAB3
(183,202,179)
#C2D2BE
(194,210,190)
#CDDAC9
(205,218,201)
#D8E2D4
(216,226,212)
#E3EADF
(227,234,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A27C; }

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

This text font color is #80A27C.


Background Color

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

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

This div background color is #80A27C.


Border color

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

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

This div border color is #80A27C.


Opacity

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

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

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

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

This text has shadow with #80A27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A27C on black background.


Color preview on white background

This text has color #80A27C on white background.



Black color preview on #80A27C background

This text has black color on #80A27C background.


White color preview on #80A27C background

This text has white color on #80A27C background.