HEX: #581D15
RGB: (88,29,21)
#581D15 enthält hauptsächlich rote und grüne Farbe. Für #581D15 ist eine «websichere» Webfarbe #663300 (oder kurz #630).
Die Farbe #581D15 wird in RGB als (88,29,21) definiert.
RGB: (88,29,21) (35%,11%,8%)
R 88 von 255 = 35%
G 29 von 255 = 11%
B 21 von 255 = 8%
R + G + B ~ 18%. #581D15 dunkle Farbe.
R + G + B =
88 + 29 + 21 = 138 (100%)
R 88 von 138 ~ 63.77%
G 29 von 138 ~ 21.01%
B 21 von 138 ~ 15.22%
Die Farbe #581D15 wird in CMYK als (0,67,76,65) definiert.
CMYK: (0,67,76,65) C0M67Y76K65 (0%,67%,76%,65%) (0.00/0.67/0.76/0.65)
58 | 1D | 15 | |
---|---|---|---|
RGB | 88 | 29 | 21 |
HSL | 7° | 61.47% | 21.37% |
HSB/HSV | 7° | 76.14% | 34.51% |
CMYK | 0.00% | 67.05% | 76.14% |
65.49% |
Hexadezimal | 58 | 1D | 15 |
Dezimal | 88 | 29 | 21 |
Binär | 1011000 | 11101 | 10101 |
Oktal | 130 | 35 | 25 |
Beispiele css- und html für Elemente in der Farbe #581D15. Bitte benutzen Sie auch rgb(88,29,21) statt hex-Code.
.myTextColor { color: #581D15; }
<p style="color:#581D15">This sample text font color is #581D15.</p>
Die Farbe dieses Textes ist #581D15.
.myBgColor { background-color: #581D15; }
<div style="background-color:#581D15">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #581D15.
.myBorderColor { border: 1px solid #581D15; }
<div style="border:3px solid #581D15">Div</div>
Die Grenzen von diesem div sind in Farbe #581D15.
.myOpacity80 { color: #581D15; opacity: 0.8; }
<p style="color:#581D15;opacity:0.8;">80%</p>
Text in Farbe #581D15 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #581D15;}
<p style="text-shadow: 3px 3px 1px #581D15">Text here.</p>
Dieser Text hat den Schatten in Farbe #581D15.
.textShadow {text-shadow: 3px 3px 1px #581D15, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #581D15, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #581D15 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#581D15, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#581D15, Direction=45, Strength=4)">Text</p>
This text has shadow with #581D15 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #581D15; -webkit-box-shadow: 1px 1px 3px 2px #581D15; box-shadow: 1px 1px 3px 2px #581D15; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #581D15; -webkit-box-shadow: 1px 1px 3px 2px #581D15; box-shadow:1px 1px 3px 2px #581D15;">
Div content here</div>
Dieser Text ist in der Farbe #581D15 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #581D15 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #581D15.
Dieser Text ist weiß auf dem Hintergrund in Farbe #581D15.