COLOR #80B376

HEX: #80B376
RGB: (128,179,118)

Renk bilgisi

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

RGB renk modeli

#80B376 color RGB value is (128,179,118).

  • kırmız ton 128;
  • yeşil ton 179;
  • mavi ton 118.
RGB:
(128,179,118)
(50%,70%,46%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 179 of 255 = 70%
B 118 of 255 = 46%

128
179
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 179 + 118 = 425 (100%)
R 128 of 425 ~ 30.12%
G 179 of 425 ~ 42.12%
B 118 of 425 ~ 27.76%

%30.12
%42.12
%27.76

CMYK RENK MODELİ

#80B376 rengi CMYK tonu (28,0,34,30).

  • camgöbeği tonu 28.49%
  • eflatun tonu 0.00%
  • sarı tonu 34.08%
  • ana renk tonu 29.80%
CMYK:
(28,0,34,30)
C28M0Y34K30 
(28%,0%,34%,30%)
(0.28/0.00/0.34/0.30)	

CMYK yüzdeleri

%28.49
%0
%34.08
%29.8

Codes

Color #80B376 in popluar color models

80B376
RGB128179118
HSL110°28.64%58.24%
HSB/HSV110°34.08%70.20%
CMYK28.49%0.00%34.08%
29.80%

Color #80B376 in popluar number systems.

HEX80B376
Decimal128179118
Binary10000000101100111110110
Octal200263166

Shades and tints

Shades of #80B376

#80B376
(128,179,118)
#75A36C
(117,163,108)
#6A9362
(106,147,98)
#5F8358
(95,131,88)
#54734E
(84,115,78)
#496344
(73,99,68)
#3E533A
(62,83,58)
#334330
(51,67,48)
#283326
(40,51,38)
#1D231C
(29,35,28)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #80B376

#80B376
(128,179,118)
#8BB982
(139,185,130)
#96BF8E
(150,191,142)
#A1C59A
(161,197,154)
#ACCBA6
(172,203,166)
#B7D1B2
(183,209,178)
#C2D7BE
(194,215,190)
#CDDDCA
(205,221,202)
#D8E3D6
(216,227,214)
#E3E9E2
(227,233,226)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B376 color. Also use rgb(128,179,118) instead hex code.

Text Font Color

.myTextColor { color: #80B376; }

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

This text font color is #80B376.


Background Color

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

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

This div background color is #80B376.


Border color

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

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

This div border color is #80B376.


Opacity

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

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

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

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

This text has shadow with #80B376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B376 on black background.


Color preview on white background

This text has color #80B376 on white background.



Black color preview on #80B376 background

This text has black color on #80B376 background.


White color preview on #80B376 background

This text has white color on #80B376 background.