HEX: #501312
RGB: (80,19,18)
#501312 enthält hauptsächlich rote Farbe. Für #501312 ist eine «websichere» Webfarbe #660000 (oder kurz #600).
Die Farbe #501312 wird in RGB als (80,19,18) definiert.
RGB: (80,19,18) (31%,7%,7%)
R 80 von 255 = 31%
G 19 von 255 = 7%
B 18 von 255 = 7%
R + G + B ~ 15%. #501312 dunkle Farbe.
R + G + B =
80 + 19 + 18 = 117 (100%)
R 80 von 117 ~ 68.38%
G 19 von 117 ~ 16.24%
B 18 von 117 ~ 15.38%
Die Farbe #501312 wird in CMYK als (0,76,78,69) definiert.
CMYK: (0,76,78,69) C0M76Y78K69 (0%,76%,78%,69%) (0.00/0.76/0.78/0.69)
50 | 13 | 12 | |
---|---|---|---|
RGB | 80 | 19 | 18 |
HSL | 1° | 63.27% | 19.22% |
HSB/HSV | 1° | 77.50% | 31.37% |
CMYK | 0.00% | 76.25% | 77.50% |
68.63% |
Hexadezimal | 50 | 13 | 12 |
Dezimal | 80 | 19 | 18 |
Binär | 1010000 | 10011 | 10010 |
Oktal | 120 | 23 | 22 |
Beispiele css- und html für Elemente in der Farbe #501312. Bitte benutzen Sie auch rgb(80,19,18) statt hex-Code.
.myTextColor { color: #501312; }
<p style="color:#501312">This sample text font color is #501312.</p>
Die Farbe dieses Textes ist #501312.
.myBgColor { background-color: #501312; }
<div style="background-color:#501312">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #501312.
.myBorderColor { border: 1px solid #501312; }
<div style="border:3px solid #501312">Div</div>
Die Grenzen von diesem div sind in Farbe #501312.
.myOpacity80 { color: #501312; opacity: 0.8; }
<p style="color:#501312;opacity:0.8;">80%</p>
Text in Farbe #501312 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #501312;}
<p style="text-shadow: 3px 3px 1px #501312">Text here.</p>
Dieser Text hat den Schatten in Farbe #501312.
.textShadow {text-shadow: 3px 3px 1px #501312, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #501312, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #501312 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#501312, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#501312, Direction=45, Strength=4)">Text</p>
This text has shadow with #501312 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #501312; -webkit-box-shadow: 1px 1px 3px 2px #501312; box-shadow: 1px 1px 3px 2px #501312; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #501312; -webkit-box-shadow: 1px 1px 3px 2px #501312; box-shadow:1px 1px 3px 2px #501312;">
Div content here</div>
Dieser Text ist in der Farbe #501312 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #501312 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #501312.
Dieser Text ist weiß auf dem Hintergrund in Farbe #501312.