COLOR #80B581

HEX: #80B581
RGB: (128,181,129)

Renk bilgisi

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

RGB renk modeli

#80B581 color RGB value is (128,181,129).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 181 of 255 = 71%
B 129 of 255 = 51%

128
181
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 181 + 129 = 438 (100%)
R 128 of 438 ~ 29.22%
G 181 of 438 ~ 41.32%
B 129 of 438 ~ 29.45%

%29.22
%41.32
%29.45

CMYK RENK MODELİ

#80B581 rengi CMYK tonu (29,0,29,29).

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

CMYK yüzdeleri

%29.28
%0
%28.73
%29.02

Codes

Color #80B581 in popluar color models

80B581
RGB128181129
HSL121°26.37%60.59%
HSB/HSV121°29.28%70.98%
CMYK29.28%0.00%28.73%
29.02%

Color #80B581 in popluar number systems.

HEX80B581
Decimal128181129
Binary100000001011010110000001
Octal200265201

Shades and tints

Shades of #80B581

#80B581
(128,181,129)
#75A576
(117,165,118)
#6A956B
(106,149,107)
#5F8560
(95,133,96)
#547555
(84,117,85)
#49654A
(73,101,74)
#3E553F
(62,85,63)
#334534
(51,69,52)
#283529
(40,53,41)
#1D251E
(29,37,30)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80B581

#80B581
(128,181,129)
#8BBB8C
(139,187,140)
#96C197
(150,193,151)
#A1C7A2
(161,199,162)
#ACCDAD
(172,205,173)
#B7D3B8
(183,211,184)
#C2D9C3
(194,217,195)
#CDDFCE
(205,223,206)
#D8E5D9
(216,229,217)
#E3EBE4
(227,235,228)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B581; }

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

This text font color is #80B581.


Background Color

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

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

This div background color is #80B581.


Border color

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

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

This div border color is #80B581.


Opacity

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

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

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

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

This text has shadow with #80B581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B581 on black background.


Color preview on white background

This text has color #80B581 on white background.



Black color preview on #80B581 background

This text has black color on #80B581 background.


White color preview on #80B581 background

This text has white color on #80B581 background.