HEX: #50749D
RGB: (80,116,157)
#50749D enthält hauptsächlich grüne und blaue Farbe. Für #50749D ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #50749D wird in RGB als (80,116,157) definiert.
RGB: (80,116,157)
(31%, 45%, 62%)
R 80 von 255 = 31%
G 116 von 255 = 45%
B 157 von 255 = 62%
R + G + B ~ 46%. #50749D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 116 + 157 = 353 (100%)
R 80 von 353 ~ 22.66%
G 116 von 353 ~ 32.86%
B 157 von 353 ~ 44.48'%
Die Farbe #50749D wird in CMYK als (49,26,0,38) definiert.
CMYK: (49,26,0,38) C49M26Y0K38 (49%,26%,0%,38%) (0.49/0.26/0.00/0.38)
Farbe #50749D in den populären Farbmodellen.
50 | 74 | 9D | |
---|---|---|---|
RGB | 80 | 116 | 157 |
HSL | 212° | 32.49% | 46.47% |
HSB/HSV | 212° | 49.04% | 61.57% |
CMYK | 49.04% | 26.11% | 0.00% |
38.43% |
Die Farbe #50749D in den populären Zahlensystemen.
Hexadezimal | 50 | 74 | 9D |
Dezimal | 80 | 116 | 157 |
Binär | 1010000 | 1110100 | 10011101 |
Oktal | 120 | 164 | 235 |
Dunkle Töne der Farbe #50749D
Helle Töne der Farbe #50749D
Beispiele css- und html für Elemente in der Farbe #50749D. Bitte benutzen Sie auch rgb(80,116,157) statt hex-Code.
.myTextColor { color: #50749D; }
<p style="color:#50749D">This sample text font color is #50749D.</p>
Die Farbe dieses Textes ist #50749D.
.myBgColor { background-color: #50749D; }
<div style="background-color:#50749D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50749D.
.myBorderColor { border: 1px solid #50749D; }
<div style="border:3px solid #50749D">Div</div>
Die Grenzen von diesem div sind in Farbe #50749D.
.myOpacity80 { color: #50749D; opacity: 0.8; }
<p style="color:#50749D;opacity:0.8;">80%</p>
Text in Farbe #50749D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50749D;}
<p style="text-shadow: 3px 3px 1px #50749D">Text here.</p>
Dieser Text hat den Schatten in Farbe #50749D.
.textShadow {text-shadow: 3px 3px 1px #50749D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50749D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50749D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50749D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50749D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50749D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50749D;
-webkit-box-shadow: 1px 1px 3px 2px #50749D;
box-shadow: 1px 1px 3px 2px #50749D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50749D; -webkit-box-shadow: 1px 1px 3px 2px #50749D; box-shadow:1px 1px 3px 2px #50749D;">
Div content here
</div>
Dieser Text ist in der Farbe #50749D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50749D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50749D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50749D.
Kontrastfarbe für #hex ist #AF8B62.