HEX: #47B747
RGB: (71,183,71)
#47B747 enthält hauptsächlich grüne Farbe. Für #47B747 ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #47B747 wird in RGB als (71,183,71) definiert.
RGB: (71,183,71) (28%,72%,28%)
R 71 von 255 = 28%
G 183 von 255 = 72%
B 71 von 255 = 28%
R + G + B ~ 43%. #47B747 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 183 + 71 = 325 (100%)
R 71 von 325 ~ 21.85%
G 183 von 325 ~ 56.31%
B 71 von 325 ~ 21.85%
Die Farbe #47B747 wird in CMYK als (61,0,61,28) definiert.
CMYK: (61,0,61,28) C61M0Y61K28 (61%,0%,61%,28%) (0.61/0.00/0.61/0.28)
47 | B7 | 47 | |
---|---|---|---|
RGB | 71 | 183 | 71 |
HSL | 120° | 44.09% | 49.80% |
HSB/HSV | 120° | 61.20% | 71.76% |
CMYK | 61.20% | 0.00% | 61.20% |
28.24% |
Hexadezimal | 47 | B7 | 47 |
Dezimal | 71 | 183 | 71 |
Binär | 1000111 | 10110111 | 1000111 |
Oktal | 107 | 267 | 107 |
Beispiele css- und html für Elemente in der Farbe #47B747. Bitte benutzen Sie auch rgb(71,183,71) statt hex-Code.
.myTextColor { color: #47B747; }
<p style="color:#47B747">This sample text font color is #47B747.</p>
Die Farbe dieses Textes ist #47B747.
.myBgColor { background-color: #47B747; }
<div style="background-color:#47B747">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47B747.
.myBorderColor { border: 1px solid #47B747; }
<div style="border:3px solid #47B747">Div</div>
Die Grenzen von diesem div sind in Farbe #47B747.
.myOpacity80 { color: #47B747; opacity: 0.8; }
<p style="color:#47B747;opacity:0.8;">80%</p>
Text in Farbe #47B747 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47B747;}
<p style="text-shadow: 3px 3px 1px #47B747">Text here.</p>
Dieser Text hat den Schatten in Farbe #47B747.
.textShadow {text-shadow: 3px 3px 1px #47B747, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47B747, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47B747 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47B747, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47B747, Direction=45, Strength=4)">Text</p>
This text has shadow with #47B747 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47B747; -webkit-box-shadow: 1px 1px 3px 2px #47B747; box-shadow: 1px 1px 3px 2px #47B747; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47B747; -webkit-box-shadow: 1px 1px 3px 2px #47B747; box-shadow:1px 1px 3px 2px #47B747;">
Div content here</div>
Dieser Text ist in der Farbe #47B747 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47B747 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47B747.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47B747.