HEX: #887371
RGB: (136,115,113)
#887371 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #887371 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #887371 wird in RGB als (136,115,113) definiert.
RGB: (136,115,113)
(53%, 45%, 44%)
R 136 von 255 = 53%
G 115 von 255 = 45%
B 113 von 255 = 44%
R + G + B ~ 47%. #887371 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 115 + 113 = 364 (100%)
R 136 von 364 ~ 37.36%
G 115 von 364 ~ 31.59%
B 113 von 364 ~ 31.04'%
Die Farbe #887371 wird in CMYK als (0,15,17,47) definiert.
CMYK: (0,15,17,47) C0M15Y17K47 (0%,15%,17%,47%) (0.00/0.15/0.17/0.47)
Farbe #887371 in den populären Farbmodellen.
88 | 73 | 71 | |
---|---|---|---|
RGB | 136 | 115 | 113 |
HSL | 5° | 9.24% | 48.82% |
HSB/HSV | 5° | 16.91% | 53.33% |
CMYK | 0.00% | 15.44% | 16.91% |
46.67% |
Die Farbe #887371 in den populären Zahlensystemen.
Hexadezimal | 88 | 73 | 71 |
Dezimal | 136 | 115 | 113 |
Binär | 10001000 | 1110011 | 1110001 |
Oktal | 210 | 163 | 161 |
Dunkle Töne der Farbe #887371
Helle Töne der Farbe #887371
Beispiele css- und html für Elemente in der Farbe #887371. Bitte benutzen Sie auch rgb(136,115,113) statt hex-Code.
.myTextColor { color: #887371; }
<p style="color:#887371">This sample text font color is #887371.</p>
Die Farbe dieses Textes ist #887371.
.myBgColor { background-color: #887371; }
<div style="background-color:#887371">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #887371.
.myBorderColor { border: 1px solid #887371; }
<div style="border:3px solid #887371">Div</div>
Die Grenzen von diesem div sind in Farbe #887371.
.myOpacity80 { color: #887371; opacity: 0.8; }
<p style="color:#887371;opacity:0.8;">80%</p>
Text in Farbe #887371 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887371;}
<p style="text-shadow: 3px 3px 1px #887371">Text here.</p>
Dieser Text hat den Schatten in Farbe #887371.
.textShadow {text-shadow: 3px 3px 1px #887371', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887371, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #887371 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887371, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887371, Direction=45, Strength=4)">Text</p>
This text has shadow with #887371 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #887371;
-webkit-box-shadow: 1px 1px 3px 2px #887371;
box-shadow: 1px 1px 3px 2px #887371;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #887371; -webkit-box-shadow: 1px 1px 3px 2px #887371; box-shadow:1px 1px 3px 2px #887371;">
Div content here
</div>
Dieser Text ist in der Farbe #887371 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #887371 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #887371.
Dieser Text ist weiß auf dem Hintergrund in Farbe #887371.
Kontrastfarbe für #hex ist #778C8E.