HEX: #47080D
RGB: (71,8,13)
#47080D enthält hauptsächlich rote und blaue Farbe. Für #47080D ist eine «websichere» Webfarbe #330000 (oder kurz #300).
Die Farbe #47080D wird in RGB als (71,8,13) definiert.
RGB: (71,8,13) (28%,3%,5%)
R 71 von 255 = 28%
G 8 von 255 = 3%
B 13 von 255 = 5%
R + G + B ~ 12%. #47080D dunkle Farbe.
R + G + B =
71 + 8 + 13 = 92 (100%)
R 71 von 92 ~ 77.17%
G 8 von 92 ~ 8.7%
B 13 von 92 ~ 14.13%
Die Farbe #47080D wird in CMYK als (0,89,82,72) definiert.
CMYK: (0,89,82,72) C0M89Y82K72 (0%,89%,82%,72%) (0.00/0.89/0.82/0.72)
47 | 08 | 0D | |
---|---|---|---|
RGB | 71 | 8 | 13 |
HSL | 355° | 79.75% | 15.49% |
HSB/HSV | 355° | 88.73% | 27.84% |
CMYK | 0.00% | 88.73% | 81.69% |
72.16% |
Hexadezimal | 47 | 08 | 0D |
Dezimal | 71 | 8 | 13 |
Binär | 1000111 | 1000 | 1101 |
Oktal | 107 | 10 | 15 |
Beispiele css- und html für Elemente in der Farbe #47080D. Bitte benutzen Sie auch rgb(71,8,13) statt hex-Code.
.myTextColor { color: #47080D; }
<p style="color:#47080D">This sample text font color is #47080D.</p>
Die Farbe dieses Textes ist #47080D.
.myBgColor { background-color: #47080D; }
<div style="background-color:#47080D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47080D.
.myBorderColor { border: 1px solid #47080D; }
<div style="border:3px solid #47080D">Div</div>
Die Grenzen von diesem div sind in Farbe #47080D.
.myOpacity80 { color: #47080D; opacity: 0.8; }
<p style="color:#47080D;opacity:0.8;">80%</p>
Text in Farbe #47080D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47080D;}
<p style="text-shadow: 3px 3px 1px #47080D">Text here.</p>
Dieser Text hat den Schatten in Farbe #47080D.
.textShadow {text-shadow: 3px 3px 1px #47080D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47080D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47080D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47080D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47080D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47080D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47080D; -webkit-box-shadow: 1px 1px 3px 2px #47080D; box-shadow: 1px 1px 3px 2px #47080D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47080D; -webkit-box-shadow: 1px 1px 3px 2px #47080D; box-shadow:1px 1px 3px 2px #47080D;">
Div content here</div>
Dieser Text ist in der Farbe #47080D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47080D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47080D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47080D.