COLOR #80B478

HEX: #80B478 RGB: (128,180,120)

Color info

#80B478 contains mainly red and green colors. Web safe color of #80B478 is #66CC66 (or #6C6).

RGB color model

#80B478 color RGB value is (128,180,120).

RGB: (128,180,120) (50%, 71%, 47%)

RGB channels and saturation

R 128 of 255 = 50%
G 180 of 255 = 71%
B 120 of 255 = 47%

128
180
120

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

Portions of RGB colors in percentages

R + G + B = 128 + 180 + 120 = 428 (100%)
R 128 of 428 ~ 29.91%
G 180 of 428 ~ 42.06%
B 120 of 428 ~ 28.04'%

%29.91
%42.06
%28.04

CMYK color model

#80B478 color CMYK value is (29,0,33,29).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 29.41%

CMYK: (29,0,33,29)
C29M0Y33K29 (29%, 0%, 33%, 29%)
(0.29 / 0.00 / 0.33 / 0.29)

CMYK percentages

%28.89
%0
%33.33
%29.41

Codes

Color #80B478 in popluar color models

80 B4 78
RGB 128 180 120
HSL 112° 28.57% 58.82%
HSB/HSV 112° 33.33% 70.59%
CMYK 28.89% 0.00% 33.33%
29.41%

Color #80B478 in popluar number systems.

HEX 80 B4 78
Decimal 128 180 120
Binary 10000000 10110100 1111000
Octal 200 264 170

Shades and tints

Shades of #80B478

#80B478
(128,180,120)
#75A46E
(117,164,110)
#6A9464
(106,148,100)
#5F845A
(95,132,90)
#547450
(84,116,80)
#496446
(73,100,70)
#3E543C
(62,84,60)
#334432
(51,68,50)
#283428
(40,52,40)
#1D241E
(29,36,30)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #80B478

#80B478
(128,180,120)
#8BBA84
(139,186,132)
#96C090
(150,192,144)
#A1C69C
(161,198,156)
#ACCCA8
(172,204,168)
#B7D2B4
(183,210,180)
#C2D8C0
(194,216,192)
#CDDECC
(205,222,204)
#D8E4D8
(216,228,216)
#E3EAE4
(227,234,228)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B478; }

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

This text font color is #80B478.

Background Color

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

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

This div background color is #80B478.

Border color

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

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

This div border color is #80B478.

Opacity

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

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

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

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

This text has shadow with #80B478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B478.

Preview

Color preview on black background

This text has color #80B478 on black background.


Color preview on white background

This text has color #80B478 on white background.


Black color preview on #80B478 background

This text has black color on #80B478 background.


White color preview on #80B478 background

This text has white color on #80B478 background.


Related colors

Complementary color

Complementary color for #hex is #7F4B87.


I love getcolorcode.com

Triadic colors

1 #7880B4 and #B47880 with #80B478 are triadic colors.

2 #78B480 and #B48078 with #80B478 are triadic colors.