HEX: #478F7B
RGB: (71,143,123)
#478F7B enthält hauptsächlich grüne und blaue Farbe. Für #478F7B ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #478F7B wird in RGB als (71,143,123) definiert.
RGB: (71,143,123) (28%,56%,48%)
R 71 von 255 = 28%
G 143 von 255 = 56%
B 123 von 255 = 48%
R + G + B ~ 44%. #478F7B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 143 + 123 = 337 (100%)
R 71 von 337 ~ 21.07%
G 143 von 337 ~ 42.43%
B 123 von 337 ~ 36.5%
Die Farbe #478F7B wird in CMYK als (50,0,14,44) definiert.
CMYK: (50,0,14,44) C50M0Y14K44 (50%,0%,14%,44%) (0.50/0.00/0.14/0.44)
47 | 8F | 7B | |
---|---|---|---|
RGB | 71 | 143 | 123 |
HSL | 163° | 33.64% | 41.96% |
HSB/HSV | 163° | 50.35% | 56.08% |
CMYK | 50.35% | 0.00% | 13.99% |
43.92% |
Hexadezimal | 47 | 8F | 7B |
Dezimal | 71 | 143 | 123 |
Binär | 1000111 | 10001111 | 1111011 |
Oktal | 107 | 217 | 173 |
Beispiele css- und html für Elemente in der Farbe #478F7B. Bitte benutzen Sie auch rgb(71,143,123) statt hex-Code.
.myTextColor { color: #478F7B; }
<p style="color:#478F7B">This sample text font color is #478F7B.</p>
Die Farbe dieses Textes ist #478F7B.
.myBgColor { background-color: #478F7B; }
<div style="background-color:#478F7B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #478F7B.
.myBorderColor { border: 1px solid #478F7B; }
<div style="border:3px solid #478F7B">Div</div>
Die Grenzen von diesem div sind in Farbe #478F7B.
.myOpacity80 { color: #478F7B; opacity: 0.8; }
<p style="color:#478F7B;opacity:0.8;">80%</p>
Text in Farbe #478F7B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478F7B;}
<p style="text-shadow: 3px 3px 1px #478F7B">Text here.</p>
Dieser Text hat den Schatten in Farbe #478F7B.
.textShadow {text-shadow: 3px 3px 1px #478F7B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478F7B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #478F7B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478F7B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478F7B, Direction=45, Strength=4)">Text</p>
This text has shadow with #478F7B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478F7B; -webkit-box-shadow: 1px 1px 3px 2px #478F7B; box-shadow: 1px 1px 3px 2px #478F7B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #478F7B; -webkit-box-shadow: 1px 1px 3px 2px #478F7B; box-shadow:1px 1px 3px 2px #478F7B;">
Div content here</div>
Dieser Text ist in der Farbe #478F7B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #478F7B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #478F7B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #478F7B.