HEX: #957566
RGB: (149,117,102)
#957566 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #957566 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #957566 wird in RGB als (149,117,102) definiert.
RGB: (149,117,102)
(58%, 46%, 40%)
R 149 von 255 = 58%
G 117 von 255 = 46%
B 102 von 255 = 40%
R + G + B ~ 48%. #957566 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 149 + 117 + 102 = 368 (100%)
R 149 von 368 ~ 40.49%
G 117 von 368 ~ 31.79%
B 102 von 368 ~ 27.72'%
Die Farbe #957566 wird in CMYK als (0,21,32,42) definiert.
CMYK: (0,21,32,42)
C0M21Y32K42 (0%, 21%, 32%, 42%)
(0.00 / 0.21 / 0.32 / 0.42)
Farbe #957566 in den populären Farbmodellen.
95 | 75 | 66 | |
---|---|---|---|
RGB | 149 | 117 | 102 |
HSL | 19° | 18.73% | 49.22% |
HSB/HSV | 19° | 31.54% | 58.43% |
CMYK | 0.00% | 21.48% | 31.54% |
41.57% |
Die Farbe #957566 in den populären Zahlensystemen.
Hexadezimal | 95 | 75 | 66 |
Dezimal | 149 | 117 | 102 |
Binär | 10010101 | 1110101 | 1100110 |
Oktal | 225 | 165 | 146 |
Dunkle Töne der Farbe #957566
Helle Töne der Farbe #957566
Beispiele css- und html für Elemente in der Farbe #957566. Bitte benutzen Sie auch rgb(149,117,102) statt hex-Code.
.myTextColor { color: #957566; }
<p style="color:#957566">This sample text font color is #957566.</p>
Die Farbe dieses Textes ist #957566.
.myBgColor { background-color: #957566; }
<div style="background-color:#957566">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #957566.
.myBorderColor { border: 1px solid #957566; }
<div style="border:3px solid #957566">Div</div>
Die Grenzen von diesem div sind in Farbe #957566.
.myOpacity80 { color: #957566; opacity: 0.8; }
<p style="color:#957566;opacity:0.8;">80%</p>
Text in Farbe #957566 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957566;}
<p style="text-shadow: 3px 3px 1px #957566">Text here.</p>
Dieser Text hat den Schatten in Farbe #957566.
.textShadow {text-shadow: 3px 3px 1px #957566', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957566, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #957566 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957566, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957566, Direction=45, Strength=4)">Text</p>
This text has shadow with #957566 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #957566;
-webkit-box-shadow: 1px 1px 3px 2px #957566;
box-shadow: 1px 1px 3px 2px #957566;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957566; -webkit-box-shadow: 1px 1px 3px 2px #957566; box-shadow:1px 1px 3px 2px #957566;">
Div content here
</div>
Dieser Text ist in der Farbe #957566 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #957566 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #957566.
Dieser Text ist weiß auf dem Hintergrund in Farbe #957566.
Kontrastfarbe für #hex ist #6A8A99.