HEX: #D48B58
RGB: (212,139,88)
#D48B58 enthält hauptsächlich rote Farbe. Für #D48B58 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #D48B58 wird in RGB als (212,139,88) definiert.
RGB: (212,139,88)
(83%, 55%, 35%)
R 212 von 255 = 83%
G 139 von 255 = 55%
B 88 von 255 = 35%
R + G + B ~ 58%. #D48B58 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 212 + 139 + 88 = 439 (100%)
R 212 von 439 ~ 48.29%
G 139 von 439 ~ 31.66%
B 88 von 439 ~ 20.05'%
Die Farbe #D48B58 wird in CMYK als (0,34,58,17) definiert.
CMYK: (0,34,58,17)
C0M34Y58K17 (0%, 34%, 58%, 17%)
(0.00 / 0.34 / 0.58 / 0.17)
Farbe #D48B58 in den populären Farbmodellen.
D4 | 8B | 58 | |
---|---|---|---|
RGB | 212 | 139 | 88 |
HSL | 25° | 59.05% | 58.82% |
HSB/HSV | 25° | 58.49% | 83.14% |
CMYK | 0.00% | 34.43% | 58.49% |
16.86% |
Die Farbe #D48B58 in den populären Zahlensystemen.
Hexadezimal | D4 | 8B | 58 |
Dezimal | 212 | 139 | 88 |
Binär | 11010100 | 10001011 | 1011000 |
Oktal | 324 | 213 | 130 |
Dunkle Töne der Farbe #D48B58
Helle Töne der Farbe #D48B58
Beispiele css- und html für Elemente in der Farbe #D48B58. Bitte benutzen Sie auch rgb(212,139,88) statt hex-Code.
.myTextColor { color: #D48B58; }
<p style="color:#D48B58">This sample text font color is #D48B58.</p>
Die Farbe dieses Textes ist #D48B58.
.myBgColor { background-color: #D48B58; }
<div style="background-color:#D48B58">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D48B58.
.myBorderColor { border: 1px solid #D48B58; }
<div style="border:3px solid #D48B58">Div</div>
Die Grenzen von diesem div sind in Farbe #D48B58.
.myOpacity80 { color: #D48B58; opacity: 0.8; }
<p style="color:#D48B58;opacity:0.8;">80%</p>
Text in Farbe #D48B58 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D48B58;}
<p style="text-shadow: 3px 3px 1px #D48B58">Text here.</p>
Dieser Text hat den Schatten in Farbe #D48B58.
.textShadow {text-shadow: 3px 3px 1px #D48B58', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D48B58, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D48B58 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D48B58, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D48B58, Direction=45, Strength=4)">Text</p>
This text has shadow with #D48B58 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D48B58;
-webkit-box-shadow: 1px 1px 3px 2px #D48B58;
box-shadow: 1px 1px 3px 2px #D48B58;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D48B58; -webkit-box-shadow: 1px 1px 3px 2px #D48B58; box-shadow:1px 1px 3px 2px #D48B58;">
Div content here
</div>
Dieser Text ist in der Farbe #D48B58 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D48B58 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D48B58.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D48B58.
Kontrastfarbe für #hex ist #2B74A7.