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