HEX: #855765
RGB: (133,87,101)
#855765 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #855765 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #855765 wird in RGB als (133,87,101) definiert.
RGB: (133,87,101)
(52%, 34%, 40%)
R 133 von 255 = 52%
G 87 von 255 = 34%
B 101 von 255 = 40%
R + G + B ~ 42%. #855765 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 133 + 87 + 101 = 321 (100%)
R 133 von 321 ~ 41.43%
G 87 von 321 ~ 27.1%
B 101 von 321 ~ 31.46'%
Die Farbe #855765 wird in CMYK als (0,35,24,48) definiert.
CMYK: (0,35,24,48)
C0M35Y24K48 (0%, 35%, 24%, 48%)
(0.00 / 0.35 / 0.24 / 0.48)
Farbe #855765 in den populären Farbmodellen.
85 | 57 | 65 | |
---|---|---|---|
RGB | 133 | 87 | 101 |
HSL | 342° | 20.91% | 43.14% |
HSB/HSV | 342° | 34.59% | 52.16% |
CMYK | 0.00% | 34.59% | 24.06% |
47.84% |
Die Farbe #855765 in den populären Zahlensystemen.
Hexadezimal | 85 | 57 | 65 |
Dezimal | 133 | 87 | 101 |
Binär | 10000101 | 1010111 | 1100101 |
Oktal | 205 | 127 | 145 |
Dunkle Töne der Farbe #855765
Helle Töne der Farbe #855765
Beispiele css- und html für Elemente in der Farbe #855765. Bitte benutzen Sie auch rgb(133,87,101) statt hex-Code.
.myTextColor { color: #855765; }
<p style="color:#855765">This sample text font color is #855765.</p>
Die Farbe dieses Textes ist #855765.
.myBgColor { background-color: #855765; }
<div style="background-color:#855765">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #855765.
.myBorderColor { border: 1px solid #855765; }
<div style="border:3px solid #855765">Div</div>
Die Grenzen von diesem div sind in Farbe #855765.
.myOpacity80 { color: #855765; opacity: 0.8; }
<p style="color:#855765;opacity:0.8;">80%</p>
Text in Farbe #855765 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #855765;}
<p style="text-shadow: 3px 3px 1px #855765">Text here.</p>
Dieser Text hat den Schatten in Farbe #855765.
.textShadow {text-shadow: 3px 3px 1px #855765', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #855765, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #855765 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855765, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#855765, Direction=45, Strength=4)">Text</p>
This text has shadow with #855765 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #855765;
-webkit-box-shadow: 1px 1px 3px 2px #855765;
box-shadow: 1px 1px 3px 2px #855765;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #855765; -webkit-box-shadow: 1px 1px 3px 2px #855765; box-shadow:1px 1px 3px 2px #855765;">
Div content here
</div>
Dieser Text ist in der Farbe #855765 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #855765 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #855765.
Dieser Text ist weiß auf dem Hintergrund in Farbe #855765.
Kontrastfarbe für #hex ist #7AA89A.