HEX: #478850
RGB: (71,136,80)
#478850 enthält hauptsächlich grüne und blaue Farbe. Für #478850 ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #478850 wird in RGB als (71,136,80) definiert.
RGB: (71,136,80)
(28%, 53%, 31%)
R 71 von 255 = 28%
G 136 von 255 = 53%
B 80 von 255 = 31%
R + G + B ~ 37%. #478850 ziemlich dunkle Farbe.
R + G + B = 71 + 136 + 80 = 287 (100%)
R 71 von 287 ~ 24.74%
G 136 von 287 ~ 47.39%
B 80 von 287 ~ 27.87'%
Die Farbe #478850 wird in CMYK als (48,0,41,47) definiert.
CMYK: (48,0,41,47)
C48M0Y41K47 (48%, 0%, 41%, 47%)
(0.48 / 0.00 / 0.41 / 0.47)
Farbe #478850 in den populären Farbmodellen.
47 | 88 | 50 | |
---|---|---|---|
RGB | 71 | 136 | 80 |
HSL | 128° | 31.40% | 40.59% |
HSB/HSV | 128° | 47.79% | 53.33% |
CMYK | 47.79% | 0.00% | 41.18% |
46.67% |
Die Farbe #478850 in den populären Zahlensystemen.
Hexadezimal | 47 | 88 | 50 |
Dezimal | 71 | 136 | 80 |
Binär | 1000111 | 10001000 | 1010000 |
Oktal | 107 | 210 | 120 |
Dunkle Töne der Farbe #478850
Helle Töne der Farbe #478850
Beispiele css- und html für Elemente in der Farbe #478850. Bitte benutzen Sie auch rgb(71,136,80) statt hex-Code.
.myTextColor { color: #478850; }
<p style="color:#478850">This sample text font color is #478850.</p>
Die Farbe dieses Textes ist #478850.
.myBgColor { background-color: #478850; }
<div style="background-color:#478850">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #478850.
.myBorderColor { border: 1px solid #478850; }
<div style="border:3px solid #478850">Div</div>
Die Grenzen von diesem div sind in Farbe #478850.
.myOpacity80 { color: #478850; opacity: 0.8; }
<p style="color:#478850;opacity:0.8;">80%</p>
Text in Farbe #478850 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478850;}
<p style="text-shadow: 3px 3px 1px #478850">Text here.</p>
Dieser Text hat den Schatten in Farbe #478850.
.textShadow {text-shadow: 3px 3px 1px #478850', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478850, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #478850 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478850, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478850, Direction=45, Strength=4)">Text</p>
This text has shadow with #478850 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #478850;
-webkit-box-shadow: 1px 1px 3px 2px #478850;
box-shadow: 1px 1px 3px 2px #478850;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #478850; -webkit-box-shadow: 1px 1px 3px 2px #478850; box-shadow:1px 1px 3px 2px #478850;">
Div content here
</div>
Dieser Text ist in der Farbe #478850 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #478850 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #478850.
Dieser Text ist weiß auf dem Hintergrund in Farbe #478850.
Kontrastfarbe für #hex ist #B877AF.