HEX: #857979
RGB: (133,121,121)
#857979 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #857979 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #857979 wird in RGB als (133,121,121) definiert.
RGB: (133,121,121) (52%,47%,47%)
R 133 von 255 = 52%
G 121 von 255 = 47%
B 121 von 255 = 47%
R + G + B ~ 49%. #857979 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
133 + 121 + 121 = 375 (100%)
R 133 von 375 ~ 35.47%
G 121 von 375 ~ 32.27%
B 121 von 375 ~ 32.27%
Die Farbe #857979 wird in CMYK als (0,9,9,48) definiert.
CMYK: (0,9,9,48) C0M9Y9K48 (0%,9%,9%,48%) (0.00/0.09/0.09/0.48)
85 | 79 | 79 | |
---|---|---|---|
RGB | 133 | 121 | 121 |
HSL | 0° | 4.72% | 49.80% |
HSB/HSV | 0° | 9.02% | 52.16% |
CMYK | 0.00% | 9.02% | 9.02% |
47.84% |
Hexadezimal | 85 | 79 | 79 |
Dezimal | 133 | 121 | 121 |
Binär | 10000101 | 1111001 | 1111001 |
Oktal | 205 | 171 | 171 |
Beispiele css- und html für Elemente in der Farbe #857979. Bitte benutzen Sie auch rgb(133,121,121) statt hex-Code.
.myTextColor { color: #857979; }
<p style="color:#857979">This sample text font color is #857979.</p>
Die Farbe dieses Textes ist #857979.
.myBgColor { background-color: #857979; }
<div style="background-color:#857979">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #857979.
.myBorderColor { border: 1px solid #857979; }
<div style="border:3px solid #857979">Div</div>
Die Grenzen von diesem div sind in Farbe #857979.
.myOpacity80 { color: #857979; opacity: 0.8; }
<p style="color:#857979;opacity:0.8;">80%</p>
Text in Farbe #857979 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #857979;}
<p style="text-shadow: 3px 3px 1px #857979">Text here.</p>
Dieser Text hat den Schatten in Farbe #857979.
.textShadow {text-shadow: 3px 3px 1px #857979, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #857979, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #857979 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#857979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#857979, Direction=45, Strength=4)">Text</p>
This text has shadow with #857979 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #857979; -webkit-box-shadow: 1px 1px 3px 2px #857979; box-shadow: 1px 1px 3px 2px #857979; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #857979; -webkit-box-shadow: 1px 1px 3px 2px #857979; box-shadow:1px 1px 3px 2px #857979;">
Div content here</div>
Dieser Text ist in der Farbe #857979 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #857979 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #857979.
Dieser Text ist weiß auf dem Hintergrund in Farbe #857979.