HEX: #875563
RGB: (135,85,99)
#875563 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #875563 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #875563 wird in RGB als (135,85,99) definiert.
RGB: (135,85,99) (53%,33%,39%)
R 135 von 255 = 53%
G 85 von 255 = 33%
B 99 von 255 = 39%
R + G + B ~ 42%. #875563 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 85 + 99 = 319 (100%)
R 135 von 319 ~ 42.32%
G 85 von 319 ~ 26.65%
B 99 von 319 ~ 31.03%
Die Farbe #875563 wird in CMYK als (0,37,27,47) definiert.
CMYK: (0,37,27,47) C0M37Y27K47 (0%,37%,27%,47%) (0.00/0.37/0.27/0.47)
87 | 55 | 63 | |
---|---|---|---|
RGB | 135 | 85 | 99 |
HSL | 343° | 22.73% | 43.14% |
HSB/HSV | 343° | 37.04% | 52.94% |
CMYK | 0.00% | 37.04% | 26.67% |
47.06% |
Hexadezimal | 87 | 55 | 63 |
Dezimal | 135 | 85 | 99 |
Binär | 10000111 | 1010101 | 1100011 |
Oktal | 207 | 125 | 143 |
Beispiele css- und html für Elemente in der Farbe #875563. Bitte benutzen Sie auch rgb(135,85,99) statt hex-Code.
.myTextColor { color: #875563; }
<p style="color:#875563">This sample text font color is #875563.</p>
Die Farbe dieses Textes ist #875563.
.myBgColor { background-color: #875563; }
<div style="background-color:#875563">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #875563.
.myBorderColor { border: 1px solid #875563; }
<div style="border:3px solid #875563">Div</div>
Die Grenzen von diesem div sind in Farbe #875563.
.myOpacity80 { color: #875563; opacity: 0.8; }
<p style="color:#875563;opacity:0.8;">80%</p>
Text in Farbe #875563 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #875563;}
<p style="text-shadow: 3px 3px 1px #875563">Text here.</p>
Dieser Text hat den Schatten in Farbe #875563.
.textShadow {text-shadow: 3px 3px 1px #875563, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #875563, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #875563 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#875563, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#875563, Direction=45, Strength=4)">Text</p>
This text has shadow with #875563 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #875563; -webkit-box-shadow: 1px 1px 3px 2px #875563; box-shadow: 1px 1px 3px 2px #875563; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #875563; -webkit-box-shadow: 1px 1px 3px 2px #875563; box-shadow:1px 1px 3px 2px #875563;">
Div content here</div>
Dieser Text ist in der Farbe #875563 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #875563 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #875563.
Dieser Text ist weiß auf dem Hintergrund in Farbe #875563.