HEX: #476248
RGB: (71,98,72)
#476248 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #476248 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #476248 wird in RGB als (71,98,72) definiert.
RGB: (71,98,72) (28%,38%,28%)
R 71 von 255 = 28%
G 98 von 255 = 38%
B 72 von 255 = 28%
R + G + B ~ 31%. #476248 ziemlich dunkle Farbe.
R + G + B =
71 + 98 + 72 = 241 (100%)
R 71 von 241 ~ 29.46%
G 98 von 241 ~ 40.66%
B 72 von 241 ~ 29.88%
Die Farbe #476248 wird in CMYK als (28,0,27,62) definiert.
CMYK: (28,0,27,62) C28M0Y27K62 (28%,0%,27%,62%) (0.28/0.00/0.27/0.62)
47 | 62 | 48 | |
---|---|---|---|
RGB | 71 | 98 | 72 |
HSL | 122° | 15.98% | 33.14% |
HSB/HSV | 122° | 27.55% | 38.43% |
CMYK | 27.55% | 0.00% | 26.53% |
61.57% |
Hexadezimal | 47 | 62 | 48 |
Dezimal | 71 | 98 | 72 |
Binär | 1000111 | 1100010 | 1001000 |
Oktal | 107 | 142 | 110 |
Beispiele css- und html für Elemente in der Farbe #476248. Bitte benutzen Sie auch rgb(71,98,72) statt hex-Code.
.myTextColor { color: #476248; }
<p style="color:#476248">This sample text font color is #476248.</p>
Die Farbe dieses Textes ist #476248.
.myBgColor { background-color: #476248; }
<div style="background-color:#476248">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476248.
.myBorderColor { border: 1px solid #476248; }
<div style="border:3px solid #476248">Div</div>
Die Grenzen von diesem div sind in Farbe #476248.
.myOpacity80 { color: #476248; opacity: 0.8; }
<p style="color:#476248;opacity:0.8;">80%</p>
Text in Farbe #476248 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476248;}
<p style="text-shadow: 3px 3px 1px #476248">Text here.</p>
Dieser Text hat den Schatten in Farbe #476248.
.textShadow {text-shadow: 3px 3px 1px #476248, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476248, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476248 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476248, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476248, Direction=45, Strength=4)">Text</p>
This text has shadow with #476248 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476248; -webkit-box-shadow: 1px 1px 3px 2px #476248; box-shadow: 1px 1px 3px 2px #476248; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476248; -webkit-box-shadow: 1px 1px 3px 2px #476248; box-shadow:1px 1px 3px 2px #476248;">
Div content here</div>
Dieser Text ist in der Farbe #476248 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476248 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476248.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476248.