HEX: #557B59
RGB: (85,123,89)
#557B59 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #557B59 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #557B59 wird in RGB als (85,123,89) definiert.
RGB: (85,123,89)
(33%, 48%, 35%)
R 85 von 255 = 33%
G 123 von 255 = 48%
B 89 von 255 = 35%
R + G + B ~ 39%. #557B59 ziemlich dunkle Farbe.
R + G + B = 85 + 123 + 89 = 297 (100%)
R 85 von 297 ~ 28.62%
G 123 von 297 ~ 41.41%
B 89 von 297 ~ 29.97'%
Die Farbe #557B59 wird in CMYK als (31,0,28,52) definiert.
CMYK: (31,0,28,52)
C31M0Y28K52 (31%, 0%, 28%, 52%)
(0.31 / 0.00 / 0.28 / 0.52)
Farbe #557B59 in den populären Farbmodellen.
55 | 7B | 59 | |
---|---|---|---|
RGB | 85 | 123 | 89 |
HSL | 126° | 18.27% | 40.78% |
HSB/HSV | 126° | 30.89% | 48.24% |
CMYK | 30.89% | 0.00% | 27.64% |
51.76% |
Die Farbe #557B59 in den populären Zahlensystemen.
Hexadezimal | 55 | 7B | 59 |
Dezimal | 85 | 123 | 89 |
Binär | 1010101 | 1111011 | 1011001 |
Oktal | 125 | 173 | 131 |
Dunkle Töne der Farbe #557B59
Helle Töne der Farbe #557B59
Beispiele css- und html für Elemente in der Farbe #557B59. Bitte benutzen Sie auch rgb(85,123,89) statt hex-Code.
.myTextColor { color: #557B59; }
<p style="color:#557B59">This sample text font color is #557B59.</p>
Die Farbe dieses Textes ist #557B59.
.myBgColor { background-color: #557B59; }
<div style="background-color:#557B59">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #557B59.
.myBorderColor { border: 1px solid #557B59; }
<div style="border:3px solid #557B59">Div</div>
Die Grenzen von diesem div sind in Farbe #557B59.
.myOpacity80 { color: #557B59; opacity: 0.8; }
<p style="color:#557B59;opacity:0.8;">80%</p>
Text in Farbe #557B59 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #557B59;}
<p style="text-shadow: 3px 3px 1px #557B59">Text here.</p>
Dieser Text hat den Schatten in Farbe #557B59.
.textShadow {text-shadow: 3px 3px 1px #557B59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #557B59, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #557B59 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#557B59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#557B59, Direction=45, Strength=4)">Text</p>
This text has shadow with #557B59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #557B59;
-webkit-box-shadow: 1px 1px 3px 2px #557B59;
box-shadow: 1px 1px 3px 2px #557B59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #557B59; -webkit-box-shadow: 1px 1px 3px 2px #557B59; box-shadow:1px 1px 3px 2px #557B59;">
Div content here
</div>
Dieser Text ist in der Farbe #557B59 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #557B59 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #557B59.
Dieser Text ist weiß auf dem Hintergrund in Farbe #557B59.
Kontrastfarbe für #hex ist #AA84A6.