COLOR #80B134

HEX: #80B134
RGB: (128,177,52)

Color info

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

RGB color model

#80B134 color RGB value is (128,177,52).

  • red value is 128;
  • green value is 177;
  • blue value is 52.
RGB:
(128,177,52)
(50%,69%,20%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 52 of 255 = 20%

128
177
52

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

Portions of RGB colors in percentages

R + G + B =
128 + 177 + 52 = 357 (100%)
R 128 of 357 ~ 35.85%
G 177 of 357 ~ 49.58%
B 52 of 357 ~ 14.57%

%35.85
%49.58
%14.57

CMYK color model

#80B134 color CMYK value is (28,0,71,31).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 70.62%
  • key color value is 30.59%
CMYK:
(28,0,71,31)
C28M0Y71K31 
(28%,0%,71%,31%)
(0.28/0.00/0.71/0.31)	

CMYK percentages

%27.68
%0
%70.62
%30.59

Codes

Color #80B134 in popluar color models

80B134
RGB12817752
HSL84°54.59%44.90%
HSB/HSV84°70.62%69.41%
CMYK27.68%0.00%70.62%
30.59%

Color #80B134 in popluar number systems.

HEX80B134
Decimal12817752
Binary1000000010110001110100
Octal20026164

Shades and tints

Shades of #80B134

#80B134
(128,177,52)
#75A130
(117,161,48)
#6A912C
(106,145,44)
#5F8128
(95,129,40)
#547124
(84,113,36)
#496120
(73,97,32)
#3E511C
(62,81,28)
#334118
(51,65,24)
#283114
(40,49,20)
#1D2110
(29,33,16)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #80B134

#80B134
(128,177,52)
#8BB846
(139,184,70)
#96BF58
(150,191,88)
#A1C66A
(161,198,106)
#ACCD7C
(172,205,124)
#B7D48E
(183,212,142)
#C2DBA0
(194,219,160)
#CDE2B2
(205,226,178)
#D8E9C4
(216,233,196)
#E3F0D6
(227,240,214)
#EEF7E8
(238,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B134 color. Also use rgb(128,177,52) instead hex code.

Text Font Color

.myTextColor { color: #80B134; }

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

This text font color is #80B134.


Background Color

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

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

This div background color is #80B134.


Border color

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

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

This div border color is #80B134.


Opacity

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

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

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

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

This text has shadow with #80B134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B134 on black background.


Color preview on white background

This text has color #80B134 on white background.



Black color preview on #80B134 background

This text has black color on #80B134 background.


White color preview on #80B134 background

This text has white color on #80B134 background.