HEX: #555748
RGB: (85,87,72)
#555748 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #555748 ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #555748 wird in RGB als (85,87,72) definiert.
RGB: (85,87,72)
(33%, 34%, 28%)
R 85 von 255 = 33%
G 87 von 255 = 34%
B 72 von 255 = 28%
R + G + B ~ 32%. #555748 ziemlich dunkle Farbe.
R + G + B = 85 + 87 + 72 = 244 (100%)
R 85 von 244 ~ 34.84%
G 87 von 244 ~ 35.66%
B 72 von 244 ~ 29.51'%
Die Farbe #555748 wird in CMYK als (2,0,17,66) definiert.
CMYK: (2,0,17,66)
C2M0Y17K66 (2%, 0%, 17%, 66%)
(0.02 / 0.00 / 0.17 / 0.66)
Farbe #555748 in den populären Farbmodellen.
55 | 57 | 48 | |
---|---|---|---|
RGB | 85 | 87 | 72 |
HSL | 68° | 9.43% | 31.18% |
HSB/HSV | 68° | 17.24% | 34.12% |
CMYK | 2.30% | 0.00% | 17.24% |
65.88% |
Die Farbe #555748 in den populären Zahlensystemen.
Hexadezimal | 55 | 57 | 48 |
Dezimal | 85 | 87 | 72 |
Binär | 1010101 | 1010111 | 1001000 |
Oktal | 125 | 127 | 110 |
Dunkle Töne der Farbe #555748
Helle Töne der Farbe #555748
Beispiele css- und html für Elemente in der Farbe #555748. Bitte benutzen Sie auch rgb(85,87,72) statt hex-Code.
.myTextColor { color: #555748; }
<p style="color:#555748">This sample text font color is #555748.</p>
Die Farbe dieses Textes ist #555748.
.myBgColor { background-color: #555748; }
<div style="background-color:#555748">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #555748.
.myBorderColor { border: 1px solid #555748; }
<div style="border:3px solid #555748">Div</div>
Die Grenzen von diesem div sind in Farbe #555748.
.myOpacity80 { color: #555748; opacity: 0.8; }
<p style="color:#555748;opacity:0.8;">80%</p>
Text in Farbe #555748 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #555748;}
<p style="text-shadow: 3px 3px 1px #555748">Text here.</p>
Dieser Text hat den Schatten in Farbe #555748.
.textShadow {text-shadow: 3px 3px 1px #555748', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #555748, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #555748 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#555748, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#555748, Direction=45, Strength=4)">Text</p>
This text has shadow with #555748 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #555748;
-webkit-box-shadow: 1px 1px 3px 2px #555748;
box-shadow: 1px 1px 3px 2px #555748;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #555748; -webkit-box-shadow: 1px 1px 3px 2px #555748; box-shadow:1px 1px 3px 2px #555748;">
Div content here
</div>
Dieser Text ist in der Farbe #555748 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #555748 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #555748.
Dieser Text ist weiß auf dem Hintergrund in Farbe #555748.
Kontrastfarbe für #hex ist #AAA8B7.