HEX: #47956D
RGB: (71,149,109)
#47956D enthält hauptsächlich grüne und blaue Farbe. Für #47956D ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #47956D wird in RGB als (71,149,109) definiert.
RGB: (71,149,109)
(28%, 58%, 43%)
R 71 von 255 = 28%
G 149 von 255 = 58%
B 109 von 255 = 43%
R + G + B ~ 43%. #47956D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 149 + 109 = 329 (100%)
R 71 von 329 ~ 21.58%
G 149 von 329 ~ 45.29%
B 109 von 329 ~ 33.13'%
Die Farbe #47956D wird in CMYK als (52,0,27,42) definiert.
CMYK: (52,0,27,42)
C52M0Y27K42 (52%, 0%, 27%, 42%)
(0.52 / 0.00 / 0.27 / 0.42)
Farbe #47956D in den populären Farbmodellen.
47 | 95 | 6D | |
---|---|---|---|
RGB | 71 | 149 | 109 |
HSL | 149° | 35.45% | 43.14% |
HSB/HSV | 149° | 52.35% | 58.43% |
CMYK | 52.35% | 0.00% | 26.85% |
41.57% |
Die Farbe #47956D in den populären Zahlensystemen.
Hexadezimal | 47 | 95 | 6D |
Dezimal | 71 | 149 | 109 |
Binär | 1000111 | 10010101 | 1101101 |
Oktal | 107 | 225 | 155 |
Dunkle Töne der Farbe #47956D
Helle Töne der Farbe #47956D
Beispiele css- und html für Elemente in der Farbe #47956D. Bitte benutzen Sie auch rgb(71,149,109) statt hex-Code.
.myTextColor { color: #47956D; }
<p style="color:#47956D">This sample text font color is #47956D.</p>
Die Farbe dieses Textes ist #47956D.
.myBgColor { background-color: #47956D; }
<div style="background-color:#47956D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47956D.
.myBorderColor { border: 1px solid #47956D; }
<div style="border:3px solid #47956D">Div</div>
Die Grenzen von diesem div sind in Farbe #47956D.
.myOpacity80 { color: #47956D; opacity: 0.8; }
<p style="color:#47956D;opacity:0.8;">80%</p>
Text in Farbe #47956D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47956D;}
<p style="text-shadow: 3px 3px 1px #47956D">Text here.</p>
Dieser Text hat den Schatten in Farbe #47956D.
.textShadow {text-shadow: 3px 3px 1px #47956D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47956D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47956D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47956D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47956D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47956D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47956D;
-webkit-box-shadow: 1px 1px 3px 2px #47956D;
box-shadow: 1px 1px 3px 2px #47956D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47956D; -webkit-box-shadow: 1px 1px 3px 2px #47956D; box-shadow:1px 1px 3px 2px #47956D;">
Div content here
</div>
Dieser Text ist in der Farbe #47956D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47956D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47956D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47956D.
Kontrastfarbe für #hex ist #B86A92.