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