HEX: #487147
RGB: (72,113,71)
#487147 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #487147 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #487147 wird in RGB als (72,113,71) definiert.
RGB: (72,113,71)
(28%, 44%, 28%)
R 72 von 255 = 28%
G 113 von 255 = 44%
B 71 von 255 = 28%
R + G + B ~ 33%. #487147 ziemlich dunkle Farbe.
R + G + B = 72 + 113 + 71 = 256 (100%)
R 72 von 256 ~ 28.13%
G 113 von 256 ~ 44.14%
B 71 von 256 ~ 27.73'%
Die Farbe #487147 wird in CMYK als (36,0,37,56) definiert.
CMYK: (36,0,37,56)
C36M0Y37K56 (36%, 0%, 37%, 56%)
(0.36 / 0.00 / 0.37 / 0.56)
Farbe #487147 in den populären Farbmodellen.
48 | 71 | 47 | |
---|---|---|---|
RGB | 72 | 113 | 71 |
HSL | 119° | 22.83% | 36.08% |
HSB/HSV | 119° | 37.17% | 44.31% |
CMYK | 36.28% | 0.00% | 37.17% |
55.69% |
Die Farbe #487147 in den populären Zahlensystemen.
Hexadezimal | 48 | 71 | 47 |
Dezimal | 72 | 113 | 71 |
Binär | 1001000 | 1110001 | 1000111 |
Oktal | 110 | 161 | 107 |
Dunkle Töne der Farbe #487147
Helle Töne der Farbe #487147
Beispiele css- und html für Elemente in der Farbe #487147. Bitte benutzen Sie auch rgb(72,113,71) statt hex-Code.
.myTextColor { color: #487147; }
<p style="color:#487147">This sample text font color is #487147.</p>
Die Farbe dieses Textes ist #487147.
.myBgColor { background-color: #487147; }
<div style="background-color:#487147">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #487147.
.myBorderColor { border: 1px solid #487147; }
<div style="border:3px solid #487147">Div</div>
Die Grenzen von diesem div sind in Farbe #487147.
.myOpacity80 { color: #487147; opacity: 0.8; }
<p style="color:#487147;opacity:0.8;">80%</p>
Text in Farbe #487147 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #487147;}
<p style="text-shadow: 3px 3px 1px #487147">Text here.</p>
Dieser Text hat den Schatten in Farbe #487147.
.textShadow {text-shadow: 3px 3px 1px #487147', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #487147, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #487147 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#487147, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#487147, Direction=45, Strength=4)">Text</p>
This text has shadow with #487147 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #487147;
-webkit-box-shadow: 1px 1px 3px 2px #487147;
box-shadow: 1px 1px 3px 2px #487147;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #487147; -webkit-box-shadow: 1px 1px 3px 2px #487147; box-shadow:1px 1px 3px 2px #487147;">
Div content here
</div>
Dieser Text ist in der Farbe #487147 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #487147 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #487147.
Dieser Text ist weiß auf dem Hintergrund in Farbe #487147.
Kontrastfarbe für #hex ist #B78EB8.