HEX: #63517E
RGB: (99,81,126)
#63517E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #63517E ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #63517E wird in RGB als (99,81,126) definiert.
RGB: (99,81,126)
(39%, 32%, 49%)
R 99 von 255 = 39%
G 81 von 255 = 32%
B 126 von 255 = 49%
R + G + B ~ 40%. #63517E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 99 + 81 + 126 = 306 (100%)
R 99 von 306 ~ 32.35%
G 81 von 306 ~ 26.47%
B 126 von 306 ~ 41.18'%
Die Farbe #63517E wird in CMYK als (21,36,0,51) definiert.
CMYK: (21,36,0,51)
C21M36Y0K51 (21%, 36%, 0%, 51%)
(0.21 / 0.36 / 0.00 / 0.51)
Farbe #63517E in den populären Farbmodellen.
63 | 51 | 7E | |
---|---|---|---|
RGB | 99 | 81 | 126 |
HSL | 264° | 21.74% | 40.59% |
HSB/HSV | 264° | 35.71% | 49.41% |
CMYK | 21.43% | 35.71% | 0.00% |
50.59% |
Die Farbe #63517E in den populären Zahlensystemen.
Hexadezimal | 63 | 51 | 7E |
Dezimal | 99 | 81 | 126 |
Binär | 1100011 | 1010001 | 1111110 |
Oktal | 143 | 121 | 176 |
Dunkle Töne der Farbe #63517E
Helle Töne der Farbe #63517E
Beispiele css- und html für Elemente in der Farbe #63517E. Bitte benutzen Sie auch rgb(99,81,126) statt hex-Code.
.myTextColor { color: #63517E; }
<p style="color:#63517E">This sample text font color is #63517E.</p>
Die Farbe dieses Textes ist #63517E.
.myBgColor { background-color: #63517E; }
<div style="background-color:#63517E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63517E.
.myBorderColor { border: 1px solid #63517E; }
<div style="border:3px solid #63517E">Div</div>
Die Grenzen von diesem div sind in Farbe #63517E.
.myOpacity80 { color: #63517E; opacity: 0.8; }
<p style="color:#63517E;opacity:0.8;">80%</p>
Text in Farbe #63517E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63517E;}
<p style="text-shadow: 3px 3px 1px #63517E">Text here.</p>
Dieser Text hat den Schatten in Farbe #63517E.
.textShadow {text-shadow: 3px 3px 1px #63517E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63517E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63517E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63517E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63517E, Direction=45, Strength=4)">Text</p>
This text has shadow with #63517E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63517E;
-webkit-box-shadow: 1px 1px 3px 2px #63517E;
box-shadow: 1px 1px 3px 2px #63517E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63517E; -webkit-box-shadow: 1px 1px 3px 2px #63517E; box-shadow:1px 1px 3px 2px #63517E;">
Div content here
</div>
Dieser Text ist in der Farbe #63517E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63517E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63517E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63517E.
Kontrastfarbe für #hex ist #9CAE81.