HEX: #83517D
RGB: (131,81,125)
#83517D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #83517D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #83517D wird in RGB als (131,81,125) definiert.
RGB: (131,81,125)
(51%, 32%, 49%)
R 131 von 255 = 51%
G 81 von 255 = 32%
B 125 von 255 = 49%
R + G + B ~ 44%. #83517D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 131 + 81 + 125 = 337 (100%)
R 131 von 337 ~ 38.87%
G 81 von 337 ~ 24.04%
B 125 von 337 ~ 37.09'%
Die Farbe #83517D 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 #83517D in den populären Farbmodellen.
83 | 51 | 7D | |
---|---|---|---|
RGB | 131 | 81 | 125 |
HSL | 307° | 23.58% | 41.57% |
HSB/HSV | 307° | 38.17% | 51.37% |
CMYK | 0.00% | 38.17% | 4.58% |
48.63% |
Die Farbe #83517D in den populären Zahlensystemen.
Hexadezimal | 83 | 51 | 7D |
Dezimal | 131 | 81 | 125 |
Binär | 10000011 | 1010001 | 1111101 |
Oktal | 203 | 121 | 175 |
Dunkle Töne der Farbe #83517D
Helle Töne der Farbe #83517D
Beispiele css- und html für Elemente in der Farbe #83517D. Bitte benutzen Sie auch rgb(131,81,125) statt hex-Code.
.myTextColor { color: #83517D; }
<p style="color:#83517D">This sample text font color is #83517D.</p>
Die Farbe dieses Textes ist #83517D.
.myBgColor { background-color: #83517D; }
<div style="background-color:#83517D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #83517D.
.myBorderColor { border: 1px solid #83517D; }
<div style="border:3px solid #83517D">Div</div>
Die Grenzen von diesem div sind in Farbe #83517D.
.myOpacity80 { color: #83517D; opacity: 0.8; }
<p style="color:#83517D;opacity:0.8;">80%</p>
Text in Farbe #83517D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83517D;}
<p style="text-shadow: 3px 3px 1px #83517D">Text here.</p>
Dieser Text hat den Schatten in Farbe #83517D.
.textShadow {text-shadow: 3px 3px 1px #83517D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83517D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #83517D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83517D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83517D, Direction=45, Strength=4)">Text</p>
This text has shadow with #83517D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83517D;
-webkit-box-shadow: 1px 1px 3px 2px #83517D;
box-shadow: 1px 1px 3px 2px #83517D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83517D; -webkit-box-shadow: 1px 1px 3px 2px #83517D; box-shadow:1px 1px 3px 2px #83517D;">
Div content here
</div>
Dieser Text ist in der Farbe #83517D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #83517D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #83517D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #83517D.
Kontrastfarbe für #hex ist #7CAE82.