HEX: #553756
RGB: (85,55,86)
#553756 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #553756 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #553756 wird in RGB als (85,55,86) definiert.
RGB: (85,55,86) (33%,22%,34%)
R 85 von 255 = 33%
G 55 von 255 = 22%
B 86 von 255 = 34%
R + G + B ~ 30%. #553756 ziemlich dunkle Farbe.
R + G + B =
85 + 55 + 86 = 226 (100%)
R 85 von 226 ~ 37.61%
G 55 von 226 ~ 24.34%
B 86 von 226 ~ 38.05%
Die Farbe #553756 wird in CMYK als (1,36,0,66) definiert.
CMYK: (1,36,0,66) C1M36Y0K66 (1%,36%,0%,66%) (0.01/0.36/0.00/0.66)
55 | 37 | 56 | |
---|---|---|---|
RGB | 85 | 55 | 86 |
HSL | 298° | 21.99% | 27.65% |
HSB/HSV | 298° | 36.05% | 33.73% |
CMYK | 1.16% | 36.05% | 0.00% |
66.27% |
Hexadezimal | 55 | 37 | 56 |
Dezimal | 85 | 55 | 86 |
Binär | 1010101 | 110111 | 1010110 |
Oktal | 125 | 67 | 126 |
Beispiele css- und html für Elemente in der Farbe #553756. Bitte benutzen Sie auch rgb(85,55,86) statt hex-Code.
.myTextColor { color: #553756; }
<p style="color:#553756">This sample text font color is #553756.</p>
Die Farbe dieses Textes ist #553756.
.myBgColor { background-color: #553756; }
<div style="background-color:#553756">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #553756.
.myBorderColor { border: 1px solid #553756; }
<div style="border:3px solid #553756">Div</div>
Die Grenzen von diesem div sind in Farbe #553756.
.myOpacity80 { color: #553756; opacity: 0.8; }
<p style="color:#553756;opacity:0.8;">80%</p>
Text in Farbe #553756 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #553756;}
<p style="text-shadow: 3px 3px 1px #553756">Text here.</p>
Dieser Text hat den Schatten in Farbe #553756.
.textShadow {text-shadow: 3px 3px 1px #553756, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #553756, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #553756 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#553756, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#553756, Direction=45, Strength=4)">Text</p>
This text has shadow with #553756 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #553756; -webkit-box-shadow: 1px 1px 3px 2px #553756; box-shadow: 1px 1px 3px 2px #553756; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #553756; -webkit-box-shadow: 1px 1px 3px 2px #553756; box-shadow:1px 1px 3px 2px #553756;">
Div content here</div>
Dieser Text ist in der Farbe #553756 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #553756 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #553756.
Dieser Text ist weiß auf dem Hintergrund in Farbe #553756.