HEX: #555352
RGB: (85,83,82)
#555352 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #555352 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #555352 wird in RGB als (85,83,82) definiert.
RGB: (85,83,82) (33%,33%,32%)
R 85 von 255 = 33%
G 83 von 255 = 33%
B 82 von 255 = 32%
R + G + B ~ 33%. #555352 ziemlich dunkle Farbe.
R + G + B =
85 + 83 + 82 = 250 (100%)
R 85 von 250 ~ 34%
G 83 von 250 ~ 33.2%
B 82 von 250 ~ 32.8%
Die Farbe #555352 wird in CMYK als (0,2,4,67) definiert.
CMYK: (0,2,4,67) C0M2Y4K67 (0%,2%,4%,67%) (0.00/0.02/0.04/0.67)
55 | 53 | 52 | |
---|---|---|---|
RGB | 85 | 83 | 82 |
HSL | 20° | 1.80% | 32.75% |
HSB/HSV | 20° | 3.53% | 33.33% |
CMYK | 0.00% | 2.35% | 3.53% |
66.67% |
Hexadezimal | 55 | 53 | 52 |
Dezimal | 85 | 83 | 82 |
Binär | 1010101 | 1010011 | 1010010 |
Oktal | 125 | 123 | 122 |
Beispiele css- und html für Elemente in der Farbe #555352. Bitte benutzen Sie auch rgb(85,83,82) statt hex-Code.
.myTextColor { color: #555352; }
<p style="color:#555352">This sample text font color is #555352.</p>
Die Farbe dieses Textes ist #555352.
.myBgColor { background-color: #555352; }
<div style="background-color:#555352">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #555352.
.myBorderColor { border: 1px solid #555352; }
<div style="border:3px solid #555352">Div</div>
Die Grenzen von diesem div sind in Farbe #555352.
.myOpacity80 { color: #555352; opacity: 0.8; }
<p style="color:#555352;opacity:0.8;">80%</p>
Text in Farbe #555352 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #555352;}
<p style="text-shadow: 3px 3px 1px #555352">Text here.</p>
Dieser Text hat den Schatten in Farbe #555352.
.textShadow {text-shadow: 3px 3px 1px #555352, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #555352, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #555352 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#555352, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#555352, Direction=45, Strength=4)">Text</p>
This text has shadow with #555352 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #555352; -webkit-box-shadow: 1px 1px 3px 2px #555352; box-shadow: 1px 1px 3px 2px #555352; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #555352; -webkit-box-shadow: 1px 1px 3px 2px #555352; box-shadow:1px 1px 3px 2px #555352;">
Div content here</div>
Dieser Text ist in der Farbe #555352 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #555352 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #555352.
Dieser Text ist weiß auf dem Hintergrund in Farbe #555352.