HEX: #474407
RGB: (71,68,7)
#474407 enthält hauptsächlich rote und grüne Farbe. Für #474407 ist eine «websichere» Webfarbe #333300 (oder kurz #330).
Die Farbe #474407 wird in RGB als (71,68,7) definiert.
RGB: (71,68,7) (28%,27%,3%)
R 71 von 255 = 28%
G 68 von 255 = 27%
B 7 von 255 = 3%
R + G + B ~ 19%. #474407 dunkle Farbe.
R + G + B =
71 + 68 + 7 = 146 (100%)
R 71 von 146 ~ 48.63%
G 68 von 146 ~ 46.58%
B 7 von 146 ~ 4.79%
Die Farbe #474407 wird in CMYK als (0,4,90,72) definiert.
CMYK: (0,4,90,72) C0M4Y90K72 (0%,4%,90%,72%) (0.00/0.04/0.90/0.72)
47 | 44 | 07 | |
---|---|---|---|
RGB | 71 | 68 | 7 |
HSL | 57° | 82.05% | 15.29% |
HSB/HSV | 57° | 90.14% | 27.84% |
CMYK | 0.00% | 4.23% | 90.14% |
72.16% |
Hexadezimal | 47 | 44 | 07 |
Dezimal | 71 | 68 | 7 |
Binär | 1000111 | 1000100 | 111 |
Oktal | 107 | 104 | 7 |
Beispiele css- und html für Elemente in der Farbe #474407. Bitte benutzen Sie auch rgb(71,68,7) statt hex-Code.
.myTextColor { color: #474407; }
<p style="color:#474407">This sample text font color is #474407.</p>
Die Farbe dieses Textes ist #474407.
.myBgColor { background-color: #474407; }
<div style="background-color:#474407">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474407.
.myBorderColor { border: 1px solid #474407; }
<div style="border:3px solid #474407">Div</div>
Die Grenzen von diesem div sind in Farbe #474407.
.myOpacity80 { color: #474407; opacity: 0.8; }
<p style="color:#474407;opacity:0.8;">80%</p>
Text in Farbe #474407 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474407;}
<p style="text-shadow: 3px 3px 1px #474407">Text here.</p>
Dieser Text hat den Schatten in Farbe #474407.
.textShadow {text-shadow: 3px 3px 1px #474407, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474407, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474407 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474407, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474407, Direction=45, Strength=4)">Text</p>
This text has shadow with #474407 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474407; -webkit-box-shadow: 1px 1px 3px 2px #474407; box-shadow: 1px 1px 3px 2px #474407; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474407; -webkit-box-shadow: 1px 1px 3px 2px #474407; box-shadow:1px 1px 3px 2px #474407;">
Div content here</div>
Dieser Text ist in der Farbe #474407 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474407 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474407.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474407.