COLOR #80A35C

HEX: #80A35C
RGB: (128,163,92)

Color info

#80A35C contains mainly red and green colors. Web safe color of #80A35C is #669966 (or #696).

RGB color model

#80A35C color RGB value is (128,163,92).

  • red value is 128;
  • green value is 163;
  • blue value is 92.
RGB:
(128,163,92)
(50%,64%,36%)

RGB channels and saturation

R 128 of 255 = 50%
G 163 of 255 = 64%
B 92 of 255 = 36%

128
163
92

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

Portions of RGB colors in percentages

R + G + B =
128 + 163 + 92 = 383 (100%)
R 128 of 383 ~ 33.42%
G 163 of 383 ~ 42.56%
B 92 of 383 ~ 24.02%

%33.42
%42.56
%24.02

CMYK color model

#80A35C color CMYK value is (21,0,44,36).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(21,0,44,36)
C21M0Y44K36 
(21%,0%,44%,36%)
(0.21/0.00/0.44/0.36)	

CMYK percentages

%21.47
%0
%43.56
%36.08

Codes

Color #80A35C in popluar color models

80A35C
RGB12816392
HSL90°27.84%50.00%
HSB/HSV90°43.56%63.92%
CMYK21.47%0.00%43.56%
36.08%

Color #80A35C in popluar number systems.

HEX80A35C
Decimal12816392
Binary10000000101000111011100
Octal200243134

Shades and tints

Shades of #80A35C

#80A35C
(128,163,92)
#759554
(117,149,84)
#6A874C
(106,135,76)
#5F7944
(95,121,68)
#546B3C
(84,107,60)
#495D34
(73,93,52)
#3E4F2C
(62,79,44)
#334124
(51,65,36)
#28331C
(40,51,28)
#1D2514
(29,37,20)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #80A35C

#80A35C
(128,163,92)
#8BAB6A
(139,171,106)
#96B378
(150,179,120)
#A1BB86
(161,187,134)
#ACC394
(172,195,148)
#B7CBA2
(183,203,162)
#C2D3B0
(194,211,176)
#CDDBBE
(205,219,190)
#D8E3CC
(216,227,204)
#E3EBDA
(227,235,218)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A35C color. Also use rgb(128,163,92) instead hex code.

Text Font Color

.myTextColor { color: #80A35C; }

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

This text font color is #80A35C.


Background Color

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

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

This div background color is #80A35C.


Border color

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

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

This div border color is #80A35C.


Opacity

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

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

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

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

This text has shadow with #80A35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A35C on black background.


Color preview on white background

This text has color #80A35C on white background.



Black color preview on #80A35C background

This text has black color on #80A35C background.


White color preview on #80A35C background

This text has white color on #80A35C background.