HEX: #47143E
RGB: (71,20,62)
#47143E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47143E ist eine «websichere» Webfarbe #330033 (oder kurz #303).
Die Farbe #47143E wird in RGB als (71,20,62) definiert.
RGB: (71,20,62) (28%,8%,24%)
R 71 von 255 = 28%
G 20 von 255 = 8%
B 62 von 255 = 24%
R + G + B ~ 20%. #47143E dunkle Farbe.
R + G + B =
71 + 20 + 62 = 153 (100%)
R 71 von 153 ~ 46.41%
G 20 von 153 ~ 13.07%
B 62 von 153 ~ 40.52%
Die Farbe #47143E wird in CMYK als (0,72,13,72) definiert.
CMYK: (0,72,13,72) C0M72Y13K72 (0%,72%,13%,72%) (0.00/0.72/0.13/0.72)
47 | 14 | 3E | |
---|---|---|---|
RGB | 71 | 20 | 62 |
HSL | 311° | 56.04% | 17.84% |
HSB/HSV | 311° | 71.83% | 27.84% |
CMYK | 0.00% | 71.83% | 12.68% |
72.16% |
Hexadezimal | 47 | 14 | 3E |
Dezimal | 71 | 20 | 62 |
Binär | 1000111 | 10100 | 111110 |
Oktal | 107 | 24 | 76 |
Beispiele css- und html für Elemente in der Farbe #47143E. Bitte benutzen Sie auch rgb(71,20,62) statt hex-Code.
.myTextColor { color: #47143E; }
<p style="color:#47143E">This sample text font color is #47143E.</p>
Die Farbe dieses Textes ist #47143E.
.myBgColor { background-color: #47143E; }
<div style="background-color:#47143E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47143E.
.myBorderColor { border: 1px solid #47143E; }
<div style="border:3px solid #47143E">Div</div>
Die Grenzen von diesem div sind in Farbe #47143E.
.myOpacity80 { color: #47143E; opacity: 0.8; }
<p style="color:#47143E;opacity:0.8;">80%</p>
Text in Farbe #47143E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47143E;}
<p style="text-shadow: 3px 3px 1px #47143E">Text here.</p>
Dieser Text hat den Schatten in Farbe #47143E.
.textShadow {text-shadow: 3px 3px 1px #47143E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47143E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47143E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47143E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47143E, Direction=45, Strength=4)">Text</p>
This text has shadow with #47143E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47143E; -webkit-box-shadow: 1px 1px 3px 2px #47143E; box-shadow: 1px 1px 3px 2px #47143E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47143E; -webkit-box-shadow: 1px 1px 3px 2px #47143E; box-shadow:1px 1px 3px 2px #47143E;">
Div content here</div>
Dieser Text ist in der Farbe #47143E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47143E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47143E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47143E.