HEX: #511D0D
RGB: (81,29,13)
#511D0D enthält hauptsächlich rote und grüne Farbe. Für #511D0D ist eine «websichere» Webfarbe #663300 (oder kurz #630).
Die Farbe #511D0D wird in RGB als (81,29,13) definiert.
RGB: (81,29,13) (32%,11%,5%)
R 81 von 255 = 32%
G 29 von 255 = 11%
B 13 von 255 = 5%
R + G + B ~ 16%. #511D0D dunkle Farbe.
R + G + B =
81 + 29 + 13 = 123 (100%)
R 81 von 123 ~ 65.85%
G 29 von 123 ~ 23.58%
B 13 von 123 ~ 10.57%
Die Farbe #511D0D wird in CMYK als (0,64,84,68) definiert.
CMYK: (0,64,84,68) C0M64Y84K68 (0%,64%,84%,68%) (0.00/0.64/0.84/0.68)
51 | 1D | 0D | |
---|---|---|---|
RGB | 81 | 29 | 13 |
HSL | 14° | 72.34% | 18.43% |
HSB/HSV | 14° | 83.95% | 31.76% |
CMYK | 0.00% | 64.20% | 83.95% |
68.24% |
Hexadezimal | 51 | 1D | 0D |
Dezimal | 81 | 29 | 13 |
Binär | 1010001 | 11101 | 1101 |
Oktal | 121 | 35 | 15 |
Beispiele css- und html für Elemente in der Farbe #511D0D. Bitte benutzen Sie auch rgb(81,29,13) statt hex-Code.
.myTextColor { color: #511D0D; }
<p style="color:#511D0D">This sample text font color is #511D0D.</p>
Die Farbe dieses Textes ist #511D0D.
.myBgColor { background-color: #511D0D; }
<div style="background-color:#511D0D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #511D0D.
.myBorderColor { border: 1px solid #511D0D; }
<div style="border:3px solid #511D0D">Div</div>
Die Grenzen von diesem div sind in Farbe #511D0D.
.myOpacity80 { color: #511D0D; opacity: 0.8; }
<p style="color:#511D0D;opacity:0.8;">80%</p>
Text in Farbe #511D0D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #511D0D;}
<p style="text-shadow: 3px 3px 1px #511D0D">Text here.</p>
Dieser Text hat den Schatten in Farbe #511D0D.
.textShadow {text-shadow: 3px 3px 1px #511D0D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #511D0D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #511D0D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#511D0D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#511D0D, Direction=45, Strength=4)">Text</p>
This text has shadow with #511D0D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #511D0D; -webkit-box-shadow: 1px 1px 3px 2px #511D0D; box-shadow: 1px 1px 3px 2px #511D0D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #511D0D; -webkit-box-shadow: 1px 1px 3px 2px #511D0D; box-shadow:1px 1px 3px 2px #511D0D;">
Div content here</div>
Dieser Text ist in der Farbe #511D0D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #511D0D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #511D0D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #511D0D.