HEX: #584D6D
RGB: (88,77,109)
#584D6D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #584D6D ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #584D6D wird in RGB als (88,77,109) definiert.
RGB: (88,77,109) (35%,30%,43%)
R 88 von 255 = 35%
G 77 von 255 = 30%
B 109 von 255 = 43%
R + G + B ~ 36%. #584D6D ziemlich dunkle Farbe.
R + G + B =
88 + 77 + 109 = 274 (100%)
R 88 von 274 ~ 32.12%
G 77 von 274 ~ 28.1%
B 109 von 274 ~ 39.78%
Die Farbe #584D6D wird in CMYK als (19,29,0,57) definiert.
CMYK: (19,29,0,57) C19M29Y0K57 (19%,29%,0%,57%) (0.19/0.29/0.00/0.57)
58 | 4D | 6D | |
---|---|---|---|
RGB | 88 | 77 | 109 |
HSL | 261° | 17.20% | 36.47% |
HSB/HSV | 261° | 29.36% | 42.75% |
CMYK | 19.27% | 29.36% | 0.00% |
57.25% |
Hexadezimal | 58 | 4D | 6D |
Dezimal | 88 | 77 | 109 |
Binär | 1011000 | 1001101 | 1101101 |
Oktal | 130 | 115 | 155 |
Beispiele css- und html für Elemente in der Farbe #584D6D. Bitte benutzen Sie auch rgb(88,77,109) statt hex-Code.
.myTextColor { color: #584D6D; }
<p style="color:#584D6D">This sample text font color is #584D6D.</p>
Die Farbe dieses Textes ist #584D6D.
.myBgColor { background-color: #584D6D; }
<div style="background-color:#584D6D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #584D6D.
.myBorderColor { border: 1px solid #584D6D; }
<div style="border:3px solid #584D6D">Div</div>
Die Grenzen von diesem div sind in Farbe #584D6D.
.myOpacity80 { color: #584D6D; opacity: 0.8; }
<p style="color:#584D6D;opacity:0.8;">80%</p>
Text in Farbe #584D6D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #584D6D;}
<p style="text-shadow: 3px 3px 1px #584D6D">Text here.</p>
Dieser Text hat den Schatten in Farbe #584D6D.
.textShadow {text-shadow: 3px 3px 1px #584D6D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #584D6D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #584D6D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#584D6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#584D6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #584D6D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #584D6D; -webkit-box-shadow: 1px 1px 3px 2px #584D6D; box-shadow: 1px 1px 3px 2px #584D6D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #584D6D; -webkit-box-shadow: 1px 1px 3px 2px #584D6D; box-shadow:1px 1px 3px 2px #584D6D;">
Div content here</div>
Dieser Text ist in der Farbe #584D6D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #584D6D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #584D6D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #584D6D.