COLOR #80B584

HEX: #80B584
RGB: (128,181,132)

Renk bilgisi

#80B584 contains red, green and blue colors in about the same proportion. #80B584 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#80B584 color RGB value is (128,181,132).

  • kırmız ton 128;
  • yeşil ton 181;
  • mavi ton 132.
RGB:
(128,181,132)
(50%,71%,52%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 181 of 255 = 71%
B 132 of 255 = 52%

128
181
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 181 + 132 = 441 (100%)
R 128 of 441 ~ 29.02%
G 181 of 441 ~ 41.04%
B 132 of 441 ~ 29.93%

%29.02
%41.04
%29.93

CMYK RENK MODELİ

#80B584 rengi CMYK tonu (29,0,27,29).

  • camgöbeği tonu 29.28%
  • eflatun tonu 0.00%
  • sarı tonu 27.07%
  • ana renk tonu 29.02%
CMYK:
(29,0,27,29)
C29M0Y27K29 
(29%,0%,27%,29%)
(0.29/0.00/0.27/0.29)	

CMYK yüzdeleri

%29.28
%0
%27.07
%29.02

Codes

Color #80B584 in popluar color models

80B584
RGB128181132
HSL125°26.37%60.59%
HSB/HSV125°29.28%70.98%
CMYK29.28%0.00%27.07%
29.02%

Color #80B584 in popluar number systems.

HEX80B584
Decimal128181132
Binary100000001011010110000100
Octal200265204

Shades and tints

Shades of #80B584

#80B584
(128,181,132)
#75A578
(117,165,120)
#6A956C
(106,149,108)
#5F8560
(95,133,96)
#547554
(84,117,84)
#496548
(73,101,72)
#3E553C
(62,85,60)
#334530
(51,69,48)
#283524
(40,53,36)
#1D2518
(29,37,24)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #80B584

#80B584
(128,181,132)
#8BBB8F
(139,187,143)
#96C19A
(150,193,154)
#A1C7A5
(161,199,165)
#ACCDB0
(172,205,176)
#B7D3BB
(183,211,187)
#C2D9C6
(194,217,198)
#CDDFD1
(205,223,209)
#D8E5DC
(216,229,220)
#E3EBE7
(227,235,231)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B584; }

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

This text font color is #80B584.


Background Color

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

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

This div background color is #80B584.


Border color

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

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

This div border color is #80B584.


Opacity

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

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

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

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

This text has shadow with #80B584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B584 on black background.


Color preview on white background

This text has color #80B584 on white background.



Black color preview on #80B584 background

This text has black color on #80B584 background.


White color preview on #80B584 background

This text has white color on #80B584 background.