HEX: #82517B
RGB: (130,81,123)
#82517B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #82517B ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #82517B wird in RGB als (130,81,123) definiert.
RGB: (130,81,123)
(51%, 32%, 48%)
R 130 von 255 = 51%
G 81 von 255 = 32%
B 123 von 255 = 48%
R + G + B ~ 44%. #82517B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 130 + 81 + 123 = 334 (100%)
R 130 von 334 ~ 38.92%
G 81 von 334 ~ 24.25%
B 123 von 334 ~ 36.83'%
Die Farbe #82517B wird in CMYK als (0,38,5,49) definiert.
CMYK: (0,38,5,49)
C0M38Y5K49 (0%, 38%, 5%, 49%)
(0.00 / 0.38 / 0.05 / 0.49)
Farbe #82517B in den populären Farbmodellen.
82 | 51 | 7B | |
---|---|---|---|
RGB | 130 | 81 | 123 |
HSL | 309° | 23.22% | 41.37% |
HSB/HSV | 309° | 37.69% | 50.98% |
CMYK | 0.00% | 37.69% | 5.38% |
49.02% |
Die Farbe #82517B in den populären Zahlensystemen.
Hexadezimal | 82 | 51 | 7B |
Dezimal | 130 | 81 | 123 |
Binär | 10000010 | 1010001 | 1111011 |
Oktal | 202 | 121 | 173 |
Dunkle Töne der Farbe #82517B
Helle Töne der Farbe #82517B
Beispiele css- und html für Elemente in der Farbe #82517B. Bitte benutzen Sie auch rgb(130,81,123) statt hex-Code.
.myTextColor { color: #82517B; }
<p style="color:#82517B">This sample text font color is #82517B.</p>
Die Farbe dieses Textes ist #82517B.
.myBgColor { background-color: #82517B; }
<div style="background-color:#82517B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #82517B.
.myBorderColor { border: 1px solid #82517B; }
<div style="border:3px solid #82517B">Div</div>
Die Grenzen von diesem div sind in Farbe #82517B.
.myOpacity80 { color: #82517B; opacity: 0.8; }
<p style="color:#82517B;opacity:0.8;">80%</p>
Text in Farbe #82517B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #82517B;}
<p style="text-shadow: 3px 3px 1px #82517B">Text here.</p>
Dieser Text hat den Schatten in Farbe #82517B.
.textShadow {text-shadow: 3px 3px 1px #82517B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #82517B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #82517B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82517B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#82517B, Direction=45, Strength=4)">Text</p>
This text has shadow with #82517B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82517B;
-webkit-box-shadow: 1px 1px 3px 2px #82517B;
box-shadow: 1px 1px 3px 2px #82517B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82517B; -webkit-box-shadow: 1px 1px 3px 2px #82517B; box-shadow:1px 1px 3px 2px #82517B;">
Div content here
</div>
Dieser Text ist in der Farbe #82517B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #82517B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #82517B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #82517B.
Kontrastfarbe für #hex ist #7DAE84.