HEX: #D5736B
RGB: (213,115,107)
#D5736B enthält hauptsächlich rote Farbe. Für #D5736B ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #D5736B wird in RGB als (213,115,107) definiert.
RGB: (213,115,107)
(84%, 45%, 42%)
R 213 von 255 = 84%
G 115 von 255 = 45%
B 107 von 255 = 42%
R + G + B ~ 57%. #D5736B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 213 + 115 + 107 = 435 (100%)
R 213 von 435 ~ 48.97%
G 115 von 435 ~ 26.44%
B 107 von 435 ~ 24.6'%
Die Farbe #D5736B wird in CMYK als (0,46,50,16) definiert.
CMYK: (0,46,50,16)
C0M46Y50K16 (0%, 46%, 50%, 16%)
(0.00 / 0.46 / 0.50 / 0.16)
Farbe #D5736B in den populären Farbmodellen.
D5 | 73 | 6B | |
---|---|---|---|
RGB | 213 | 115 | 107 |
HSL | 5° | 55.79% | 62.75% |
HSB/HSV | 5° | 49.77% | 83.53% |
CMYK | 0.00% | 46.01% | 49.77% |
16.47% |
Die Farbe #D5736B in den populären Zahlensystemen.
Hexadezimal | D5 | 73 | 6B |
Dezimal | 213 | 115 | 107 |
Binär | 11010101 | 1110011 | 1101011 |
Oktal | 325 | 163 | 153 |
Dunkle Töne der Farbe #D5736B
Helle Töne der Farbe #D5736B
Beispiele css- und html für Elemente in der Farbe #D5736B. Bitte benutzen Sie auch rgb(213,115,107) statt hex-Code.
.myTextColor { color: #D5736B; }
<p style="color:#D5736B">This sample text font color is #D5736B.</p>
Die Farbe dieses Textes ist #D5736B.
.myBgColor { background-color: #D5736B; }
<div style="background-color:#D5736B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5736B.
.myBorderColor { border: 1px solid #D5736B; }
<div style="border:3px solid #D5736B">Div</div>
Die Grenzen von diesem div sind in Farbe #D5736B.
.myOpacity80 { color: #D5736B; opacity: 0.8; }
<p style="color:#D5736B;opacity:0.8;">80%</p>
Text in Farbe #D5736B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5736B;}
<p style="text-shadow: 3px 3px 1px #D5736B">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5736B.
.textShadow {text-shadow: 3px 3px 1px #D5736B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5736B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5736B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5736B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5736B, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5736B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5736B;
-webkit-box-shadow: 1px 1px 3px 2px #D5736B;
box-shadow: 1px 1px 3px 2px #D5736B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5736B; -webkit-box-shadow: 1px 1px 3px 2px #D5736B; box-shadow:1px 1px 3px 2px #D5736B;">
Div content here
</div>
Dieser Text ist in der Farbe #D5736B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5736B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5736B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5736B.
Kontrastfarbe für #hex ist #2A8C94.