COLOR #80A181

HEX: #80A181
RGB: (128,161,129)

Color info

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

RGB color model

#80A181 color RGB value is (128,161,129).

  • red value is 128;
  • green value is 161;
  • blue value is 129.
RGB:
(128,161,129)
(50%,63%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 161 of 255 = 63%
B 129 of 255 = 51%

128
161
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 161 + 129 = 418 (100%)
R 128 of 418 ~ 30.62%
G 161 of 418 ~ 38.52%
B 129 of 418 ~ 30.86%

%30.62
%38.52
%30.86

CMYK color model

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

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 36.86%
CMYK:
(20,0,20,37)
C20M0Y20K37 
(20%,0%,20%,37%)
(0.20/0.00/0.20/0.37)	

CMYK percentages

%20.5
%0
%19.88
%36.86

Codes

Color #80A181 in popluar color models

80A181
RGB128161129
HSL122°14.93%56.67%
HSB/HSV122°20.50%63.14%
CMYK20.50%0.00%19.88%
36.86%

Color #80A181 in popluar number systems.

HEX80A181
Decimal128161129
Binary100000001010000110000001
Octal200241201

Shades and tints

Shades of #80A181

#80A181
(128,161,129)
#759376
(117,147,118)
#6A856B
(106,133,107)
#5F7760
(95,119,96)
#546955
(84,105,85)
#495B4A
(73,91,74)
#3E4D3F
(62,77,63)
#333F34
(51,63,52)
#283129
(40,49,41)
#1D231E
(29,35,30)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80A181

#80A181
(128,161,129)
#8BA98C
(139,169,140)
#96B197
(150,177,151)
#A1B9A2
(161,185,162)
#ACC1AD
(172,193,173)
#B7C9B8
(183,201,184)
#C2D1C3
(194,209,195)
#CDD9CE
(205,217,206)
#D8E1D9
(216,225,217)
#E3E9E4
(227,233,228)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A181 color. Also use rgb(128,161,129) instead hex code.

Text Font Color

.myTextColor { color: #80A181; }

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

This text font color is #80A181.


Background Color

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

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

This div background color is #80A181.


Border color

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

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

This div border color is #80A181.


Opacity

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

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

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

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

This text has shadow with #80A181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A181 on black background.


Color preview on white background

This text has color #80A181 on white background.



Black color preview on #80A181 background

This text has black color on #80A181 background.


White color preview on #80A181 background

This text has white color on #80A181 background.