COLOR #80B82C

HEX: #80B82C RGB: (128,184,44)

Color info

#80B82C contains mainly red and green colors. Web safe color of #80B82C is #66CC33 (or #6C3).

RGB color model

#80B82C color RGB value is (128,184,44).

RGB: (128,184,44) (50%, 72%, 17%)

RGB channels and saturation

R 128 of 255 = 50%
G 184 of 255 = 72%
B 44 of 255 = 17%

128
184
44

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

Portions of RGB colors in percentages

R + G + B = 128 + 184 + 44 = 356 (100%)
R 128 of 356 ~ 35.96%
G 184 of 356 ~ 51.69%
B 44 of 356 ~ 12.36'%

%35.96
%51.69
%12.36

CMYK color model

#80B82C color CMYK value is (30,0,76,28).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 76.09%
  • key color value is 27.84%

CMYK: (30,0,76,28)
C30M0Y76K28 (30%, 0%, 76%, 28%)
(0.30 / 0.00 / 0.76 / 0.28)

CMYK percentages

%30.43
%0
%76.09
%27.84

Codes

Color #80B82C in popluar color models

80 B8 2C
RGB 128 184 44
HSL 84° 61.40% 44.71%
HSB/HSV 84° 76.09% 72.16%
CMYK 30.43% 0.00% 76.09%
27.84%

Color #80B82C in popluar number systems.

HEX 80 B8 2C
Decimal 128 184 44
Binary 10000000 10111000 101100
Octal 200 270 54

Shades and tints

Shades of #80B82C

#80B82C
(128,184,44)
#75A828
(117,168,40)
#6A9824
(106,152,36)
#5F8820
(95,136,32)
#54781C
(84,120,28)
#496818
(73,104,24)
#3E5814
(62,88,20)
#334810
(51,72,16)
#28380C
(40,56,12)
#1D2808
(29,40,8)
#121804
(18,24,4)
#000000
(0,0,0)

Tints of #80B82C

#80B82C
(128,184,44)
#8BBE3F
(139,190,63)
#96C452
(150,196,82)
#A1CA65
(161,202,101)
#ACD078
(172,208,120)
#B7D68B
(183,214,139)
#C2DC9E
(194,220,158)
#CDE2B1
(205,226,177)
#D8E8C4
(216,232,196)
#E3EED7
(227,238,215)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B82C color. Also use rgb(128,184,44) instead hex code.

Text Font Color

.myTextColor { color: #80B82C; }

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

This text font color is #80B82C.

Background Color

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

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

This div background color is #80B82C.

Border color

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

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

This div border color is #80B82C.

Opacity

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

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

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

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

This text has shadow with #80B82C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B82C.

Preview

Color preview on black background

This text has color #80B82C on black background.


Color preview on white background

This text has color #80B82C on white background.


Black color preview on #80B82C background

This text has black color on #80B82C background.


White color preview on #80B82C background

This text has white color on #80B82C background.


Related colors

Complementary color

Complementary color for #hex is #7F47D3.


I love getcolorcode.com

Triadic colors

1 #2C80B8 and #B82C80 with #80B82C are triadic colors.

2 #2CB880 and #B8802C with #80B82C are triadic colors.