HEX: #D47D48
RGB: (212,125,72)
#D47D48 enthält hauptsächlich rote Farbe. Für #D47D48 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #D47D48 wird in RGB als (212,125,72) definiert.
RGB: (212,125,72) (83%,49%,28%)
R 212 von 255 = 83%
G 125 von 255 = 49%
B 72 von 255 = 28%
R + G + B ~ 53%. #D47D48 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
212 + 125 + 72 = 409 (100%)
R 212 von 409 ~ 51.83%
G 125 von 409 ~ 30.56%
B 72 von 409 ~ 17.6%
Die Farbe #D47D48 wird in CMYK als (0,41,66,17) definiert.
CMYK: (0,41,66,17) C0M41Y66K17 (0%,41%,66%,17%) (0.00/0.41/0.66/0.17)
D4 | 7D | 48 | |
---|---|---|---|
RGB | 212 | 125 | 72 |
HSL | 23° | 61.95% | 55.69% |
HSB/HSV | 23° | 66.04% | 83.14% |
CMYK | 0.00% | 41.04% | 66.04% |
16.86% |
Hexadezimal | D4 | 7D | 48 |
Dezimal | 212 | 125 | 72 |
Binär | 11010100 | 1111101 | 1001000 |
Oktal | 324 | 175 | 110 |
Beispiele css- und html für Elemente in der Farbe #D47D48. Bitte benutzen Sie auch rgb(212,125,72) statt hex-Code.
.myTextColor { color: #D47D48; }
<p style="color:#D47D48">This sample text font color is #D47D48.</p>
Die Farbe dieses Textes ist #D47D48.
.myBgColor { background-color: #D47D48; }
<div style="background-color:#D47D48">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D47D48.
.myBorderColor { border: 1px solid #D47D48; }
<div style="border:3px solid #D47D48">Div</div>
Die Grenzen von diesem div sind in Farbe #D47D48.
.myOpacity80 { color: #D47D48; opacity: 0.8; }
<p style="color:#D47D48;opacity:0.8;">80%</p>
Text in Farbe #D47D48 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D47D48;}
<p style="text-shadow: 3px 3px 1px #D47D48">Text here.</p>
Dieser Text hat den Schatten in Farbe #D47D48.
.textShadow {text-shadow: 3px 3px 1px #D47D48, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D47D48, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D47D48 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D47D48, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D47D48, Direction=45, Strength=4)">Text</p>
This text has shadow with #D47D48 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D47D48; -webkit-box-shadow: 1px 1px 3px 2px #D47D48; box-shadow: 1px 1px 3px 2px #D47D48; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D47D48; -webkit-box-shadow: 1px 1px 3px 2px #D47D48; box-shadow:1px 1px 3px 2px #D47D48;">
Div content here</div>
Dieser Text ist in der Farbe #D47D48 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D47D48 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D47D48.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D47D48.