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