COLOR #809080

HEX: #809080
RGB: (128,144,128)

Renk bilgisi

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

RGB renk modeli

#809080 color RGB value is (128,144,128).

  • kırmız ton 128;
  • yeşil ton 144;
  • mavi ton 128.
RGB:
(128,144,128)
(50%,56%,50%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 144 of 255 = 56%
B 128 of 255 = 50%

128
144
128

R + G + B ~ 52%. #809080 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 144 + 128 = 400 (100%)
R 128 of 400 ~ 32%
G 144 of 400 ~ 36%
B 128 of 400 ~ 32%

%32
%36
%32

CMYK RENK MODELİ

#809080 rengi CMYK tonu (11,0,11,44).

  • camgöbeği tonu 11.11%
  • eflatun tonu 0.00%
  • sarı tonu 11.11%
  • ana renk tonu 43.53%
CMYK:
(11,0,11,44)
C11M0Y11K44 
(11%,0%,11%,44%)
(0.11/0.00/0.11/0.44)	

CMYK yüzdeleri

%11.11
%0
%11.11
%43.53

Codes

Color #809080 in popluar color models

809080
RGB128144128
HSL120°6.72%53.33%
HSB/HSV120°11.11%56.47%
CMYK11.11%0.00%11.11%
43.53%

Color #809080 in popluar number systems.

HEX809080
Decimal128144128
Binary100000001001000010000000
Octal200220200

Shades and tints

Shades of #809080

#809080
(128,144,128)
#758375
(117,131,117)
#6A766A
(106,118,106)
#5F695F
(95,105,95)
#545C54
(84,92,84)
#494F49
(73,79,73)
#3E423E
(62,66,62)
#333533
(51,53,51)
#282828
(40,40,40)
#1D1B1D
(29,27,29)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #809080

#809080
(128,144,128)
#8B9A8B
(139,154,139)
#96A496
(150,164,150)
#A1AEA1
(161,174,161)
#ACB8AC
(172,184,172)
#B7C2B7
(183,194,183)
#C2CCC2
(194,204,194)
#CDD6CD
(205,214,205)
#D8E0D8
(216,224,216)
#E3EAE3
(227,234,227)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809080 color. Also use rgb(128,144,128) instead hex code.

Text Font Color

.myTextColor { color: #809080; }

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

This text font color is #809080.


Background Color

.myBgColor { background-color: #809080; }

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

This div background color is #809080.


Border color

.myBorderColor { border: 1px solid #809080; }

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

This div border color is #809080.


Opacity

.myOpacity80 { color: #809080; opacity: 0.8; }

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

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

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

This text has shadow with #809080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809080 on black background.


Color preview on white background

This text has color #809080 on white background.



Black color preview on #809080 background

This text has black color on #809080 background.


White color preview on #809080 background

This text has white color on #809080 background.