HEX: #480B14
RGB: (72,11,20)
#480B14 enthält hauptsächlich rote und blaue Farbe. Für #480B14 ist eine «websichere» Webfarbe #330000 (oder kurz #300).
Die Farbe #480B14 wird in RGB als (72,11,20) definiert.
RGB: (72,11,20) (28%,4%,8%)
R 72 von 255 = 28%
G 11 von 255 = 4%
B 20 von 255 = 8%
R + G + B ~ 13%. #480B14 dunkle Farbe.
R + G + B =
72 + 11 + 20 = 103 (100%)
R 72 von 103 ~ 69.9%
G 11 von 103 ~ 10.68%
B 20 von 103 ~ 19.42%
Die Farbe #480B14 wird in CMYK als (0,85,72,72) definiert.
CMYK: (0,85,72,72) C0M85Y72K72 (0%,85%,72%,72%) (0.00/0.85/0.72/0.72)
48 | 0B | 14 | |
---|---|---|---|
RGB | 72 | 11 | 20 |
HSL | 351° | 73.49% | 16.27% |
HSB/HSV | 351° | 84.72% | 28.24% |
CMYK | 0.00% | 84.72% | 72.22% |
71.76% |
Hexadezimal | 48 | 0B | 14 |
Dezimal | 72 | 11 | 20 |
Binär | 1001000 | 1011 | 10100 |
Oktal | 110 | 13 | 24 |
Beispiele css- und html für Elemente in der Farbe #480B14. Bitte benutzen Sie auch rgb(72,11,20) statt hex-Code.
.myTextColor { color: #480B14; }
<p style="color:#480B14">This sample text font color is #480B14.</p>
Die Farbe dieses Textes ist #480B14.
.myBgColor { background-color: #480B14; }
<div style="background-color:#480B14">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #480B14.
.myBorderColor { border: 1px solid #480B14; }
<div style="border:3px solid #480B14">Div</div>
Die Grenzen von diesem div sind in Farbe #480B14.
.myOpacity80 { color: #480B14; opacity: 0.8; }
<p style="color:#480B14;opacity:0.8;">80%</p>
Text in Farbe #480B14 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #480B14;}
<p style="text-shadow: 3px 3px 1px #480B14">Text here.</p>
Dieser Text hat den Schatten in Farbe #480B14.
.textShadow {text-shadow: 3px 3px 1px #480B14, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #480B14, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #480B14 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#480B14, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#480B14, Direction=45, Strength=4)">Text</p>
This text has shadow with #480B14 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #480B14; -webkit-box-shadow: 1px 1px 3px 2px #480B14; box-shadow: 1px 1px 3px 2px #480B14; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #480B14; -webkit-box-shadow: 1px 1px 3px 2px #480B14; box-shadow:1px 1px 3px 2px #480B14;">
Div content here</div>
Dieser Text ist in der Farbe #480B14 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #480B14 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #480B14.
Dieser Text ist weiß auf dem Hintergrund in Farbe #480B14.