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