HEX: #520E15
RGB: (82,14,21)
#520E15 enthält hauptsächlich rote Farbe. Für #520E15 ist eine «websichere» Webfarbe #660000 (oder kurz #600).
Die Farbe #520E15 wird in RGB als (82,14,21) definiert.
RGB: (82,14,21)
(32%, 5%, 8%)
R 82 von 255 = 32%
G 14 von 255 = 5%
B 21 von 255 = 8%
R + G + B ~ 15%. #520E15 dunkle Farbe.
R + G + B = 82 + 14 + 21 = 117 (100%)
R 82 von 117 ~ 70.09%
G 14 von 117 ~ 11.97%
B 21 von 117 ~ 17.95'%
Die Farbe #520E15 wird in CMYK als (0,83,74,68) definiert.
CMYK: (0,83,74,68) C0M83Y74K68 (0%,83%,74%,68%) (0.00/0.83/0.74/0.68)
Farbe #520E15 in den populären Farbmodellen.
52 | 0E | 15 | |
---|---|---|---|
RGB | 82 | 14 | 21 |
HSL | 354° | 70.83% | 18.82% |
HSB/HSV | 354° | 82.93% | 32.16% |
CMYK | 0.00% | 82.93% | 74.39% |
67.84% |
Die Farbe #520E15 in den populären Zahlensystemen.
Hexadezimal | 52 | 0E | 15 |
Dezimal | 82 | 14 | 21 |
Binär | 1010010 | 1110 | 10101 |
Oktal | 122 | 16 | 25 |
Dunkle Töne der Farbe #520E15
Helle Töne der Farbe #520E15
Beispiele css- und html für Elemente in der Farbe #520E15. Bitte benutzen Sie auch rgb(82,14,21) statt hex-Code.
.myTextColor { color: #520E15; }
<p style="color:#520E15">This sample text font color is #520E15.</p>
Die Farbe dieses Textes ist #520E15.
.myBgColor { background-color: #520E15; }
<div style="background-color:#520E15">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #520E15.
.myBorderColor { border: 1px solid #520E15; }
<div style="border:3px solid #520E15">Div</div>
Die Grenzen von diesem div sind in Farbe #520E15.
.myOpacity80 { color: #520E15; opacity: 0.8; }
<p style="color:#520E15;opacity:0.8;">80%</p>
Text in Farbe #520E15 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #520E15;}
<p style="text-shadow: 3px 3px 1px #520E15">Text here.</p>
Dieser Text hat den Schatten in Farbe #520E15.
.textShadow {text-shadow: 3px 3px 1px #520E15', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #520E15, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #520E15 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#520E15, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#520E15, Direction=45, Strength=4)">Text</p>
This text has shadow with #520E15 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #520E15;
-webkit-box-shadow: 1px 1px 3px 2px #520E15;
box-shadow: 1px 1px 3px 2px #520E15;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #520E15; -webkit-box-shadow: 1px 1px 3px 2px #520E15; box-shadow:1px 1px 3px 2px #520E15;">
Div content here
</div>
Dieser Text ist in der Farbe #520E15 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #520E15 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #520E15.
Dieser Text ist weiß auf dem Hintergrund in Farbe #520E15.
Kontrastfarbe für #hex ist #ADF1EA.