HEX: #57B36D
RGB: (87,179,109)
#57B36D enthält hauptsächlich grüne Farbe. Für #57B36D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #57B36D wird in RGB als (87,179,109) definiert.
RGB: (87,179,109) (34%,70%,43%)
R 87 von 255 = 34%
G 179 von 255 = 70%
B 109 von 255 = 43%
R + G + B ~ 49%. #57B36D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
87 + 179 + 109 = 375 (100%)
R 87 von 375 ~ 23.2%
G 179 von 375 ~ 47.73%
B 109 von 375 ~ 29.07%
Die Farbe #57B36D wird in CMYK als (51,0,39,30) definiert.
CMYK: (51,0,39,30) C51M0Y39K30 (51%,0%,39%,30%) (0.51/0.00/0.39/0.30)
57 | B3 | 6D | |
---|---|---|---|
RGB | 87 | 179 | 109 |
HSL | 134° | 37.70% | 52.16% |
HSB/HSV | 134° | 51.40% | 70.20% |
CMYK | 51.40% | 0.00% | 39.11% |
29.80% |
Hexadezimal | 57 | B3 | 6D |
Dezimal | 87 | 179 | 109 |
Binär | 1010111 | 10110011 | 1101101 |
Oktal | 127 | 263 | 155 |
Beispiele css- und html für Elemente in der Farbe #57B36D. Bitte benutzen Sie auch rgb(87,179,109) statt hex-Code.
.myTextColor { color: #57B36D; }
<p style="color:#57B36D">This sample text font color is #57B36D.</p>
Die Farbe dieses Textes ist #57B36D.
.myBgColor { background-color: #57B36D; }
<div style="background-color:#57B36D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #57B36D.
.myBorderColor { border: 1px solid #57B36D; }
<div style="border:3px solid #57B36D">Div</div>
Die Grenzen von diesem div sind in Farbe #57B36D.
.myOpacity80 { color: #57B36D; opacity: 0.8; }
<p style="color:#57B36D;opacity:0.8;">80%</p>
Text in Farbe #57B36D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #57B36D;}
<p style="text-shadow: 3px 3px 1px #57B36D">Text here.</p>
Dieser Text hat den Schatten in Farbe #57B36D.
.textShadow {text-shadow: 3px 3px 1px #57B36D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #57B36D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #57B36D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57B36D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#57B36D, Direction=45, Strength=4)">Text</p>
This text has shadow with #57B36D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57B36D; -webkit-box-shadow: 1px 1px 3px 2px #57B36D; box-shadow: 1px 1px 3px 2px #57B36D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #57B36D; -webkit-box-shadow: 1px 1px 3px 2px #57B36D; box-shadow:1px 1px 3px 2px #57B36D;">
Div content here</div>
Dieser Text ist in der Farbe #57B36D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #57B36D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #57B36D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #57B36D.