COLOR #80B365

HEX: #80B365
RGB: (128,179,101)

Color info

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

RGB color model

#80B365 color RGB value is (128,179,101).

  • red value is 128;
  • green value is 179;
  • blue value is 101.
RGB:
(128,179,101)
(50%,70%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 179 of 255 = 70%
B 101 of 255 = 40%

128
179
101

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

Portions of RGB colors in percentages

R + G + B =
128 + 179 + 101 = 408 (100%)
R 128 of 408 ~ 31.37%
G 179 of 408 ~ 43.87%
B 101 of 408 ~ 24.75%

%31.37
%43.87
%24.75

CMYK color model

#80B365 color CMYK value is (28,0,44,30).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 43.58%
  • key color value is 29.80%
CMYK:
(28,0,44,30)
C28M0Y44K30 
(28%,0%,44%,30%)
(0.28/0.00/0.44/0.30)	

CMYK percentages

%28.49
%0
%43.58
%29.8

Codes

Color #80B365 in popluar color models

80B365
RGB128179101
HSL99°33.91%54.90%
HSB/HSV99°43.58%70.20%
CMYK28.49%0.00%43.58%
29.80%

Color #80B365 in popluar number systems.

HEX80B365
Decimal128179101
Binary10000000101100111100101
Octal200263145

Shades and tints

Shades of #80B365

#80B365
(128,179,101)
#75A35C
(117,163,92)
#6A9353
(106,147,83)
#5F834A
(95,131,74)
#547341
(84,115,65)
#496338
(73,99,56)
#3E532F
(62,83,47)
#334326
(51,67,38)
#28331D
(40,51,29)
#1D2314
(29,35,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #80B365

#80B365
(128,179,101)
#8BB973
(139,185,115)
#96BF81
(150,191,129)
#A1C58F
(161,197,143)
#ACCB9D
(172,203,157)
#B7D1AB
(183,209,171)
#C2D7B9
(194,215,185)
#CDDDC7
(205,221,199)
#D8E3D5
(216,227,213)
#E3E9E3
(227,233,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B365 color. Also use rgb(128,179,101) instead hex code.

Text Font Color

.myTextColor { color: #80B365; }

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

This text font color is #80B365.


Background Color

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

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

This div background color is #80B365.


Border color

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

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

This div border color is #80B365.


Opacity

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

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

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

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

This text has shadow with #80B365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B365 on black background.


Color preview on white background

This text has color #80B365 on white background.



Black color preview on #80B365 background

This text has black color on #80B365 background.


White color preview on #80B365 background

This text has white color on #80B365 background.