HEX: #828A6B
RGB: (130,138,107)
#828A6B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #828A6B ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #828A6B wird in RGB als (130,138,107) definiert.
RGB: (130,138,107)
(51%, 54%, 42%)
R 130 von 255 = 51%
G 138 von 255 = 54%
B 107 von 255 = 42%
R + G + B ~ 49%. #828A6B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 130 + 138 + 107 = 375 (100%)
R 130 von 375 ~ 34.67%
G 138 von 375 ~ 36.8%
B 107 von 375 ~ 28.53'%
Die Farbe #828A6B wird in CMYK als (6,0,22,46) definiert.
CMYK: (6,0,22,46) C6M0Y22K46 (6%,0%,22%,46%) (0.06/0.00/0.22/0.46)
Farbe #828A6B in den populären Farbmodellen.
82 | 8A | 6B | |
---|---|---|---|
RGB | 130 | 138 | 107 |
HSL | 75° | 12.65% | 48.04% |
HSB/HSV | 75° | 22.46% | 54.12% |
CMYK | 5.80% | 0.00% | 22.46% |
45.88% |
Die Farbe #828A6B in den populären Zahlensystemen.
Hexadezimal | 82 | 8A | 6B |
Dezimal | 130 | 138 | 107 |
Binär | 10000010 | 10001010 | 1101011 |
Oktal | 202 | 212 | 153 |
Dunkle Töne der Farbe #828A6B
Helle Töne der Farbe #828A6B
Beispiele css- und html für Elemente in der Farbe #828A6B. Bitte benutzen Sie auch rgb(130,138,107) statt hex-Code.
.myTextColor { color: #828A6B; }
<p style="color:#828A6B">This sample text font color is #828A6B.</p>
Die Farbe dieses Textes ist #828A6B.
.myBgColor { background-color: #828A6B; }
<div style="background-color:#828A6B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #828A6B.
.myBorderColor { border: 1px solid #828A6B; }
<div style="border:3px solid #828A6B">Div</div>
Die Grenzen von diesem div sind in Farbe #828A6B.
.myOpacity80 { color: #828A6B; opacity: 0.8; }
<p style="color:#828A6B;opacity:0.8;">80%</p>
Text in Farbe #828A6B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #828A6B;}
<p style="text-shadow: 3px 3px 1px #828A6B">Text here.</p>
Dieser Text hat den Schatten in Farbe #828A6B.
.textShadow {text-shadow: 3px 3px 1px #828A6B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #828A6B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #828A6B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#828A6B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#828A6B, Direction=45, Strength=4)">Text</p>
This text has shadow with #828A6B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #828A6B;
-webkit-box-shadow: 1px 1px 3px 2px #828A6B;
box-shadow: 1px 1px 3px 2px #828A6B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #828A6B; -webkit-box-shadow: 1px 1px 3px 2px #828A6B; box-shadow:1px 1px 3px 2px #828A6B;">
Div content here
</div>
Dieser Text ist in der Farbe #828A6B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #828A6B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #828A6B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #828A6B.
Kontrastfarbe für #hex ist #7D7594.