COLOR #80B67C

HEX: #80B67C RGB: (128,182,124)

Color info

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

RGB color model

#80B67C color RGB value is (128,182,124).

RGB: (128,182,124) (50%, 71%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 182 of 255 = 71%
B 124 of 255 = 49%

128
182
124

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

Portions of RGB colors in percentages

R + G + B = 128 + 182 + 124 = 434 (100%)
R 128 of 434 ~ 29.49%
G 182 of 434 ~ 41.94%
B 124 of 434 ~ 28.57'%

%29.49
%41.94
%28.57

CMYK color model

#80B67C color CMYK value is (30,0,32,29).

  • cyan value is 29.67%
  • magenta value is 0.00%
  • yellow value is 31.87%
  • key color value is 28.63%

CMYK: (30,0,32,29)
C30M0Y32K29 (30%, 0%, 32%, 29%)
(0.30 / 0.00 / 0.32 / 0.29)

CMYK percentages

%29.67
%0
%31.87
%28.63

Codes

Color #80B67C in popluar color models

80 B6 7C
RGB 128 182 124
HSL 116° 28.43% 60.00%
HSB/HSV 116° 31.87% 71.37%
CMYK 29.67% 0.00% 31.87%
28.63%

Color #80B67C in popluar number systems.

HEX 80 B6 7C
Decimal 128 182 124
Binary 10000000 10110110 1111100
Octal 200 266 174

Shades and tints

Shades of #80B67C

#80B67C
(128,182,124)
#75A671
(117,166,113)
#6A9666
(106,150,102)
#5F865B
(95,134,91)
#547650
(84,118,80)
#496645
(73,102,69)
#3E563A
(62,86,58)
#33462F
(51,70,47)
#283624
(40,54,36)
#1D2619
(29,38,25)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #80B67C

#80B67C
(128,182,124)
#8BBC87
(139,188,135)
#96C292
(150,194,146)
#A1C89D
(161,200,157)
#ACCEA8
(172,206,168)
#B7D4B3
(183,212,179)
#C2DABE
(194,218,190)
#CDE0C9
(205,224,201)
#D8E6D4
(216,230,212)
#E3ECDF
(227,236,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B67C color. Also use rgb(128,182,124) instead hex code.

Text Font Color

.myTextColor { color: #80B67C; }

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

This text font color is #80B67C.

Background Color

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

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

This div background color is #80B67C.

Border color

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

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

This div border color is #80B67C.

Opacity

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

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

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

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

This text has shadow with #80B67C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B67C.

Preview

Color preview on black background

This text has color #80B67C on black background.


Color preview on white background

This text has color #80B67C on white background.


Black color preview on #80B67C background

This text has black color on #80B67C background.


White color preview on #80B67C background

This text has white color on #80B67C background.


Related colors

Complementary color

Complementary color for #hex is #7F4983.


I love getcolorcode.com

Triadic colors

1 #7C80B6 and #B67C80 with #80B67C are triadic colors.

2 #7CB680 and #B6807C with #80B67C are triadic colors.