HEX: #471711
RGB: (71,23,17)
#471711 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #471711 ist eine «websichere» Webfarbe #330000 (oder kurz #300).
Die Farbe #471711 wird in RGB als (71,23,17) definiert.
RGB: (71,23,17) (28%,9%,7%)
R 71 von 255 = 28%
G 23 von 255 = 9%
B 17 von 255 = 7%
R + G + B ~ 15%. #471711 dunkle Farbe.
R + G + B =
71 + 23 + 17 = 111 (100%)
R 71 von 111 ~ 63.96%
G 23 von 111 ~ 20.72%
B 17 von 111 ~ 15.32%
Die Farbe #471711 wird in CMYK als (0,68,76,72) definiert.
CMYK: (0,68,76,72) C0M68Y76K72 (0%,68%,76%,72%) (0.00/0.68/0.76/0.72)
47 | 17 | 11 | |
---|---|---|---|
RGB | 71 | 23 | 17 |
HSL | 7° | 61.36% | 17.25% |
HSB/HSV | 7° | 76.06% | 27.84% |
CMYK | 0.00% | 67.61% | 76.06% |
72.16% |
Hexadezimal | 47 | 17 | 11 |
Dezimal | 71 | 23 | 17 |
Binär | 1000111 | 10111 | 10001 |
Oktal | 107 | 27 | 21 |
Beispiele css- und html für Elemente in der Farbe #471711. Bitte benutzen Sie auch rgb(71,23,17) statt hex-Code.
.myTextColor { color: #471711; }
<p style="color:#471711">This sample text font color is #471711.</p>
Die Farbe dieses Textes ist #471711.
.myBgColor { background-color: #471711; }
<div style="background-color:#471711">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #471711.
.myBorderColor { border: 1px solid #471711; }
<div style="border:3px solid #471711">Div</div>
Die Grenzen von diesem div sind in Farbe #471711.
.myOpacity80 { color: #471711; opacity: 0.8; }
<p style="color:#471711;opacity:0.8;">80%</p>
Text in Farbe #471711 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471711;}
<p style="text-shadow: 3px 3px 1px #471711">Text here.</p>
Dieser Text hat den Schatten in Farbe #471711.
.textShadow {text-shadow: 3px 3px 1px #471711, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471711, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #471711 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471711, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471711, Direction=45, Strength=4)">Text</p>
This text has shadow with #471711 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471711; -webkit-box-shadow: 1px 1px 3px 2px #471711; box-shadow: 1px 1px 3px 2px #471711; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471711; -webkit-box-shadow: 1px 1px 3px 2px #471711; box-shadow:1px 1px 3px 2px #471711;">
Div content here</div>
Dieser Text ist in der Farbe #471711 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #471711 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #471711.
Dieser Text ist weiß auf dem Hintergrund in Farbe #471711.