COLOR #80B079

HEX: #80B079
RGB: (128,176,121)

Renk bilgisi

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

RGB renk modeli

#80B079 color RGB value is (128,176,121).

  • kırmız ton 128;
  • yeşil ton 176;
  • mavi ton 121.
RGB:
(128,176,121)
(50%,69%,47%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 176 of 255 = 69%
B 121 of 255 = 47%

128
176
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 176 + 121 = 425 (100%)
R 128 of 425 ~ 30.12%
G 176 of 425 ~ 41.41%
B 121 of 425 ~ 28.47%

%30.12
%41.41
%28.47

CMYK RENK MODELİ

#80B079 rengi CMYK tonu (27,0,31,31).

  • camgöbeği tonu 27.27%
  • eflatun tonu 0.00%
  • sarı tonu 31.25%
  • ana renk tonu 30.98%
CMYK:
(27,0,31,31)
C27M0Y31K31 
(27%,0%,31%,31%)
(0.27/0.00/0.31/0.31)	

CMYK yüzdeleri

%27.27
%0
%31.25
%30.98

Codes

Color #80B079 in popluar color models

80B079
RGB128176121
HSL112°25.82%58.24%
HSB/HSV112°31.25%69.02%
CMYK27.27%0.00%31.25%
30.98%

Color #80B079 in popluar number systems.

HEX80B079
Decimal128176121
Binary10000000101100001111001
Octal200260171

Shades and tints

Shades of #80B079

#80B079
(128,176,121)
#75A06E
(117,160,110)
#6A9063
(106,144,99)
#5F8058
(95,128,88)
#54704D
(84,112,77)
#496042
(73,96,66)
#3E5037
(62,80,55)
#33402C
(51,64,44)
#283021
(40,48,33)
#1D2016
(29,32,22)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #80B079

#80B079
(128,176,121)
#8BB785
(139,183,133)
#96BE91
(150,190,145)
#A1C59D
(161,197,157)
#ACCCA9
(172,204,169)
#B7D3B5
(183,211,181)
#C2DAC1
(194,218,193)
#CDE1CD
(205,225,205)
#D8E8D9
(216,232,217)
#E3EFE5
(227,239,229)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B079; }

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

This text font color is #80B079.


Background Color

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

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

This div background color is #80B079.


Border color

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

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

This div border color is #80B079.


Opacity

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

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

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

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

This text has shadow with #80B079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B079 on black background.


Color preview on white background

This text has color #80B079 on white background.



Black color preview on #80B079 background

This text has black color on #80B079 background.


White color preview on #80B079 background

This text has white color on #80B079 background.