HEX: #50B428
RGB: (80,180,40)
#50B428 enthält hauptsächlich grüne Farbe. Für #50B428 ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #50B428 wird in RGB als (80,180,40) definiert.
RGB: (80,180,40) (31%,71%,16%)
R 80 von 255 = 31%
G 180 von 255 = 71%
B 40 von 255 = 16%
R + G + B ~ 39%. #50B428 ziemlich dunkle Farbe.
R + G + B =
80 + 180 + 40 = 300 (100%)
R 80 von 300 ~ 26.67%
G 180 von 300 ~ 60%
B 40 von 300 ~ 13.33%
Die Farbe #50B428 wird in CMYK als (56,0,78,29) definiert.
CMYK: (56,0,78,29) C56M0Y78K29 (56%,0%,78%,29%) (0.56/0.00/0.78/0.29)
50 | B4 | 28 | |
---|---|---|---|
RGB | 80 | 180 | 40 |
HSL | 103° | 63.64% | 43.14% |
HSB/HSV | 103° | 77.78% | 70.59% |
CMYK | 55.56% | 0.00% | 77.78% |
29.41% |
Hexadezimal | 50 | B4 | 28 |
Dezimal | 80 | 180 | 40 |
Binär | 1010000 | 10110100 | 101000 |
Oktal | 120 | 264 | 50 |
Beispiele css- und html für Elemente in der Farbe #50B428. Bitte benutzen Sie auch rgb(80,180,40) statt hex-Code.
.myTextColor { color: #50B428; }
<p style="color:#50B428">This sample text font color is #50B428.</p>
Die Farbe dieses Textes ist #50B428.
.myBgColor { background-color: #50B428; }
<div style="background-color:#50B428">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50B428.
.myBorderColor { border: 1px solid #50B428; }
<div style="border:3px solid #50B428">Div</div>
Die Grenzen von diesem div sind in Farbe #50B428.
.myOpacity80 { color: #50B428; opacity: 0.8; }
<p style="color:#50B428;opacity:0.8;">80%</p>
Text in Farbe #50B428 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50B428;}
<p style="text-shadow: 3px 3px 1px #50B428">Text here.</p>
Dieser Text hat den Schatten in Farbe #50B428.
.textShadow {text-shadow: 3px 3px 1px #50B428, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50B428, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50B428 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50B428, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50B428, Direction=45, Strength=4)">Text</p>
This text has shadow with #50B428 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50B428; -webkit-box-shadow: 1px 1px 3px 2px #50B428; box-shadow: 1px 1px 3px 2px #50B428; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50B428; -webkit-box-shadow: 1px 1px 3px 2px #50B428; box-shadow:1px 1px 3px 2px #50B428;">
Div content here</div>
Dieser Text ist in der Farbe #50B428 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50B428 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50B428.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50B428.