HEX: #847B7F
RGB: (132,123,127)
#847B7F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #847B7F ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #847B7F wird in RGB als (132,123,127) definiert.
RGB: (132,123,127)
(52%, 48%, 50%)
R 132 von 255 = 52%
G 123 von 255 = 48%
B 127 von 255 = 50%
R + G + B ~ 50%. #847B7F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 123 + 127 = 382 (100%)
R 132 von 382 ~ 34.55%
G 123 von 382 ~ 32.2%
B 127 von 382 ~ 33.25'%
Die Farbe #847B7F wird in CMYK als (0,7,4,48) definiert.
CMYK: (0,7,4,48)
C0M7Y4K48 (0%, 7%, 4%, 48%)
(0.00 / 0.07 / 0.04 / 0.48)
Farbe #847B7F in den populären Farbmodellen.
84 | 7B | 7F | |
---|---|---|---|
RGB | 132 | 123 | 127 |
HSL | 333° | 3.53% | 50.00% |
HSB/HSV | 333° | 6.82% | 51.76% |
CMYK | 0.00% | 6.82% | 3.79% |
48.24% |
Die Farbe #847B7F in den populären Zahlensystemen.
Hexadezimal | 84 | 7B | 7F |
Dezimal | 132 | 123 | 127 |
Binär | 10000100 | 1111011 | 1111111 |
Oktal | 204 | 173 | 177 |
Dunkle Töne der Farbe #847B7F
Helle Töne der Farbe #847B7F
Beispiele css- und html für Elemente in der Farbe #847B7F. Bitte benutzen Sie auch rgb(132,123,127) statt hex-Code.
.myTextColor { color: #847B7F; }
<p style="color:#847B7F">This sample text font color is #847B7F.</p>
Die Farbe dieses Textes ist #847B7F.
.myBgColor { background-color: #847B7F; }
<div style="background-color:#847B7F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #847B7F.
.myBorderColor { border: 1px solid #847B7F; }
<div style="border:3px solid #847B7F">Div</div>
Die Grenzen von diesem div sind in Farbe #847B7F.
.myOpacity80 { color: #847B7F; opacity: 0.8; }
<p style="color:#847B7F;opacity:0.8;">80%</p>
Text in Farbe #847B7F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #847B7F;}
<p style="text-shadow: 3px 3px 1px #847B7F">Text here.</p>
Dieser Text hat den Schatten in Farbe #847B7F.
.textShadow {text-shadow: 3px 3px 1px #847B7F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #847B7F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #847B7F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#847B7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#847B7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #847B7F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #847B7F;
-webkit-box-shadow: 1px 1px 3px 2px #847B7F;
box-shadow: 1px 1px 3px 2px #847B7F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #847B7F; -webkit-box-shadow: 1px 1px 3px 2px #847B7F; box-shadow:1px 1px 3px 2px #847B7F;">
Div content here
</div>
Dieser Text ist in der Farbe #847B7F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #847B7F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #847B7F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #847B7F.
Kontrastfarbe für #hex ist #7B8480.