HEX: #837A8B
RGB: (131,122,139)
#837A8B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #837A8B ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #837A8B wird in RGB als (131,122,139) definiert.
RGB: (131,122,139)
(51%, 48%, 55%)
R 131 von 255 = 51%
G 122 von 255 = 48%
B 139 von 255 = 55%
R + G + B ~ 51%. #837A8B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 131 + 122 + 139 = 392 (100%)
R 131 von 392 ~ 33.42%
G 122 von 392 ~ 31.12%
B 139 von 392 ~ 35.46'%
Die Farbe #837A8B wird in CMYK als (6,12,0,45) definiert.
CMYK: (6,12,0,45)
C6M12Y0K45 (6%, 12%, 0%, 45%)
(0.06 / 0.12 / 0.00 / 0.45)
Farbe #837A8B in den populären Farbmodellen.
83 | 7A | 8B | |
---|---|---|---|
RGB | 131 | 122 | 139 |
HSL | 272° | 6.83% | 51.18% |
HSB/HSV | 272° | 12.23% | 54.51% |
CMYK | 5.76% | 12.23% | 0.00% |
45.49% |
Die Farbe #837A8B in den populären Zahlensystemen.
Hexadezimal | 83 | 7A | 8B |
Dezimal | 131 | 122 | 139 |
Binär | 10000011 | 1111010 | 10001011 |
Oktal | 203 | 172 | 213 |
Dunkle Töne der Farbe #837A8B
Helle Töne der Farbe #837A8B
Beispiele css- und html für Elemente in der Farbe #837A8B. Bitte benutzen Sie auch rgb(131,122,139) statt hex-Code.
.myTextColor { color: #837A8B; }
<p style="color:#837A8B">This sample text font color is #837A8B.</p>
Die Farbe dieses Textes ist #837A8B.
.myBgColor { background-color: #837A8B; }
<div style="background-color:#837A8B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #837A8B.
.myBorderColor { border: 1px solid #837A8B; }
<div style="border:3px solid #837A8B">Div</div>
Die Grenzen von diesem div sind in Farbe #837A8B.
.myOpacity80 { color: #837A8B; opacity: 0.8; }
<p style="color:#837A8B;opacity:0.8;">80%</p>
Text in Farbe #837A8B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #837A8B;}
<p style="text-shadow: 3px 3px 1px #837A8B">Text here.</p>
Dieser Text hat den Schatten in Farbe #837A8B.
.textShadow {text-shadow: 3px 3px 1px #837A8B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #837A8B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #837A8B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#837A8B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#837A8B, Direction=45, Strength=4)">Text</p>
This text has shadow with #837A8B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #837A8B;
-webkit-box-shadow: 1px 1px 3px 2px #837A8B;
box-shadow: 1px 1px 3px 2px #837A8B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #837A8B; -webkit-box-shadow: 1px 1px 3px 2px #837A8B; box-shadow:1px 1px 3px 2px #837A8B;">
Div content here
</div>
Dieser Text ist in der Farbe #837A8B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #837A8B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #837A8B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #837A8B.
Kontrastfarbe für #hex ist #7C8574.