HEX: #71596B
RGB: (113,89,107)
#71596B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71596B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #71596B wird in RGB als (113,89,107) definiert.
RGB: (113,89,107) (44%,35%,42%)
R 113 von 255 = 44%
G 89 von 255 = 35%
B 107 von 255 = 42%
R + G + B ~ 40%. #71596B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
113 + 89 + 107 = 309 (100%)
R 113 von 309 ~ 36.57%
G 89 von 309 ~ 28.8%
B 107 von 309 ~ 34.63%
Die Farbe #71596B wird in CMYK als (0,21,5,56) definiert.
CMYK: (0,21,5,56) C0M21Y5K56 (0%,21%,5%,56%) (0.00/0.21/0.05/0.56)
71 | 59 | 6B | |
---|---|---|---|
RGB | 113 | 89 | 107 |
HSL | 315° | 11.88% | 39.61% |
HSB/HSV | 315° | 21.24% | 44.31% |
CMYK | 0.00% | 21.24% | 5.31% |
55.69% |
Hexadezimal | 71 | 59 | 6B |
Dezimal | 113 | 89 | 107 |
Binär | 1110001 | 1011001 | 1101011 |
Oktal | 161 | 131 | 153 |
Beispiele css- und html für Elemente in der Farbe #71596B. Bitte benutzen Sie auch rgb(113,89,107) statt hex-Code.
.myTextColor { color: #71596B; }
<p style="color:#71596B">This sample text font color is #71596B.</p>
Die Farbe dieses Textes ist #71596B.
.myBgColor { background-color: #71596B; }
<div style="background-color:#71596B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71596B.
.myBorderColor { border: 1px solid #71596B; }
<div style="border:3px solid #71596B">Div</div>
Die Grenzen von diesem div sind in Farbe #71596B.
.myOpacity80 { color: #71596B; opacity: 0.8; }
<p style="color:#71596B;opacity:0.8;">80%</p>
Text in Farbe #71596B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71596B;}
<p style="text-shadow: 3px 3px 1px #71596B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71596B.
.textShadow {text-shadow: 3px 3px 1px #71596B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71596B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71596B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71596B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71596B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71596B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71596B; -webkit-box-shadow: 1px 1px 3px 2px #71596B; box-shadow: 1px 1px 3px 2px #71596B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71596B; -webkit-box-shadow: 1px 1px 3px 2px #71596B; box-shadow:1px 1px 3px 2px #71596B;">
Div content here</div>
Dieser Text ist in der Farbe #71596B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71596B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71596B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71596B.