HEX: #520F1F
RGB: (82,15,31)
#520F1F enthält hauptsächlich rote und blaue Farbe. Für #520F1F ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #520F1F wird in RGB als (82,15,31) definiert.
RGB: (82,15,31) (32%,6%,12%)
R 82 von 255 = 32%
G 15 von 255 = 6%
B 31 von 255 = 12%
R + G + B ~ 17%. #520F1F dunkle Farbe.
R + G + B =
82 + 15 + 31 = 128 (100%)
R 82 von 128 ~ 64.06%
G 15 von 128 ~ 11.72%
B 31 von 128 ~ 24.22%
Die Farbe #520F1F wird in CMYK als (0,82,62,68) definiert.
CMYK: (0,82,62,68) C0M82Y62K68 (0%,82%,62%,68%) (0.00/0.82/0.62/0.68)
52 | 0F | 1F | |
---|---|---|---|
RGB | 82 | 15 | 31 |
HSL | 346° | 69.07% | 19.02% |
HSB/HSV | 346° | 81.71% | 32.16% |
CMYK | 0.00% | 81.71% | 62.20% |
67.84% |
Hexadezimal | 52 | 0F | 1F |
Dezimal | 82 | 15 | 31 |
Binär | 1010010 | 1111 | 11111 |
Oktal | 122 | 17 | 37 |
Beispiele css- und html für Elemente in der Farbe #520F1F. Bitte benutzen Sie auch rgb(82,15,31) statt hex-Code.
.myTextColor { color: #520F1F; }
<p style="color:#520F1F">This sample text font color is #520F1F.</p>
Die Farbe dieses Textes ist #520F1F.
.myBgColor { background-color: #520F1F; }
<div style="background-color:#520F1F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #520F1F.
.myBorderColor { border: 1px solid #520F1F; }
<div style="border:3px solid #520F1F">Div</div>
Die Grenzen von diesem div sind in Farbe #520F1F.
.myOpacity80 { color: #520F1F; opacity: 0.8; }
<p style="color:#520F1F;opacity:0.8;">80%</p>
Text in Farbe #520F1F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #520F1F;}
<p style="text-shadow: 3px 3px 1px #520F1F">Text here.</p>
Dieser Text hat den Schatten in Farbe #520F1F.
.textShadow {text-shadow: 3px 3px 1px #520F1F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #520F1F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #520F1F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#520F1F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#520F1F, Direction=45, Strength=4)">Text</p>
This text has shadow with #520F1F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #520F1F; -webkit-box-shadow: 1px 1px 3px 2px #520F1F; box-shadow: 1px 1px 3px 2px #520F1F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #520F1F; -webkit-box-shadow: 1px 1px 3px 2px #520F1F; box-shadow:1px 1px 3px 2px #520F1F;">
Div content here</div>
Dieser Text ist in der Farbe #520F1F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #520F1F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #520F1F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #520F1F.