COLOR #80A152

HEX: #80A152
RGB: (128,161,82)

Color info

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

RGB color model

#80A152 color RGB value is (128,161,82).

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

RGB channels and saturation

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

128
161
82

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

Portions of RGB colors in percentages

R + G + B =
128 + 161 + 82 = 371 (100%)
R 128 of 371 ~ 34.5%
G 161 of 371 ~ 43.4%
B 82 of 371 ~ 22.1%

%34.5
%43.4
%22.1

CMYK color model

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

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

CMYK percentages

%20.5
%0
%49.07
%36.86

Codes

Color #80A152 in popluar color models

80A152
RGB12816182
HSL85°32.51%47.65%
HSB/HSV85°49.07%63.14%
CMYK20.50%0.00%49.07%
36.86%

Color #80A152 in popluar number systems.

HEX80A152
Decimal12816182
Binary10000000101000011010010
Octal200241122

Shades and tints

Shades of #80A152

#80A152
(128,161,82)
#75934B
(117,147,75)
#6A8544
(106,133,68)
#5F773D
(95,119,61)
#546936
(84,105,54)
#495B2F
(73,91,47)
#3E4D28
(62,77,40)
#333F21
(51,63,33)
#28311A
(40,49,26)
#1D2313
(29,35,19)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #80A152

#80A152
(128,161,82)
#8BA961
(139,169,97)
#96B170
(150,177,112)
#A1B97F
(161,185,127)
#ACC18E
(172,193,142)
#B7C99D
(183,201,157)
#C2D1AC
(194,209,172)
#CDD9BB
(205,217,187)
#D8E1CA
(216,225,202)
#E3E9D9
(227,233,217)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A152; }

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

This text font color is #80A152.


Background Color

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

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

This div background color is #80A152.


Border color

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

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

This div border color is #80A152.


Opacity

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

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

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

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

This text has shadow with #80A152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A152 on black background.


Color preview on white background

This text has color #80A152 on white background.



Black color preview on #80A152 background

This text has black color on #80A152 background.


White color preview on #80A152 background

This text has white color on #80A152 background.