HEX: #47604E
RGB: (71,96,78)
#47604E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47604E ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #47604E wird in RGB als (71,96,78) definiert.
RGB: (71,96,78)
(28%, 38%, 31%)
R 71 von 255 = 28%
G 96 von 255 = 38%
B 78 von 255 = 31%
R + G + B ~ 32%. #47604E ziemlich dunkle Farbe.
R + G + B = 71 + 96 + 78 = 245 (100%)
R 71 von 245 ~ 28.98%
G 96 von 245 ~ 39.18%
B 78 von 245 ~ 31.84'%
Die Farbe #47604E wird in CMYK als (26,0,19,62) definiert.
CMYK: (26,0,19,62) C26M0Y19K62 (26%,0%,19%,62%) (0.26/0.00/0.19/0.62)
Farbe #47604E in den populären Farbmodellen.
47 | 60 | 4E | |
---|---|---|---|
RGB | 71 | 96 | 78 |
HSL | 137° | 14.97% | 32.75% |
HSB/HSV | 137° | 26.04% | 37.65% |
CMYK | 26.04% | 0.00% | 18.75% |
62.35% |
Die Farbe #47604E in den populären Zahlensystemen.
Hexadezimal | 47 | 60 | 4E |
Dezimal | 71 | 96 | 78 |
Binär | 1000111 | 1100000 | 1001110 |
Oktal | 107 | 140 | 116 |
Dunkle Töne der Farbe #47604E
Helle Töne der Farbe #47604E
Beispiele css- und html für Elemente in der Farbe #47604E. Bitte benutzen Sie auch rgb(71,96,78) statt hex-Code.
.myTextColor { color: #47604E; }
<p style="color:#47604E">This sample text font color is #47604E.</p>
Die Farbe dieses Textes ist #47604E.
.myBgColor { background-color: #47604E; }
<div style="background-color:#47604E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47604E.
.myBorderColor { border: 1px solid #47604E; }
<div style="border:3px solid #47604E">Div</div>
Die Grenzen von diesem div sind in Farbe #47604E.
.myOpacity80 { color: #47604E; opacity: 0.8; }
<p style="color:#47604E;opacity:0.8;">80%</p>
Text in Farbe #47604E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47604E;}
<p style="text-shadow: 3px 3px 1px #47604E">Text here.</p>
Dieser Text hat den Schatten in Farbe #47604E.
.textShadow {text-shadow: 3px 3px 1px #47604E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47604E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47604E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47604E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47604E, Direction=45, Strength=4)">Text</p>
This text has shadow with #47604E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47604E;
-webkit-box-shadow: 1px 1px 3px 2px #47604E;
box-shadow: 1px 1px 3px 2px #47604E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47604E; -webkit-box-shadow: 1px 1px 3px 2px #47604E; box-shadow:1px 1px 3px 2px #47604E;">
Div content here
</div>
Dieser Text ist in der Farbe #47604E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47604E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47604E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47604E.
Kontrastfarbe für #hex ist #B89FB1.