HEX: #7D406B
RGB: (125,64,107)
#7D406B enthält hauptsächlich rote und blaue Farbe. Für #7D406B ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #7D406B wird in RGB als (125,64,107) definiert.
RGB: (125,64,107)
(49%, 25%, 42%)
R 125 von 255 = 49%
G 64 von 255 = 25%
B 107 von 255 = 42%
R + G + B ~ 39%. #7D406B ziemlich dunkle Farbe.
R + G + B = 125 + 64 + 107 = 296 (100%)
R 125 von 296 ~ 42.23%
G 64 von 296 ~ 21.62%
B 107 von 296 ~ 36.15'%
Die Farbe #7D406B wird in CMYK als (0,49,14,51) definiert.
CMYK: (0,49,14,51)
C0M49Y14K51 (0%, 49%, 14%, 51%)
(0.00 / 0.49 / 0.14 / 0.51)
Farbe #7D406B in den populären Farbmodellen.
7D | 40 | 6B | |
---|---|---|---|
RGB | 125 | 64 | 107 |
HSL | 318° | 32.28% | 37.06% |
HSB/HSV | 318° | 48.80% | 49.02% |
CMYK | 0.00% | 48.80% | 14.40% |
50.98% |
Die Farbe #7D406B in den populären Zahlensystemen.
Hexadezimal | 7D | 40 | 6B |
Dezimal | 125 | 64 | 107 |
Binär | 1111101 | 1000000 | 1101011 |
Oktal | 175 | 100 | 153 |
Dunkle Töne der Farbe #7D406B
Helle Töne der Farbe #7D406B
Beispiele css- und html für Elemente in der Farbe #7D406B. Bitte benutzen Sie auch rgb(125,64,107) statt hex-Code.
.myTextColor { color: #7D406B; }
<p style="color:#7D406B">This sample text font color is #7D406B.</p>
Die Farbe dieses Textes ist #7D406B.
.myBgColor { background-color: #7D406B; }
<div style="background-color:#7D406B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D406B.
.myBorderColor { border: 1px solid #7D406B; }
<div style="border:3px solid #7D406B">Div</div>
Die Grenzen von diesem div sind in Farbe #7D406B.
.myOpacity80 { color: #7D406B; opacity: 0.8; }
<p style="color:#7D406B;opacity:0.8;">80%</p>
Text in Farbe #7D406B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D406B;}
<p style="text-shadow: 3px 3px 1px #7D406B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D406B.
.textShadow {text-shadow: 3px 3px 1px #7D406B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D406B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D406B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D406B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D406B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D406B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D406B;
-webkit-box-shadow: 1px 1px 3px 2px #7D406B;
box-shadow: 1px 1px 3px 2px #7D406B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D406B; -webkit-box-shadow: 1px 1px 3px 2px #7D406B; box-shadow:1px 1px 3px 2px #7D406B;">
Div content here
</div>
Dieser Text ist in der Farbe #7D406B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D406B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D406B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D406B.
Kontrastfarbe für #hex ist #82BF94.