HEX: #509C6E
RGB: (80,156,110)
#509C6E enthält hauptsächlich grüne und blaue Farbe. Für #509C6E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #509C6E wird in RGB als (80,156,110) definiert.
RGB: (80,156,110)
(31%, 61%, 43%)
R 80 von 255 = 31%
G 156 von 255 = 61%
B 110 von 255 = 43%
R + G + B ~ 45%. #509C6E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 156 + 110 = 346 (100%)
R 80 von 346 ~ 23.12%
G 156 von 346 ~ 45.09%
B 110 von 346 ~ 31.79'%
Die Farbe #509C6E wird in CMYK als (49,0,29,39) definiert.
CMYK: (49,0,29,39)
C49M0Y29K39 (49%, 0%, 29%, 39%)
(0.49 / 0.00 / 0.29 / 0.39)
Farbe #509C6E in den populären Farbmodellen.
50 | 9C | 6E | |
---|---|---|---|
RGB | 80 | 156 | 110 |
HSL | 144° | 32.20% | 46.27% |
HSB/HSV | 144° | 48.72% | 61.18% |
CMYK | 48.72% | 0.00% | 29.49% |
38.82% |
Die Farbe #509C6E in den populären Zahlensystemen.
Hexadezimal | 50 | 9C | 6E |
Dezimal | 80 | 156 | 110 |
Binär | 1010000 | 10011100 | 1101110 |
Oktal | 120 | 234 | 156 |
Dunkle Töne der Farbe #509C6E
Helle Töne der Farbe #509C6E
Beispiele css- und html für Elemente in der Farbe #509C6E. Bitte benutzen Sie auch rgb(80,156,110) statt hex-Code.
.myTextColor { color: #509C6E; }
<p style="color:#509C6E">This sample text font color is #509C6E.</p>
Die Farbe dieses Textes ist #509C6E.
.myBgColor { background-color: #509C6E; }
<div style="background-color:#509C6E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #509C6E.
.myBorderColor { border: 1px solid #509C6E; }
<div style="border:3px solid #509C6E">Div</div>
Die Grenzen von diesem div sind in Farbe #509C6E.
.myOpacity80 { color: #509C6E; opacity: 0.8; }
<p style="color:#509C6E;opacity:0.8;">80%</p>
Text in Farbe #509C6E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #509C6E;}
<p style="text-shadow: 3px 3px 1px #509C6E">Text here.</p>
Dieser Text hat den Schatten in Farbe #509C6E.
.textShadow {text-shadow: 3px 3px 1px #509C6E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #509C6E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #509C6E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#509C6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#509C6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #509C6E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #509C6E;
-webkit-box-shadow: 1px 1px 3px 2px #509C6E;
box-shadow: 1px 1px 3px 2px #509C6E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #509C6E; -webkit-box-shadow: 1px 1px 3px 2px #509C6E; box-shadow:1px 1px 3px 2px #509C6E;">
Div content here
</div>
Dieser Text ist in der Farbe #509C6E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #509C6E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #509C6E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #509C6E.
Kontrastfarbe für #hex ist #AF6391.