HEX: #478026
RGB: (71,128,38)
#478026 enthält hauptsächlich rote und grüne Farbe. Für #478026 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #478026 wird in RGB als (71,128,38) definiert.
RGB: (71,128,38) (28%,50%,15%)
R 71 von 255 = 28%
G 128 von 255 = 50%
B 38 von 255 = 15%
R + G + B ~ 31%. #478026 ziemlich dunkle Farbe.
R + G + B =
71 + 128 + 38 = 237 (100%)
R 71 von 237 ~ 29.96%
G 128 von 237 ~ 54.01%
B 38 von 237 ~ 16.03%
Die Farbe #478026 wird in CMYK als (45,0,70,50) definiert.
CMYK: (45,0,70,50) C45M0Y70K50 (45%,0%,70%,50%) (0.45/0.00/0.70/0.50)
47 | 80 | 26 | |
---|---|---|---|
RGB | 71 | 128 | 38 |
HSL | 98° | 54.22% | 32.55% |
HSB/HSV | 98° | 70.31% | 50.20% |
CMYK | 44.53% | 0.00% | 70.31% |
49.80% |
Hexadezimal | 47 | 80 | 26 |
Dezimal | 71 | 128 | 38 |
Binär | 1000111 | 10000000 | 100110 |
Oktal | 107 | 200 | 46 |
Beispiele css- und html für Elemente in der Farbe #478026. Bitte benutzen Sie auch rgb(71,128,38) statt hex-Code.
.myTextColor { color: #478026; }
<p style="color:#478026">This sample text font color is #478026.</p>
Die Farbe dieses Textes ist #478026.
.myBgColor { background-color: #478026; }
<div style="background-color:#478026">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #478026.
.myBorderColor { border: 1px solid #478026; }
<div style="border:3px solid #478026">Div</div>
Die Grenzen von diesem div sind in Farbe #478026.
.myOpacity80 { color: #478026; opacity: 0.8; }
<p style="color:#478026;opacity:0.8;">80%</p>
Text in Farbe #478026 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478026;}
<p style="text-shadow: 3px 3px 1px #478026">Text here.</p>
Dieser Text hat den Schatten in Farbe #478026.
.textShadow {text-shadow: 3px 3px 1px #478026, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478026, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #478026 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478026, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478026, Direction=45, Strength=4)">Text</p>
This text has shadow with #478026 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478026; -webkit-box-shadow: 1px 1px 3px 2px #478026; box-shadow: 1px 1px 3px 2px #478026; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #478026; -webkit-box-shadow: 1px 1px 3px 2px #478026; box-shadow:1px 1px 3px 2px #478026;">
Div content here</div>
Dieser Text ist in der Farbe #478026 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #478026 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #478026.
Dieser Text ist weiß auf dem Hintergrund in Farbe #478026.