HEX: #511E4B
RGB: (81,30,75)
#511E4B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #511E4B ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #511E4B wird in RGB als (81,30,75) definiert.
RGB: (81,30,75)
(32%, 12%, 29%)
R 81 von 255 = 32%
G 30 von 255 = 12%
B 75 von 255 = 29%
R + G + B ~ 24%. #511E4B dunkle Farbe.
R + G + B = 81 + 30 + 75 = 186 (100%)
R 81 von 186 ~ 43.55%
G 30 von 186 ~ 16.13%
B 75 von 186 ~ 40.32'%
Die Farbe #511E4B wird in CMYK als (0,63,7,68) definiert.
CMYK: (0,63,7,68)
C0M63Y7K68 (0%, 63%, 7%, 68%)
(0.00 / 0.63 / 0.07 / 0.68)
Farbe #511E4B in den populären Farbmodellen.
51 | 1E | 4B | |
---|---|---|---|
RGB | 81 | 30 | 75 |
HSL | 307° | 45.95% | 21.76% |
HSB/HSV | 307° | 62.96% | 31.76% |
CMYK | 0.00% | 62.96% | 7.41% |
68.24% |
Die Farbe #511E4B in den populären Zahlensystemen.
Hexadezimal | 51 | 1E | 4B |
Dezimal | 81 | 30 | 75 |
Binär | 1010001 | 11110 | 1001011 |
Oktal | 121 | 36 | 113 |
Dunkle Töne der Farbe #511E4B
Helle Töne der Farbe #511E4B
Beispiele css- und html für Elemente in der Farbe #511E4B. Bitte benutzen Sie auch rgb(81,30,75) statt hex-Code.
.myTextColor { color: #511E4B; }
<p style="color:#511E4B">This sample text font color is #511E4B.</p>
Die Farbe dieses Textes ist #511E4B.
.myBgColor { background-color: #511E4B; }
<div style="background-color:#511E4B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #511E4B.
.myBorderColor { border: 1px solid #511E4B; }
<div style="border:3px solid #511E4B">Div</div>
Die Grenzen von diesem div sind in Farbe #511E4B.
.myOpacity80 { color: #511E4B; opacity: 0.8; }
<p style="color:#511E4B;opacity:0.8;">80%</p>
Text in Farbe #511E4B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #511E4B;}
<p style="text-shadow: 3px 3px 1px #511E4B">Text here.</p>
Dieser Text hat den Schatten in Farbe #511E4B.
.textShadow {text-shadow: 3px 3px 1px #511E4B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #511E4B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #511E4B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#511E4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#511E4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #511E4B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #511E4B;
-webkit-box-shadow: 1px 1px 3px 2px #511E4B;
box-shadow: 1px 1px 3px 2px #511E4B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #511E4B; -webkit-box-shadow: 1px 1px 3px 2px #511E4B; box-shadow:1px 1px 3px 2px #511E4B;">
Div content here
</div>
Dieser Text ist in der Farbe #511E4B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #511E4B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #511E4B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #511E4B.
Kontrastfarbe für #hex ist #AEE1B4.