COLOR #80A463

HEX: #80A463
RGB: (128,164,99)

Renk bilgisi

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

RGB renk modeli

#80A463 color RGB value is (128,164,99).

  • kırmız ton 128;
  • yeşil ton 164;
  • mavi ton 99.
RGB:
(128,164,99)
(50%,64%,39%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 164 of 255 = 64%
B 99 of 255 = 39%

128
164
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 164 + 99 = 391 (100%)
R 128 of 391 ~ 32.74%
G 164 of 391 ~ 41.94%
B 99 of 391 ~ 25.32%

%32.74
%41.94
%25.32

CMYK RENK MODELİ

#80A463 rengi CMYK tonu (22,0,40,36).

  • camgöbeği tonu 21.95%
  • eflatun tonu 0.00%
  • sarı tonu 39.63%
  • ana renk tonu 35.69%
CMYK:
(22,0,40,36)
C22M0Y40K36 
(22%,0%,40%,36%)
(0.22/0.00/0.40/0.36)	

CMYK yüzdeleri

%21.95
%0
%39.63
%35.69

Codes

Color #80A463 in popluar color models

80A463
RGB12816499
HSL93°26.32%51.57%
HSB/HSV93°39.63%64.31%
CMYK21.95%0.00%39.63%
35.69%

Color #80A463 in popluar number systems.

HEX80A463
Decimal12816499
Binary10000000101001001100011
Octal200244143

Shades and tints

Shades of #80A463

#80A463
(128,164,99)
#75965A
(117,150,90)
#6A8851
(106,136,81)
#5F7A48
(95,122,72)
#546C3F
(84,108,63)
#495E36
(73,94,54)
#3E502D
(62,80,45)
#334224
(51,66,36)
#28341B
(40,52,27)
#1D2612
(29,38,18)
#121809
(18,24,9)
#000000
(0,0,0)

Tints of #80A463

#80A463
(128,164,99)
#8BAC71
(139,172,113)
#96B47F
(150,180,127)
#A1BC8D
(161,188,141)
#ACC49B
(172,196,155)
#B7CCA9
(183,204,169)
#C2D4B7
(194,212,183)
#CDDCC5
(205,220,197)
#D8E4D3
(216,228,211)
#E3ECE1
(227,236,225)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A463 color. Also use rgb(128,164,99) instead hex code.

Text Font Color

.myTextColor { color: #80A463; }

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

This text font color is #80A463.


Background Color

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

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

This div background color is #80A463.


Border color

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

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

This div border color is #80A463.


Opacity

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

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

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

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

This text has shadow with #80A463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A463 on black background.


Color preview on white background

This text has color #80A463 on white background.



Black color preview on #80A463 background

This text has black color on #80A463 background.


White color preview on #80A463 background

This text has white color on #80A463 background.