HEX: #837587
RGB: (131,117,135)
#837587 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #837587 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #837587 wird in RGB als (131,117,135) definiert.
RGB: (131,117,135) (51%,46%,53%)
R 131 von 255 = 51%
G 117 von 255 = 46%
B 135 von 255 = 53%
R + G + B ~ 50%. #837587 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
131 + 117 + 135 = 383 (100%)
R 131 von 383 ~ 34.2%
G 117 von 383 ~ 30.55%
B 135 von 383 ~ 35.25%
Die Farbe #837587 wird in CMYK als (3,13,0,47) definiert.
CMYK: (3,13,0,47) C3M13Y0K47 (3%,13%,0%,47%) (0.03/0.13/0.00/0.47)
83 | 75 | 87 | |
---|---|---|---|
RGB | 131 | 117 | 135 |
HSL | 287° | 7.14% | 49.41% |
HSB/HSV | 287° | 13.33% | 52.94% |
CMYK | 2.96% | 13.33% | 0.00% |
47.06% |
Hexadezimal | 83 | 75 | 87 |
Dezimal | 131 | 117 | 135 |
Binär | 10000011 | 1110101 | 10000111 |
Oktal | 203 | 165 | 207 |
Beispiele css- und html für Elemente in der Farbe #837587. Bitte benutzen Sie auch rgb(131,117,135) statt hex-Code.
.myTextColor { color: #837587; }
<p style="color:#837587">This sample text font color is #837587.</p>
Die Farbe dieses Textes ist #837587.
.myBgColor { background-color: #837587; }
<div style="background-color:#837587">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #837587.
.myBorderColor { border: 1px solid #837587; }
<div style="border:3px solid #837587">Div</div>
Die Grenzen von diesem div sind in Farbe #837587.
.myOpacity80 { color: #837587; opacity: 0.8; }
<p style="color:#837587;opacity:0.8;">80%</p>
Text in Farbe #837587 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #837587;}
<p style="text-shadow: 3px 3px 1px #837587">Text here.</p>
Dieser Text hat den Schatten in Farbe #837587.
.textShadow {text-shadow: 3px 3px 1px #837587, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #837587, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #837587 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#837587, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#837587, Direction=45, Strength=4)">Text</p>
This text has shadow with #837587 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #837587; -webkit-box-shadow: 1px 1px 3px 2px #837587; box-shadow: 1px 1px 3px 2px #837587; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #837587; -webkit-box-shadow: 1px 1px 3px 2px #837587; box-shadow:1px 1px 3px 2px #837587;">
Div content here</div>
Dieser Text ist in der Farbe #837587 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #837587 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #837587.
Dieser Text ist weiß auf dem Hintergrund in Farbe #837587.