COLOR #80A059

HEX: #80A059
RGB: (128,160,89)

Renk bilgisi

#80A059 contains mainly red and green colors. #80A059 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#80A059 color RGB value is (128,160,89).

  • kırmız ton 128;
  • yeşil ton 160;
  • mavi ton 89.
RGB:
(128,160,89)
(50%,63%,35%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 160 of 255 = 63%
B 89 of 255 = 35%

128
160
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 160 + 89 = 377 (100%)
R 128 of 377 ~ 33.95%
G 160 of 377 ~ 42.44%
B 89 of 377 ~ 23.61%

%33.95
%42.44
%23.61

CMYK RENK MODELİ

#80A059 rengi CMYK tonu (20,0,44,37).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 44.38%
  • ana renk tonu 37.25%
CMYK:
(20,0,44,37)
C20M0Y44K37 
(20%,0%,44%,37%)
(0.20/0.00/0.44/0.37)	

CMYK yüzdeleri

%20
%0
%44.38
%37.25

Codes

Color #80A059 in popluar color models

80A059
RGB12816089
HSL87°28.51%48.82%
HSB/HSV87°44.38%62.75%
CMYK20.00%0.00%44.38%
37.25%

Color #80A059 in popluar number systems.

HEX80A059
Decimal12816089
Binary10000000101000001011001
Octal200240131

Shades and tints

Shades of #80A059

#80A059
(128,160,89)
#759251
(117,146,81)
#6A8449
(106,132,73)
#5F7641
(95,118,65)
#546839
(84,104,57)
#495A31
(73,90,49)
#3E4C29
(62,76,41)
#333E21
(51,62,33)
#283019
(40,48,25)
#1D2211
(29,34,17)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #80A059

#80A059
(128,160,89)
#8BA868
(139,168,104)
#96B077
(150,176,119)
#A1B886
(161,184,134)
#ACC095
(172,192,149)
#B7C8A4
(183,200,164)
#C2D0B3
(194,208,179)
#CDD8C2
(205,216,194)
#D8E0D1
(216,224,209)
#E3E8E0
(227,232,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A059; }

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

This text font color is #80A059.


Background Color

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

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

This div background color is #80A059.


Border color

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

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

This div border color is #80A059.


Opacity

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

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

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

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

This text has shadow with #80A059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A059 on black background.


Color preview on white background

This text has color #80A059 on white background.



Black color preview on #80A059 background

This text has black color on #80A059 background.


White color preview on #80A059 background

This text has white color on #80A059 background.