HEX: #87537E
RGB: (135,83,126)
#87537E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #87537E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #87537E wird in RGB als (135,83,126) definiert.
RGB: (135,83,126) (53%,33%,49%)
R 135 von 255 = 53%
G 83 von 255 = 33%
B 126 von 255 = 49%
R + G + B ~ 45%. #87537E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 83 + 126 = 344 (100%)
R 135 von 344 ~ 39.24%
G 83 von 344 ~ 24.13%
B 126 von 344 ~ 36.63%
Die Farbe #87537E wird in CMYK als (0,39,7,47) definiert.
CMYK: (0,39,7,47) C0M39Y7K47 (0%,39%,7%,47%) (0.00/0.39/0.07/0.47)
87 | 53 | 7E | |
---|---|---|---|
RGB | 135 | 83 | 126 |
HSL | 310° | 23.85% | 42.75% |
HSB/HSV | 310° | 38.52% | 52.94% |
CMYK | 0.00% | 38.52% | 6.67% |
47.06% |
Hexadezimal | 87 | 53 | 7E |
Dezimal | 135 | 83 | 126 |
Binär | 10000111 | 1010011 | 1111110 |
Oktal | 207 | 123 | 176 |
Beispiele css- und html für Elemente in der Farbe #87537E. Bitte benutzen Sie auch rgb(135,83,126) statt hex-Code.
.myTextColor { color: #87537E; }
<p style="color:#87537E">This sample text font color is #87537E.</p>
Die Farbe dieses Textes ist #87537E.
.myBgColor { background-color: #87537E; }
<div style="background-color:#87537E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87537E.
.myBorderColor { border: 1px solid #87537E; }
<div style="border:3px solid #87537E">Div</div>
Die Grenzen von diesem div sind in Farbe #87537E.
.myOpacity80 { color: #87537E; opacity: 0.8; }
<p style="color:#87537E;opacity:0.8;">80%</p>
Text in Farbe #87537E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87537E;}
<p style="text-shadow: 3px 3px 1px #87537E">Text here.</p>
Dieser Text hat den Schatten in Farbe #87537E.
.textShadow {text-shadow: 3px 3px 1px #87537E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87537E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87537E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87537E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87537E, Direction=45, Strength=4)">Text</p>
This text has shadow with #87537E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87537E; -webkit-box-shadow: 1px 1px 3px 2px #87537E; box-shadow: 1px 1px 3px 2px #87537E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87537E; -webkit-box-shadow: 1px 1px 3px 2px #87537E; box-shadow:1px 1px 3px 2px #87537E;">
Div content here</div>
Dieser Text ist in der Farbe #87537E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87537E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87537E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87537E.