HEX: #828984
RGB: (130,137,132)
#828984 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #828984 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #828984 wird in RGB als (130,137,132) definiert.
RGB: (130,137,132) (51%,54%,52%)
R 130 von 255 = 51%
G 137 von 255 = 54%
B 132 von 255 = 52%
R + G + B ~ 52%. #828984 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
130 + 137 + 132 = 399 (100%)
R 130 von 399 ~ 32.58%
G 137 von 399 ~ 34.34%
B 132 von 399 ~ 33.08%
Die Farbe #828984 wird in CMYK als (5,0,4,46) definiert.
CMYK: (5,0,4,46) C5M0Y4K46 (5%,0%,4%,46%) (0.05/0.00/0.04/0.46)
82 | 89 | 84 | |
---|---|---|---|
RGB | 130 | 137 | 132 |
HSL | 137° | 2.88% | 52.35% |
HSB/HSV | 137° | 5.11% | 53.73% |
CMYK | 5.11% | 0.00% | 3.65% |
46.27% |
Hexadezimal | 82 | 89 | 84 |
Dezimal | 130 | 137 | 132 |
Binär | 10000010 | 10001001 | 10000100 |
Oktal | 202 | 211 | 204 |
Beispiele css- und html für Elemente in der Farbe #828984. Bitte benutzen Sie auch rgb(130,137,132) statt hex-Code.
.myTextColor { color: #828984; }
<p style="color:#828984">This sample text font color is #828984.</p>
Die Farbe dieses Textes ist #828984.
.myBgColor { background-color: #828984; }
<div style="background-color:#828984">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #828984.
.myBorderColor { border: 1px solid #828984; }
<div style="border:3px solid #828984">Div</div>
Die Grenzen von diesem div sind in Farbe #828984.
.myOpacity80 { color: #828984; opacity: 0.8; }
<p style="color:#828984;opacity:0.8;">80%</p>
Text in Farbe #828984 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #828984;}
<p style="text-shadow: 3px 3px 1px #828984">Text here.</p>
Dieser Text hat den Schatten in Farbe #828984.
.textShadow {text-shadow: 3px 3px 1px #828984, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #828984, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #828984 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#828984, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#828984, Direction=45, Strength=4)">Text</p>
This text has shadow with #828984 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #828984; -webkit-box-shadow: 1px 1px 3px 2px #828984; box-shadow: 1px 1px 3px 2px #828984; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #828984; -webkit-box-shadow: 1px 1px 3px 2px #828984; box-shadow:1px 1px 3px 2px #828984;">
Div content here</div>
Dieser Text ist in der Farbe #828984 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #828984 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #828984.
Dieser Text ist weiß auf dem Hintergrund in Farbe #828984.