HEX: #47684D
RGB: (71,104,77)
#47684D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47684D ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #47684D wird in RGB als (71,104,77) definiert.
RGB: (71,104,77)
(28%, 41%, 30%)
R 71 von 255 = 28%
G 104 von 255 = 41%
B 77 von 255 = 30%
R + G + B ~ 33%. #47684D ziemlich dunkle Farbe.
R + G + B = 71 + 104 + 77 = 252 (100%)
R 71 von 252 ~ 28.17%
G 104 von 252 ~ 41.27%
B 77 von 252 ~ 30.56'%
Die Farbe #47684D wird in CMYK als (32,0,26,59) definiert.
CMYK: (32,0,26,59) C32M0Y26K59 (32%,0%,26%,59%) (0.32/0.00/0.26/0.59)
Farbe #47684D in den populären Farbmodellen.
47 | 68 | 4D | |
---|---|---|---|
RGB | 71 | 104 | 77 |
HSL | 131° | 18.86% | 34.31% |
HSB/HSV | 131° | 31.73% | 40.78% |
CMYK | 31.73% | 0.00% | 25.96% |
59.22% |
Die Farbe #47684D in den populären Zahlensystemen.
Hexadezimal | 47 | 68 | 4D |
Dezimal | 71 | 104 | 77 |
Binär | 1000111 | 1101000 | 1001101 |
Oktal | 107 | 150 | 115 |
Dunkle Töne der Farbe #47684D
Helle Töne der Farbe #47684D
Beispiele css- und html für Elemente in der Farbe #47684D. Bitte benutzen Sie auch rgb(71,104,77) statt hex-Code.
.myTextColor { color: #47684D; }
<p style="color:#47684D">This sample text font color is #47684D.</p>
Die Farbe dieses Textes ist #47684D.
.myBgColor { background-color: #47684D; }
<div style="background-color:#47684D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47684D.
.myBorderColor { border: 1px solid #47684D; }
<div style="border:3px solid #47684D">Div</div>
Die Grenzen von diesem div sind in Farbe #47684D.
.myOpacity80 { color: #47684D; opacity: 0.8; }
<p style="color:#47684D;opacity:0.8;">80%</p>
Text in Farbe #47684D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47684D;}
<p style="text-shadow: 3px 3px 1px #47684D">Text here.</p>
Dieser Text hat den Schatten in Farbe #47684D.
.textShadow {text-shadow: 3px 3px 1px #47684D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47684D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47684D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47684D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47684D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47684D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47684D;
-webkit-box-shadow: 1px 1px 3px 2px #47684D;
box-shadow: 1px 1px 3px 2px #47684D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47684D; -webkit-box-shadow: 1px 1px 3px 2px #47684D; box-shadow:1px 1px 3px 2px #47684D;">
Div content here
</div>
Dieser Text ist in der Farbe #47684D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47684D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47684D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47684D.
Kontrastfarbe für #hex ist #B897B2.