COLOR #80A580

HEX: #80A580
RGB: (128,165,128)

Renk bilgisi

#80A580 contains red, green and blue colors in about the same proportion. #80A580 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#80A580 color RGB value is (128,165,128).

  • kırmız ton 128;
  • yeşil ton 165;
  • mavi ton 128.
RGB:
(128,165,128)
(50%,65%,50%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 165 of 255 = 65%
B 128 of 255 = 50%

128
165
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 165 + 128 = 421 (100%)
R 128 of 421 ~ 30.4%
G 165 of 421 ~ 39.19%
B 128 of 421 ~ 30.4%

%30.4
%39.19
%30.4

CMYK RENK MODELİ

#80A580 rengi CMYK tonu (22,0,22,35).

  • camgöbeği tonu 22.42%
  • eflatun tonu 0.00%
  • sarı tonu 22.42%
  • ana renk tonu 35.29%
CMYK:
(22,0,22,35)
C22M0Y22K35 
(22%,0%,22%,35%)
(0.22/0.00/0.22/0.35)	

CMYK yüzdeleri

%22.42
%0
%22.42
%35.29

Codes

Color #80A580 in popluar color models

80A580
RGB128165128
HSL120°17.05%57.45%
HSB/HSV120°22.42%64.71%
CMYK22.42%0.00%22.42%
35.29%

Color #80A580 in popluar number systems.

HEX80A580
Decimal128165128
Binary100000001010010110000000
Octal200245200

Shades and tints

Shades of #80A580

#80A580
(128,165,128)
#759675
(117,150,117)
#6A876A
(106,135,106)
#5F785F
(95,120,95)
#546954
(84,105,84)
#495A49
(73,90,73)
#3E4B3E
(62,75,62)
#333C33
(51,60,51)
#282D28
(40,45,40)
#1D1E1D
(29,30,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #80A580

#80A580
(128,165,128)
#8BAD8B
(139,173,139)
#96B596
(150,181,150)
#A1BDA1
(161,189,161)
#ACC5AC
(172,197,172)
#B7CDB7
(183,205,183)
#C2D5C2
(194,213,194)
#CDDDCD
(205,221,205)
#D8E5D8
(216,229,216)
#E3EDE3
(227,237,227)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A580; }

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

This text font color is #80A580.


Background Color

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

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

This div background color is #80A580.


Border color

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

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

This div border color is #80A580.


Opacity

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

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

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

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

This text has shadow with #80A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A580 on black background.


Color preview on white background

This text has color #80A580 on white background.



Black color preview on #80A580 background

This text has black color on #80A580 background.


White color preview on #80A580 background

This text has white color on #80A580 background.