HEX: #558B65
RGB: (85,139,101)
#558B65 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #558B65 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #558B65 wird in RGB als (85,139,101) definiert.
RGB: (85,139,101) (33%,55%,40%)
R 85 von 255 = 33%
G 139 von 255 = 55%
B 101 von 255 = 40%
R + G + B ~ 43%. #558B65 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
85 + 139 + 101 = 325 (100%)
R 85 von 325 ~ 26.15%
G 139 von 325 ~ 42.77%
B 101 von 325 ~ 31.08%
Die Farbe #558B65 wird in CMYK als (39,0,27,45) definiert.
CMYK: (39,0,27,45) C39M0Y27K45 (39%,0%,27%,45%) (0.39/0.00/0.27/0.45)
55 | 8B | 65 | |
---|---|---|---|
RGB | 85 | 139 | 101 |
HSL | 138° | 24.11% | 43.92% |
HSB/HSV | 138° | 38.85% | 54.51% |
CMYK | 38.85% | 0.00% | 27.34% |
45.49% |
Hexadezimal | 55 | 8B | 65 |
Dezimal | 85 | 139 | 101 |
Binär | 1010101 | 10001011 | 1100101 |
Oktal | 125 | 213 | 145 |
Beispiele css- und html für Elemente in der Farbe #558B65. Bitte benutzen Sie auch rgb(85,139,101) statt hex-Code.
.myTextColor { color: #558B65; }
<p style="color:#558B65">This sample text font color is #558B65.</p>
Die Farbe dieses Textes ist #558B65.
.myBgColor { background-color: #558B65; }
<div style="background-color:#558B65">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #558B65.
.myBorderColor { border: 1px solid #558B65; }
<div style="border:3px solid #558B65">Div</div>
Die Grenzen von diesem div sind in Farbe #558B65.
.myOpacity80 { color: #558B65; opacity: 0.8; }
<p style="color:#558B65;opacity:0.8;">80%</p>
Text in Farbe #558B65 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #558B65;}
<p style="text-shadow: 3px 3px 1px #558B65">Text here.</p>
Dieser Text hat den Schatten in Farbe #558B65.
.textShadow {text-shadow: 3px 3px 1px #558B65, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #558B65, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #558B65 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#558B65, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#558B65, Direction=45, Strength=4)">Text</p>
This text has shadow with #558B65 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #558B65; -webkit-box-shadow: 1px 1px 3px 2px #558B65; box-shadow: 1px 1px 3px 2px #558B65; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #558B65; -webkit-box-shadow: 1px 1px 3px 2px #558B65; box-shadow:1px 1px 3px 2px #558B65;">
Div content here</div>
Dieser Text ist in der Farbe #558B65 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #558B65 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #558B65.
Dieser Text ist weiß auf dem Hintergrund in Farbe #558B65.