HEX: #50181D
RGB: (80,24,29)
#50181D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50181D ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #50181D wird in RGB als (80,24,29) definiert.
RGB: (80,24,29)
(31%, 9%, 11%)
R 80 von 255 = 31%
G 24 von 255 = 9%
B 29 von 255 = 11%
R + G + B ~ 17%. #50181D dunkle Farbe.
R + G + B = 80 + 24 + 29 = 133 (100%)
R 80 von 133 ~ 60.15%
G 24 von 133 ~ 18.05%
B 29 von 133 ~ 21.8'%
Die Farbe #50181D wird in CMYK als (0,70,64,69) definiert.
CMYK: (0,70,64,69)
C0M70Y64K69 (0%, 70%, 64%, 69%)
(0.00 / 0.70 / 0.64 / 0.69)
Farbe #50181D in den populären Farbmodellen.
50 | 18 | 1D | |
---|---|---|---|
RGB | 80 | 24 | 29 |
HSL | 355° | 53.85% | 20.39% |
HSB/HSV | 355° | 70.00% | 31.37% |
CMYK | 0.00% | 70.00% | 63.75% |
68.63% |
Die Farbe #50181D in den populären Zahlensystemen.
Hexadezimal | 50 | 18 | 1D |
Dezimal | 80 | 24 | 29 |
Binär | 1010000 | 11000 | 11101 |
Oktal | 120 | 30 | 35 |
Dunkle Töne der Farbe #50181D
Helle Töne der Farbe #50181D
Beispiele css- und html für Elemente in der Farbe #50181D. Bitte benutzen Sie auch rgb(80,24,29) statt hex-Code.
.myTextColor { color: #50181D; }
<p style="color:#50181D">This sample text font color is #50181D.</p>
Die Farbe dieses Textes ist #50181D.
.myBgColor { background-color: #50181D; }
<div style="background-color:#50181D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50181D.
.myBorderColor { border: 1px solid #50181D; }
<div style="border:3px solid #50181D">Div</div>
Die Grenzen von diesem div sind in Farbe #50181D.
.myOpacity80 { color: #50181D; opacity: 0.8; }
<p style="color:#50181D;opacity:0.8;">80%</p>
Text in Farbe #50181D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50181D;}
<p style="text-shadow: 3px 3px 1px #50181D">Text here.</p>
Dieser Text hat den Schatten in Farbe #50181D.
.textShadow {text-shadow: 3px 3px 1px #50181D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50181D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50181D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50181D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50181D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50181D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50181D;
-webkit-box-shadow: 1px 1px 3px 2px #50181D;
box-shadow: 1px 1px 3px 2px #50181D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50181D; -webkit-box-shadow: 1px 1px 3px 2px #50181D; box-shadow:1px 1px 3px 2px #50181D;">
Div content here
</div>
Dieser Text ist in der Farbe #50181D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50181D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50181D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50181D.
Kontrastfarbe für #hex ist #AFE7E2.