HEX: #498050
RGB: (73,128,80)
#498050 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #498050 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #498050 wird in RGB als (73,128,80) definiert.
RGB: (73,128,80) (29%,50%,31%)
R 73 von 255 = 29%
G 128 von 255 = 50%
B 80 von 255 = 31%
R + G + B ~ 37%. #498050 ziemlich dunkle Farbe.
R + G + B =
73 + 128 + 80 = 281 (100%)
R 73 von 281 ~ 25.98%
G 128 von 281 ~ 45.55%
B 80 von 281 ~ 28.47%
Die Farbe #498050 wird in CMYK als (43,0,38,50) definiert.
CMYK: (43,0,38,50) C43M0Y38K50 (43%,0%,38%,50%) (0.43/0.00/0.38/0.50)
49 | 80 | 50 | |
---|---|---|---|
RGB | 73 | 128 | 80 |
HSL | 128° | 27.36% | 39.41% |
HSB/HSV | 128° | 42.97% | 50.20% |
CMYK | 42.97% | 0.00% | 37.50% |
49.80% |
Hexadezimal | 49 | 80 | 50 |
Dezimal | 73 | 128 | 80 |
Binär | 1001001 | 10000000 | 1010000 |
Oktal | 111 | 200 | 120 |
Beispiele css- und html für Elemente in der Farbe #498050. Bitte benutzen Sie auch rgb(73,128,80) statt hex-Code.
.myTextColor { color: #498050; }
<p style="color:#498050">This sample text font color is #498050.</p>
Die Farbe dieses Textes ist #498050.
.myBgColor { background-color: #498050; }
<div style="background-color:#498050">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #498050.
.myBorderColor { border: 1px solid #498050; }
<div style="border:3px solid #498050">Div</div>
Die Grenzen von diesem div sind in Farbe #498050.
.myOpacity80 { color: #498050; opacity: 0.8; }
<p style="color:#498050;opacity:0.8;">80%</p>
Text in Farbe #498050 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498050;}
<p style="text-shadow: 3px 3px 1px #498050">Text here.</p>
Dieser Text hat den Schatten in Farbe #498050.
.textShadow {text-shadow: 3px 3px 1px #498050, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498050, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #498050 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498050, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498050, Direction=45, Strength=4)">Text</p>
This text has shadow with #498050 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #498050; -webkit-box-shadow: 1px 1px 3px 2px #498050; box-shadow: 1px 1px 3px 2px #498050; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #498050; -webkit-box-shadow: 1px 1px 3px 2px #498050; box-shadow:1px 1px 3px 2px #498050;">
Div content here</div>
Dieser Text ist in der Farbe #498050 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #498050 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #498050.
Dieser Text ist weiß auf dem Hintergrund in Farbe #498050.