COLOR #828080

HEX: #828080
RGB: (130,128,128)

Renk bilgisi

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

RGB renk modeli

#828080 color RGB value is (130,128,128).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 128 of 255 = 50%
B 128 of 255 = 50%

130
128
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 128 + 128 = 386 (100%)
R 130 of 386 ~ 33.68%
G 128 of 386 ~ 33.16%
B 128 of 386 ~ 33.16%

%33.68
%33.16
%33.16

CMYK RENK MODELİ

#828080 rengi CMYK tonu (0,2,2,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.54%
  • sarı tonu 1.54%
  • ana renk tonu 49.02%
CMYK:
(0,2,2,49)
C0M2Y2K49 
(0%,2%,2%,49%)
(0.00/0.02/0.02/0.49)	

CMYK yüzdeleri

%0
%1.54
%1.54
%49.02

Codes

Color #828080 in popluar color models

828080
RGB130128128
HSL0.79%50.59%
HSB/HSV1.54%50.98%
CMYK0.00%1.54%1.54%
49.02%

Color #828080 in popluar number systems.

HEX828080
Decimal130128128
Binary100000101000000010000000
Octal202200200

Shades and tints

Shades of #828080

#828080
(130,128,128)
#777575
(119,117,117)
#6C6A6A
(108,106,106)
#615F5F
(97,95,95)
#565454
(86,84,84)
#4B4949
(75,73,73)
#403E3E
(64,62,62)
#353333
(53,51,51)
#2A2828
(42,40,40)
#1F1D1D
(31,29,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #828080

#828080
(130,128,128)
#8D8B8B
(141,139,139)
#989696
(152,150,150)
#A3A1A1
(163,161,161)
#AEACAC
(174,172,172)
#B9B7B7
(185,183,183)
#C4C2C2
(196,194,194)
#CFCDCD
(207,205,205)
#DAD8D8
(218,216,216)
#E5E3E3
(229,227,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828080; }

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

This text font color is #828080.


Background Color

.myBgColor { background-color: #828080; }

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

This div background color is #828080.


Border color

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

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

This div border color is #828080.


Opacity

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

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

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

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

This text has shadow with #828080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828080 on black background.


Color preview on white background

This text has color #828080 on white background.



Black color preview on #828080 background

This text has black color on #828080 background.


White color preview on #828080 background

This text has white color on #828080 background.