HEX: #50AD83
RGB: (80,173,131)
#50AD83 enthält hauptsächlich grüne und blaue Farbe. Für #50AD83 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #50AD83 wird in RGB als (80,173,131) definiert.
RGB: (80,173,131) (31%,68%,51%)
R 80 von 255 = 31%
G 173 von 255 = 68%
B 131 von 255 = 51%
R + G + B ~ 50%. #50AD83 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 173 + 131 = 384 (100%)
R 80 von 384 ~ 20.83%
G 173 von 384 ~ 45.05%
B 131 von 384 ~ 34.11%
Die Farbe #50AD83 wird in CMYK als (54,0,24,32) definiert.
CMYK: (54,0,24,32) C54M0Y24K32 (54%,0%,24%,32%) (0.54/0.00/0.24/0.32)
50 | AD | 83 | |
---|---|---|---|
RGB | 80 | 173 | 131 |
HSL | 153° | 36.76% | 49.61% |
HSB/HSV | 153° | 53.76% | 67.84% |
CMYK | 53.76% | 0.00% | 24.28% |
32.16% |
Hexadezimal | 50 | AD | 83 |
Dezimal | 80 | 173 | 131 |
Binär | 1010000 | 10101101 | 10000011 |
Oktal | 120 | 255 | 203 |
Beispiele css- und html für Elemente in der Farbe #50AD83. Bitte benutzen Sie auch rgb(80,173,131) statt hex-Code.
.myTextColor { color: #50AD83; }
<p style="color:#50AD83">This sample text font color is #50AD83.</p>
Die Farbe dieses Textes ist #50AD83.
.myBgColor { background-color: #50AD83; }
<div style="background-color:#50AD83">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50AD83.
.myBorderColor { border: 1px solid #50AD83; }
<div style="border:3px solid #50AD83">Div</div>
Die Grenzen von diesem div sind in Farbe #50AD83.
.myOpacity80 { color: #50AD83; opacity: 0.8; }
<p style="color:#50AD83;opacity:0.8;">80%</p>
Text in Farbe #50AD83 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50AD83;}
<p style="text-shadow: 3px 3px 1px #50AD83">Text here.</p>
Dieser Text hat den Schatten in Farbe #50AD83.
.textShadow {text-shadow: 3px 3px 1px #50AD83, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50AD83, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50AD83 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50AD83, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50AD83, Direction=45, Strength=4)">Text</p>
This text has shadow with #50AD83 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50AD83; -webkit-box-shadow: 1px 1px 3px 2px #50AD83; box-shadow: 1px 1px 3px 2px #50AD83; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50AD83; -webkit-box-shadow: 1px 1px 3px 2px #50AD83; box-shadow:1px 1px 3px 2px #50AD83;">
Div content here</div>
Dieser Text ist in der Farbe #50AD83 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50AD83 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50AD83.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50AD83.