HEX: #501A3B
RGB: (80,26,59)
#501A3B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #501A3B ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #501A3B wird in RGB als (80,26,59) definiert.
RGB: (80,26,59) (31%,10%,23%)
R 80 von 255 = 31%
G 26 von 255 = 10%
B 59 von 255 = 23%
R + G + B ~ 21%. #501A3B dunkle Farbe.
R + G + B =
80 + 26 + 59 = 165 (100%)
R 80 von 165 ~ 48.48%
G 26 von 165 ~ 15.76%
B 59 von 165 ~ 35.76%
Die Farbe #501A3B wird in CMYK als (0,68,26,69) definiert.
CMYK: (0,68,26,69) C0M68Y26K69 (0%,68%,26%,69%) (0.00/0.68/0.26/0.69)
50 | 1A | 3B | |
---|---|---|---|
RGB | 80 | 26 | 59 |
HSL | 323° | 50.94% | 20.78% |
HSB/HSV | 323° | 67.50% | 31.37% |
CMYK | 0.00% | 67.50% | 26.25% |
68.63% |
Hexadezimal | 50 | 1A | 3B |
Dezimal | 80 | 26 | 59 |
Binär | 1010000 | 11010 | 111011 |
Oktal | 120 | 32 | 73 |
Beispiele css- und html für Elemente in der Farbe #501A3B. Bitte benutzen Sie auch rgb(80,26,59) statt hex-Code.
.myTextColor { color: #501A3B; }
<p style="color:#501A3B">This sample text font color is #501A3B.</p>
Die Farbe dieses Textes ist #501A3B.
.myBgColor { background-color: #501A3B; }
<div style="background-color:#501A3B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #501A3B.
.myBorderColor { border: 1px solid #501A3B; }
<div style="border:3px solid #501A3B">Div</div>
Die Grenzen von diesem div sind in Farbe #501A3B.
.myOpacity80 { color: #501A3B; opacity: 0.8; }
<p style="color:#501A3B;opacity:0.8;">80%</p>
Text in Farbe #501A3B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #501A3B;}
<p style="text-shadow: 3px 3px 1px #501A3B">Text here.</p>
Dieser Text hat den Schatten in Farbe #501A3B.
.textShadow {text-shadow: 3px 3px 1px #501A3B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #501A3B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #501A3B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#501A3B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#501A3B, Direction=45, Strength=4)">Text</p>
This text has shadow with #501A3B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #501A3B; -webkit-box-shadow: 1px 1px 3px 2px #501A3B; box-shadow: 1px 1px 3px 2px #501A3B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #501A3B; -webkit-box-shadow: 1px 1px 3px 2px #501A3B; box-shadow:1px 1px 3px 2px #501A3B;">
Div content here</div>
Dieser Text ist in der Farbe #501A3B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #501A3B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #501A3B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #501A3B.