COLOR #80A590

HEX: #80A590
RGB: (128,165,144)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

128
165
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 165 + 144 = 437 (100%)
R 128 of 437 ~ 29.29%
G 165 of 437 ~ 37.76%
B 144 of 437 ~ 32.95%

%29.29
%37.76
%32.95

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%22.42
%0
%12.73
%35.29

Codes

Color #80A590 in popluar color models

80A590
RGB128165144
HSL146°17.05%57.45%
HSB/HSV146°22.42%64.71%
CMYK22.42%0.00%12.73%
35.29%

Color #80A590 in popluar number systems.

HEX80A590
Decimal128165144
Binary100000001010010110010000
Octal200245220

Shades and tints

Shades of #80A590

#80A590
(128,165,144)
#759683
(117,150,131)
#6A8776
(106,135,118)
#5F7869
(95,120,105)
#54695C
(84,105,92)
#495A4F
(73,90,79)
#3E4B42
(62,75,66)
#333C35
(51,60,53)
#282D28
(40,45,40)
#1D1E1B
(29,30,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #80A590

#80A590
(128,165,144)
#8BAD9A
(139,173,154)
#96B5A4
(150,181,164)
#A1BDAE
(161,189,174)
#ACC5B8
(172,197,184)
#B7CDC2
(183,205,194)
#C2D5CC
(194,213,204)
#CDDDD6
(205,221,214)
#D8E5E0
(216,229,224)
#E3EDEA
(227,237,234)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A590; }

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

This text font color is #80A590.


Background Color

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

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

This div background color is #80A590.


Border color

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

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

This div border color is #80A590.


Opacity

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

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

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

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

This text has shadow with #80A590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A590 on black background.


Color preview on white background

This text has color #80A590 on white background.



Black color preview on #80A590 background

This text has black color on #80A590 background.


White color preview on #80A590 background

This text has white color on #80A590 background.