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