HEX: #85757D
RGB: (133,117,125)
#85757D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #85757D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #85757D wird in RGB als (133,117,125) definiert.
RGB: (133,117,125)
(52%, 46%, 49%)
R 133 von 255 = 52%
G 117 von 255 = 46%
B 125 von 255 = 49%
R + G + B ~ 49%. #85757D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 133 + 117 + 125 = 375 (100%)
R 133 von 375 ~ 35.47%
G 117 von 375 ~ 31.2%
B 125 von 375 ~ 33.33'%
Die Farbe #85757D wird in CMYK als (0,12,6,48) definiert.
CMYK: (0,12,6,48) C0M12Y6K48 (0%,12%,6%,48%) (0.00/0.12/0.06/0.48)
Farbe #85757D in den populären Farbmodellen.
85 | 75 | 7D | |
---|---|---|---|
RGB | 133 | 117 | 125 |
HSL | 330° | 6.40% | 49.02% |
HSB/HSV | 330° | 12.03% | 52.16% |
CMYK | 0.00% | 12.03% | 6.02% |
47.84% |
Die Farbe #85757D in den populären Zahlensystemen.
Hexadezimal | 85 | 75 | 7D |
Dezimal | 133 | 117 | 125 |
Binär | 10000101 | 1110101 | 1111101 |
Oktal | 205 | 165 | 175 |
Dunkle Töne der Farbe #85757D
Helle Töne der Farbe #85757D
Beispiele css- und html für Elemente in der Farbe #85757D. Bitte benutzen Sie auch rgb(133,117,125) statt hex-Code.
.myTextColor { color: #85757D; }
<p style="color:#85757D">This sample text font color is #85757D.</p>
Die Farbe dieses Textes ist #85757D.
.myBgColor { background-color: #85757D; }
<div style="background-color:#85757D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #85757D.
.myBorderColor { border: 1px solid #85757D; }
<div style="border:3px solid #85757D">Div</div>
Die Grenzen von diesem div sind in Farbe #85757D.
.myOpacity80 { color: #85757D; opacity: 0.8; }
<p style="color:#85757D;opacity:0.8;">80%</p>
Text in Farbe #85757D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85757D;}
<p style="text-shadow: 3px 3px 1px #85757D">Text here.</p>
Dieser Text hat den Schatten in Farbe #85757D.
.textShadow {text-shadow: 3px 3px 1px #85757D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85757D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #85757D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85757D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85757D, Direction=45, Strength=4)">Text</p>
This text has shadow with #85757D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85757D;
-webkit-box-shadow: 1px 1px 3px 2px #85757D;
box-shadow: 1px 1px 3px 2px #85757D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85757D; -webkit-box-shadow: 1px 1px 3px 2px #85757D; box-shadow:1px 1px 3px 2px #85757D;">
Div content here
</div>
Dieser Text ist in der Farbe #85757D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #85757D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #85757D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #85757D.
Kontrastfarbe für #hex ist #7A8A82.