HEX: #47937D
RGB: (71,147,125)
#47937D enthält hauptsächlich grüne und blaue Farbe. Für #47937D ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #47937D wird in RGB als (71,147,125) definiert.
RGB: (71,147,125)
(28%, 58%, 49%)
R 71 von 255 = 28%
G 147 von 255 = 58%
B 125 von 255 = 49%
R + G + B ~ 45%. #47937D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 147 + 125 = 343 (100%)
R 71 von 343 ~ 20.7%
G 147 von 343 ~ 42.86%
B 125 von 343 ~ 36.44'%
Die Farbe #47937D wird in CMYK als (52,0,15,42) definiert.
CMYK: (52,0,15,42) C52M0Y15K42 (52%,0%,15%,42%) (0.52/0.00/0.15/0.42)
Farbe #47937D in den populären Farbmodellen.
47 | 93 | 7D | |
---|---|---|---|
RGB | 71 | 147 | 125 |
HSL | 163° | 34.86% | 42.75% |
HSB/HSV | 163° | 51.70% | 57.65% |
CMYK | 51.70% | 0.00% | 14.97% |
42.35% |
Die Farbe #47937D in den populären Zahlensystemen.
Hexadezimal | 47 | 93 | 7D |
Dezimal | 71 | 147 | 125 |
Binär | 1000111 | 10010011 | 1111101 |
Oktal | 107 | 223 | 175 |
Dunkle Töne der Farbe #47937D
Helle Töne der Farbe #47937D
Beispiele css- und html für Elemente in der Farbe #47937D. Bitte benutzen Sie auch rgb(71,147,125) statt hex-Code.
.myTextColor { color: #47937D; }
<p style="color:#47937D">This sample text font color is #47937D.</p>
Die Farbe dieses Textes ist #47937D.
.myBgColor { background-color: #47937D; }
<div style="background-color:#47937D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47937D.
.myBorderColor { border: 1px solid #47937D; }
<div style="border:3px solid #47937D">Div</div>
Die Grenzen von diesem div sind in Farbe #47937D.
.myOpacity80 { color: #47937D; opacity: 0.8; }
<p style="color:#47937D;opacity:0.8;">80%</p>
Text in Farbe #47937D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47937D;}
<p style="text-shadow: 3px 3px 1px #47937D">Text here.</p>
Dieser Text hat den Schatten in Farbe #47937D.
.textShadow {text-shadow: 3px 3px 1px #47937D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47937D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47937D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47937D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47937D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47937D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47937D;
-webkit-box-shadow: 1px 1px 3px 2px #47937D;
box-shadow: 1px 1px 3px 2px #47937D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47937D; -webkit-box-shadow: 1px 1px 3px 2px #47937D; box-shadow:1px 1px 3px 2px #47937D;">
Div content here
</div>
Dieser Text ist in der Farbe #47937D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47937D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47937D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47937D.
Kontrastfarbe für #hex ist #B86C82.