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