COLOR #80A243

HEX: #80A243
RGB: (128,162,67)

Color info

#80A243 contains mainly red and green colors. Web safe color of #80A243 is #669933 (or #693).

RGB color model

#80A243 color RGB value is (128,162,67).

  • red value is 128;
  • green value is 162;
  • blue value is 67.
RGB:
(128,162,67)
(50%,64%,26%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 67 of 255 = 26%

128
162
67

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

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 67 = 357 (100%)
R 128 of 357 ~ 35.85%
G 162 of 357 ~ 45.38%
B 67 of 357 ~ 18.77%

%35.85
%45.38
%18.77

CMYK color model

#80A243 color CMYK value is (21,0,59,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 58.64%
  • key color value is 36.47%
CMYK:
(21,0,59,36)
C21M0Y59K36 
(21%,0%,59%,36%)
(0.21/0.00/0.59/0.36)	

CMYK percentages

%20.99
%0
%58.64
%36.47

Codes

Color #80A243 in popluar color models

80A243
RGB12816267
HSL81°41.48%44.90%
HSB/HSV81°58.64%63.53%
CMYK20.99%0.00%58.64%
36.47%

Color #80A243 in popluar number systems.

HEX80A243
Decimal12816267
Binary10000000101000101000011
Octal200242103

Shades and tints

Shades of #80A243

#80A243
(128,162,67)
#75943D
(117,148,61)
#6A8637
(106,134,55)
#5F7831
(95,120,49)
#546A2B
(84,106,43)
#495C25
(73,92,37)
#3E4E1F
(62,78,31)
#334019
(51,64,25)
#283213
(40,50,19)
#1D240D
(29,36,13)
#121607
(18,22,7)
#000000
(0,0,0)

Tints of #80A243

#80A243
(128,162,67)
#8BAA54
(139,170,84)
#96B265
(150,178,101)
#A1BA76
(161,186,118)
#ACC287
(172,194,135)
#B7CA98
(183,202,152)
#C2D2A9
(194,210,169)
#CDDABA
(205,218,186)
#D8E2CB
(216,226,203)
#E3EADC
(227,234,220)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A243 color. Also use rgb(128,162,67) instead hex code.

Text Font Color

.myTextColor { color: #80A243; }

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

This text font color is #80A243.


Background Color

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

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

This div background color is #80A243.


Border color

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

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

This div border color is #80A243.


Opacity

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

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

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

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

This text has shadow with #80A243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A243 on black background.


Color preview on white background

This text has color #80A243 on white background.



Black color preview on #80A243 background

This text has black color on #80A243 background.


White color preview on #80A243 background

This text has white color on #80A243 background.