COLOR #80B482

HEX: #80B482
RGB: (128,180,130)

Color info

#80B482 contains red, green and blue colors in about the same proportion. Web safe color of #80B482 is #66CC99 (or #6C9).

RGB color model

#80B482 color RGB value is (128,180,130).

  • red value is 128;
  • green value is 180;
  • blue value is 130.
RGB:
(128,180,130)
(50%,71%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 180 of 255 = 71%
B 130 of 255 = 51%

128
180
130

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

Portions of RGB colors in percentages

R + G + B =
128 + 180 + 130 = 438 (100%)
R 128 of 438 ~ 29.22%
G 180 of 438 ~ 41.1%
B 130 of 438 ~ 29.68%

%29.22
%41.1
%29.68

CMYK color model

#80B482 color CMYK value is (29,0,28,29).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(29,0,28,29)
C29M0Y28K29 
(29%,0%,28%,29%)
(0.29/0.00/0.28/0.29)	

CMYK percentages

%28.89
%0
%27.78
%29.41

Codes

Color #80B482 in popluar color models

80B482
RGB128180130
HSL122°25.74%60.39%
HSB/HSV122°28.89%70.59%
CMYK28.89%0.00%27.78%
29.41%

Color #80B482 in popluar number systems.

HEX80B482
Decimal128180130
Binary100000001011010010000010
Octal200264202

Shades and tints

Shades of #80B482

#80B482
(128,180,130)
#75A477
(117,164,119)
#6A946C
(106,148,108)
#5F8461
(95,132,97)
#547456
(84,116,86)
#49644B
(73,100,75)
#3E5440
(62,84,64)
#334435
(51,68,53)
#28342A
(40,52,42)
#1D241F
(29,36,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #80B482

#80B482
(128,180,130)
#8BBA8D
(139,186,141)
#96C098
(150,192,152)
#A1C6A3
(161,198,163)
#ACCCAE
(172,204,174)
#B7D2B9
(183,210,185)
#C2D8C4
(194,216,196)
#CDDECF
(205,222,207)
#D8E4DA
(216,228,218)
#E3EAE5
(227,234,229)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B482; }

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

This text font color is #80B482.


Background Color

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

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

This div background color is #80B482.


Border color

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

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

This div border color is #80B482.


Opacity

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

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

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

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

This text has shadow with #80B482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B482 on black background.


Color preview on white background

This text has color #80B482 on white background.



Black color preview on #80B482 background

This text has black color on #80B482 background.


White color preview on #80B482 background

This text has white color on #80B482 background.