COLOR #80A055

HEX: #80A055
RGB: (128,160,85)

Color info

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

RGB color model

#80A055 color RGB value is (128,160,85).

  • red value is 128;
  • green value is 160;
  • blue value is 85.
RGB:
(128,160,85)
(50%,63%,33%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 85 of 255 = 33%

128
160
85

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

Portions of RGB colors in percentages

R + G + B =
128 + 160 + 85 = 373 (100%)
R 128 of 373 ~ 34.32%
G 160 of 373 ~ 42.9%
B 85 of 373 ~ 22.79%

%34.32
%42.9
%22.79

CMYK color model

#80A055 color CMYK value is (20,0,47,37).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 37.25%
CMYK:
(20,0,47,37)
C20M0Y47K37 
(20%,0%,47%,37%)
(0.20/0.00/0.47/0.37)	

CMYK percentages

%20
%0
%46.88
%37.25

Codes

Color #80A055 in popluar color models

80A055
RGB12816085
HSL86°30.61%48.04%
HSB/HSV86°46.88%62.75%
CMYK20.00%0.00%46.88%
37.25%

Color #80A055 in popluar number systems.

HEX80A055
Decimal12816085
Binary10000000101000001010101
Octal200240125

Shades and tints

Shades of #80A055

#80A055
(128,160,85)
#75924E
(117,146,78)
#6A8447
(106,132,71)
#5F7640
(95,118,64)
#546839
(84,104,57)
#495A32
(73,90,50)
#3E4C2B
(62,76,43)
#333E24
(51,62,36)
#28301D
(40,48,29)
#1D2216
(29,34,22)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #80A055

#80A055
(128,160,85)
#8BA864
(139,168,100)
#96B073
(150,176,115)
#A1B882
(161,184,130)
#ACC091
(172,192,145)
#B7C8A0
(183,200,160)
#C2D0AF
(194,208,175)
#CDD8BE
(205,216,190)
#D8E0CD
(216,224,205)
#E3E8DC
(227,232,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A055 color. Also use rgb(128,160,85) instead hex code.

Text Font Color

.myTextColor { color: #80A055; }

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

This text font color is #80A055.


Background Color

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

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

This div background color is #80A055.


Border color

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

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

This div border color is #80A055.


Opacity

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

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

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

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

This text has shadow with #80A055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A055 on black background.


Color preview on white background

This text has color #80A055 on white background.



Black color preview on #80A055 background

This text has black color on #80A055 background.


White color preview on #80A055 background

This text has white color on #80A055 background.