HEX: #855976
RGB: (133,89,118)
#855976 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #855976 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #855976 wird in RGB als (133,89,118) definiert.
RGB: (133,89,118)
(52%, 35%, 46%)
R 133 von 255 = 52%
G 89 von 255 = 35%
B 118 von 255 = 46%
R + G + B ~ 44%. #855976 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 133 + 89 + 118 = 340 (100%)
R 133 von 340 ~ 39.12%
G 89 von 340 ~ 26.18%
B 118 von 340 ~ 34.71'%
Die Farbe #855976 wird in CMYK als (0,33,11,48) definiert.
CMYK: (0,33,11,48)
C0M33Y11K48 (0%, 33%, 11%, 48%)
(0.00 / 0.33 / 0.11 / 0.48)
Farbe #855976 in den populären Farbmodellen.
85 | 59 | 76 | |
---|---|---|---|
RGB | 133 | 89 | 118 |
HSL | 320° | 19.82% | 43.53% |
HSB/HSV | 320° | 33.08% | 52.16% |
CMYK | 0.00% | 33.08% | 11.28% |
47.84% |
Die Farbe #855976 in den populären Zahlensystemen.
Hexadezimal | 85 | 59 | 76 |
Dezimal | 133 | 89 | 118 |
Binär | 10000101 | 1011001 | 1110110 |
Oktal | 205 | 131 | 166 |
Dunkle Töne der Farbe #855976
Helle Töne der Farbe #855976
Beispiele css- und html für Elemente in der Farbe #855976. Bitte benutzen Sie auch rgb(133,89,118) statt hex-Code.
.myTextColor { color: #855976; }
<p style="color:#855976">This sample text font color is #855976.</p>
Die Farbe dieses Textes ist #855976.
.myBgColor { background-color: #855976; }
<div style="background-color:#855976">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #855976.
.myBorderColor { border: 1px solid #855976; }
<div style="border:3px solid #855976">Div</div>
Die Grenzen von diesem div sind in Farbe #855976.
.myOpacity80 { color: #855976; opacity: 0.8; }
<p style="color:#855976;opacity:0.8;">80%</p>
Text in Farbe #855976 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #855976;}
<p style="text-shadow: 3px 3px 1px #855976">Text here.</p>
Dieser Text hat den Schatten in Farbe #855976.
.textShadow {text-shadow: 3px 3px 1px #855976', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #855976, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #855976 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855976, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#855976, Direction=45, Strength=4)">Text</p>
This text has shadow with #855976 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #855976;
-webkit-box-shadow: 1px 1px 3px 2px #855976;
box-shadow: 1px 1px 3px 2px #855976;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #855976; -webkit-box-shadow: 1px 1px 3px 2px #855976; box-shadow:1px 1px 3px 2px #855976;">
Div content here
</div>
Dieser Text ist in der Farbe #855976 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #855976 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #855976.
Dieser Text ist weiß auf dem Hintergrund in Farbe #855976.
Kontrastfarbe für #hex ist #7AA689.