COLOR #807080

HEX: #807080
RGB: (128,112,128)

Renk bilgisi

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

RGB renk modeli

#807080 color RGB value is (128,112,128).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 112 of 255 = 44%
B 128 of 255 = 50%

128
112
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 112 + 128 = 368 (100%)
R 128 of 368 ~ 34.78%
G 112 of 368 ~ 30.43%
B 128 of 368 ~ 34.78%

%34.78
%30.43
%34.78

CMYK RENK MODELİ

#807080 rengi CMYK tonu (0,13,0,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(0,13,0,50)
C0M13Y0K50 
(0%,13%,0%,50%)
(0.00/0.13/0.00/0.50)	

CMYK yüzdeleri

%0
%12.5
%0
%49.8

Codes

Color #807080 in popluar color models

807080
RGB128112128
HSL300°6.67%47.06%
HSB/HSV300°12.50%50.20%
CMYK0.00%12.50%0.00%
49.80%

Color #807080 in popluar number systems.

HEX807080
Decimal128112128
Binary10000000111000010000000
Octal200160200

Shades and tints

Shades of #807080

#807080
(128,112,128)
#756675
(117,102,117)
#6A5C6A
(106,92,106)
#5F525F
(95,82,95)
#544854
(84,72,84)
#493E49
(73,62,73)
#3E343E
(62,52,62)
#332A33
(51,42,51)
#282028
(40,32,40)
#1D161D
(29,22,29)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #807080

#807080
(128,112,128)
#8B7D8B
(139,125,139)
#968A96
(150,138,150)
#A197A1
(161,151,161)
#ACA4AC
(172,164,172)
#B7B1B7
(183,177,183)
#C2BEC2
(194,190,194)
#CDCBCD
(205,203,205)
#D8D8D8
(216,216,216)
#E3E5E3
(227,229,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807080; }

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

This text font color is #807080.


Background Color

.myBgColor { background-color: #807080; }

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

This div background color is #807080.


Border color

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

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

This div border color is #807080.


Opacity

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

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

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

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

This text has shadow with #807080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807080 on black background.


Color preview on white background

This text has color #807080 on white background.



Black color preview on #807080 background

This text has black color on #807080 background.


White color preview on #807080 background

This text has white color on #807080 background.