COLOR #80B43D

HEX: #80B43D RGB: (128,180,61)

Color info

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

RGB color model

#80B43D color RGB value is (128,180,61).

RGB: (128,180,61) (50%, 71%, 24%)

RGB channels and saturation

R 128 of 255 = 50%
G 180 of 255 = 71%
B 61 of 255 = 24%

128
180
61

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

Portions of RGB colors in percentages

R + G + B = 128 + 180 + 61 = 369 (100%)
R 128 of 369 ~ 34.69%
G 180 of 369 ~ 48.78%
B 61 of 369 ~ 16.53'%

%34.69
%48.78
%16.53

CMYK color model

#80B43D color CMYK value is (29,0,66,29).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 66.11%
  • key color value is 29.41%
CMYK: (29,0,66,29) C29M0Y66K29 (29%,0%,66%,29%) (0.29/0.00/0.66/0.29) 

CMYK percentages

%28.89
%0
%66.11
%29.41

Codes

Color #80B43D in popluar color models

80 B4 3D
RGB 128 180 61
HSL 86° 49.38% 47.25%
HSB/HSV 86° 66.11% 70.59%
CMYK 28.89% 0.00% 66.11%
29.41%

Color #80B43D in popluar number systems.

HEX 80 B4 3D
Decimal 128 180 61
Binary 10000000 10110100 111101
Octal 200 264 75

Shades and tints

Shades of #80B43D

#80B43D
(128,180,61)
#75A438
(117,164,56)
#6A9433
(106,148,51)
#5F842E
(95,132,46)
#547429
(84,116,41)
#496424
(73,100,36)
#3E541F
(62,84,31)
#33441A
(51,68,26)
#283415
(40,52,21)
#1D2410
(29,36,16)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #80B43D

#80B43D
(128,180,61)
#8BBA4E
(139,186,78)
#96C05F
(150,192,95)
#A1C670
(161,198,112)
#ACCC81
(172,204,129)
#B7D292
(183,210,146)
#C2D8A3
(194,216,163)
#CDDEB4
(205,222,180)
#D8E4C5
(216,228,197)
#E3EAD6
(227,234,214)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B43D; }

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

This text font color is #80B43D.

Background Color

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

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

This div background color is #80B43D.

Border color

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

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

This div border color is #80B43D.

Opacity

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

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

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

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

This text has shadow with #80B43D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B43D.

Preview

Color preview on black background

This text has color #80B43D on black background.


Color preview on white background

This text has color #80B43D on white background.


Black color preview on #80B43D background

This text has black color on #80B43D background.


White color preview on #80B43D background

This text has white color on #80B43D background.


Related colors

Complementary color

Complementary color for #hex is #7F4BC2.


I love getcolorcode.com

Triadic colors

1 #3D80B4 and #B43D80 with #80B43D are triadic colors.

2 #3DB480 and #B4803D with #80B43D are triadic colors.