HEX: #478471
RGB: (71,132,113)
#478471 enthält hauptsächlich grüne und blaue Farbe. Für #478471 ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #478471 wird in RGB als (71,132,113) definiert.
RGB: (71,132,113)
(28%, 52%, 44%)
R 71 von 255 = 28%
G 132 von 255 = 52%
B 113 von 255 = 44%
R + G + B ~ 41%. #478471 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 132 + 113 = 316 (100%)
R 71 von 316 ~ 22.47%
G 132 von 316 ~ 41.77%
B 113 von 316 ~ 35.76'%
Die Farbe #478471 wird in CMYK als (46,0,14,48) definiert.
CMYK: (46,0,14,48)
C46M0Y14K48 (46%, 0%, 14%, 48%)
(0.46 / 0.00 / 0.14 / 0.48)
Farbe #478471 in den populären Farbmodellen.
47 | 84 | 71 | |
---|---|---|---|
RGB | 71 | 132 | 113 |
HSL | 161° | 30.05% | 39.80% |
HSB/HSV | 161° | 46.21% | 51.76% |
CMYK | 46.21% | 0.00% | 14.39% |
48.24% |
Die Farbe #478471 in den populären Zahlensystemen.
Hexadezimal | 47 | 84 | 71 |
Dezimal | 71 | 132 | 113 |
Binär | 1000111 | 10000100 | 1110001 |
Oktal | 107 | 204 | 161 |
Dunkle Töne der Farbe #478471
Helle Töne der Farbe #478471
Beispiele css- und html für Elemente in der Farbe #478471. Bitte benutzen Sie auch rgb(71,132,113) statt hex-Code.
.myTextColor { color: #478471; }
<p style="color:#478471">This sample text font color is #478471.</p>
Die Farbe dieses Textes ist #478471.
.myBgColor { background-color: #478471; }
<div style="background-color:#478471">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #478471.
.myBorderColor { border: 1px solid #478471; }
<div style="border:3px solid #478471">Div</div>
Die Grenzen von diesem div sind in Farbe #478471.
.myOpacity80 { color: #478471; opacity: 0.8; }
<p style="color:#478471;opacity:0.8;">80%</p>
Text in Farbe #478471 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478471;}
<p style="text-shadow: 3px 3px 1px #478471">Text here.</p>
Dieser Text hat den Schatten in Farbe #478471.
.textShadow {text-shadow: 3px 3px 1px #478471', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478471, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #478471 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478471, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478471, Direction=45, Strength=4)">Text</p>
This text has shadow with #478471 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #478471;
-webkit-box-shadow: 1px 1px 3px 2px #478471;
box-shadow: 1px 1px 3px 2px #478471;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #478471; -webkit-box-shadow: 1px 1px 3px 2px #478471; box-shadow:1px 1px 3px 2px #478471;">
Div content here
</div>
Dieser Text ist in der Farbe #478471 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #478471 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #478471.
Dieser Text ist weiß auf dem Hintergrund in Farbe #478471.
Kontrastfarbe für #hex ist #B87B8E.