HEX: #71496D
RGB: (113,73,109)
#71496D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71496D ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #71496D wird in RGB als (113,73,109) definiert.
RGB: (113,73,109)
(44%, 29%, 43%)
R 113 von 255 = 44%
G 73 von 255 = 29%
B 109 von 255 = 43%
R + G + B ~ 39%. #71496D ziemlich dunkle Farbe.
R + G + B = 113 + 73 + 109 = 295 (100%)
R 113 von 295 ~ 38.31%
G 73 von 295 ~ 24.75%
B 109 von 295 ~ 36.95'%
Die Farbe #71496D wird in CMYK als (0,35,4,56) definiert.
CMYK: (0,35,4,56) C0M35Y4K56 (0%,35%,4%,56%) (0.00/0.35/0.04/0.56)
Farbe #71496D in den populären Farbmodellen.
71 | 49 | 6D | |
---|---|---|---|
RGB | 113 | 73 | 109 |
HSL | 306° | 21.51% | 36.47% |
HSB/HSV | 306° | 35.40% | 44.31% |
CMYK | 0.00% | 35.40% | 3.54% |
55.69% |
Die Farbe #71496D in den populären Zahlensystemen.
Hexadezimal | 71 | 49 | 6D |
Dezimal | 113 | 73 | 109 |
Binär | 1110001 | 1001001 | 1101101 |
Oktal | 161 | 111 | 155 |
Dunkle Töne der Farbe #71496D
Helle Töne der Farbe #71496D
Beispiele css- und html für Elemente in der Farbe #71496D. Bitte benutzen Sie auch rgb(113,73,109) statt hex-Code.
.myTextColor { color: #71496D; }
<p style="color:#71496D">This sample text font color is #71496D.</p>
Die Farbe dieses Textes ist #71496D.
.myBgColor { background-color: #71496D; }
<div style="background-color:#71496D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71496D.
.myBorderColor { border: 1px solid #71496D; }
<div style="border:3px solid #71496D">Div</div>
Die Grenzen von diesem div sind in Farbe #71496D.
.myOpacity80 { color: #71496D; opacity: 0.8; }
<p style="color:#71496D;opacity:0.8;">80%</p>
Text in Farbe #71496D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71496D;}
<p style="text-shadow: 3px 3px 1px #71496D">Text here.</p>
Dieser Text hat den Schatten in Farbe #71496D.
.textShadow {text-shadow: 3px 3px 1px #71496D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71496D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71496D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71496D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71496D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71496D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71496D;
-webkit-box-shadow: 1px 1px 3px 2px #71496D;
box-shadow: 1px 1px 3px 2px #71496D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71496D; -webkit-box-shadow: 1px 1px 3px 2px #71496D; box-shadow:1px 1px 3px 2px #71496D;">
Div content here
</div>
Dieser Text ist in der Farbe #71496D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71496D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71496D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71496D.
Kontrastfarbe für #hex ist #8EB692.