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