HEX: #837684
RGB: (131,118,132)
#837684 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #837684 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #837684 wird in RGB als (131,118,132) definiert.
RGB: (131,118,132)
(51%, 46%, 52%)
R 131 von 255 = 51%
G 118 von 255 = 46%
B 132 von 255 = 52%
R + G + B ~ 50%. #837684 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 131 + 118 + 132 = 381 (100%)
R 131 von 381 ~ 34.38%
G 118 von 381 ~ 30.97%
B 132 von 381 ~ 34.65'%
Die Farbe #837684 wird in CMYK als (1,11,0,48) definiert.
CMYK: (1,11,0,48) C1M11Y0K48 (1%,11%,0%,48%) (0.01/0.11/0.00/0.48)
Farbe #837684 in den populären Farbmodellen.
83 | 76 | 84 | |
---|---|---|---|
RGB | 131 | 118 | 132 |
HSL | 296° | 5.60% | 49.02% |
HSB/HSV | 296° | 10.61% | 51.76% |
CMYK | 0.76% | 10.61% | 0.00% |
48.24% |
Die Farbe #837684 in den populären Zahlensystemen.
Hexadezimal | 83 | 76 | 84 |
Dezimal | 131 | 118 | 132 |
Binär | 10000011 | 1110110 | 10000100 |
Oktal | 203 | 166 | 204 |
Dunkle Töne der Farbe #837684
Helle Töne der Farbe #837684
Beispiele css- und html für Elemente in der Farbe #837684. Bitte benutzen Sie auch rgb(131,118,132) statt hex-Code.
.myTextColor { color: #837684; }
<p style="color:#837684">This sample text font color is #837684.</p>
Die Farbe dieses Textes ist #837684.
.myBgColor { background-color: #837684; }
<div style="background-color:#837684">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #837684.
.myBorderColor { border: 1px solid #837684; }
<div style="border:3px solid #837684">Div</div>
Die Grenzen von diesem div sind in Farbe #837684.
.myOpacity80 { color: #837684; opacity: 0.8; }
<p style="color:#837684;opacity:0.8;">80%</p>
Text in Farbe #837684 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #837684;}
<p style="text-shadow: 3px 3px 1px #837684">Text here.</p>
Dieser Text hat den Schatten in Farbe #837684.
.textShadow {text-shadow: 3px 3px 1px #837684', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #837684, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #837684 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#837684, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#837684, Direction=45, Strength=4)">Text</p>
This text has shadow with #837684 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #837684;
-webkit-box-shadow: 1px 1px 3px 2px #837684;
box-shadow: 1px 1px 3px 2px #837684;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #837684; -webkit-box-shadow: 1px 1px 3px 2px #837684; box-shadow:1px 1px 3px 2px #837684;">
Div content here
</div>
Dieser Text ist in der Farbe #837684 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #837684 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #837684.
Dieser Text ist weiß auf dem Hintergrund in Farbe #837684.
Kontrastfarbe für #hex ist #7C897B.