COLOR #828580

HEX: #828580
RGB: (130,133,128)

Renk bilgisi

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

RGB renk modeli

#828580 color RGB value is (130,133,128).

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

RGB bağlantıları ve doygunluk

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

130
133
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 133 + 128 = 391 (100%)
R 130 of 391 ~ 33.25%
G 133 of 391 ~ 34.02%
B 128 of 391 ~ 32.74%

%33.25
%34.02
%32.74

CMYK RENK MODELİ

#828580 rengi CMYK tonu (2,0,4,48).

  • camgöbeği tonu 2.26%
  • eflatun tonu 0.00%
  • sarı tonu 3.76%
  • ana renk tonu 47.84%
CMYK:
(2,0,4,48)
C2M0Y4K48 
(2%,0%,4%,48%)
(0.02/0.00/0.04/0.48)	

CMYK yüzdeleri

%2.26
%0
%3.76
%47.84

Codes

Color #828580 in popluar color models

828580
RGB130133128
HSL96°2.01%51.18%
HSB/HSV96°3.76%52.16%
CMYK2.26%0.00%3.76%
47.84%

Color #828580 in popluar number systems.

HEX828580
Decimal130133128
Binary100000101000010110000000
Octal202205200

Shades and tints

Shades of #828580

#828580
(130,133,128)
#777975
(119,121,117)
#6C6D6A
(108,109,106)
#61615F
(97,97,95)
#565554
(86,85,84)
#4B4949
(75,73,73)
#403D3E
(64,61,62)
#353133
(53,49,51)
#2A2528
(42,37,40)
#1F191D
(31,25,29)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #828580

#828580
(130,133,128)
#8D908B
(141,144,139)
#989B96
(152,155,150)
#A3A6A1
(163,166,161)
#AEB1AC
(174,177,172)
#B9BCB7
(185,188,183)
#C4C7C2
(196,199,194)
#CFD2CD
(207,210,205)
#DADDD8
(218,221,216)
#E5E8E3
(229,232,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828580; }

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

This text font color is #828580.


Background Color

.myBgColor { background-color: #828580; }

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

This div background color is #828580.


Border color

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

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

This div border color is #828580.


Opacity

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

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

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

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

This text has shadow with #828580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828580 on black background.


Color preview on white background

This text has color #828580 on white background.



Black color preview on #828580 background

This text has black color on #828580 background.


White color preview on #828580 background

This text has white color on #828580 background.