HEX: #955565
RGB: (149,85,101)
#955565 enthält hauptsächlich rote und blaue Farbe. Für #955565 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #955565 wird in RGB als (149,85,101) definiert.
RGB: (149,85,101)
(58%, 33%, 40%)
R 149 von 255 = 58%
G 85 von 255 = 33%
B 101 von 255 = 40%
R + G + B ~ 44%. #955565 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 149 + 85 + 101 = 335 (100%)
R 149 von 335 ~ 44.48%
G 85 von 335 ~ 25.37%
B 101 von 335 ~ 30.15'%
Die Farbe #955565 wird in CMYK als (0,43,32,42) definiert.
CMYK: (0,43,32,42) C0M43Y32K42 (0%,43%,32%,42%) (0.00/0.43/0.32/0.42)
Farbe #955565 in den populären Farbmodellen.
95 | 55 | 65 | |
---|---|---|---|
RGB | 149 | 85 | 101 |
HSL | 345° | 27.35% | 45.88% |
HSB/HSV | 345° | 42.95% | 58.43% |
CMYK | 0.00% | 42.95% | 32.21% |
41.57% |
Die Farbe #955565 in den populären Zahlensystemen.
Hexadezimal | 95 | 55 | 65 |
Dezimal | 149 | 85 | 101 |
Binär | 10010101 | 1010101 | 1100101 |
Oktal | 225 | 125 | 145 |
Dunkle Töne der Farbe #955565
Helle Töne der Farbe #955565
Beispiele css- und html für Elemente in der Farbe #955565. Bitte benutzen Sie auch rgb(149,85,101) statt hex-Code.
.myTextColor { color: #955565; }
<p style="color:#955565">This sample text font color is #955565.</p>
Die Farbe dieses Textes ist #955565.
.myBgColor { background-color: #955565; }
<div style="background-color:#955565">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #955565.
.myBorderColor { border: 1px solid #955565; }
<div style="border:3px solid #955565">Div</div>
Die Grenzen von diesem div sind in Farbe #955565.
.myOpacity80 { color: #955565; opacity: 0.8; }
<p style="color:#955565;opacity:0.8;">80%</p>
Text in Farbe #955565 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #955565;}
<p style="text-shadow: 3px 3px 1px #955565">Text here.</p>
Dieser Text hat den Schatten in Farbe #955565.
.textShadow {text-shadow: 3px 3px 1px #955565', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #955565, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #955565 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#955565, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#955565, Direction=45, Strength=4)">Text</p>
This text has shadow with #955565 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #955565;
-webkit-box-shadow: 1px 1px 3px 2px #955565;
box-shadow: 1px 1px 3px 2px #955565;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #955565; -webkit-box-shadow: 1px 1px 3px 2px #955565; box-shadow:1px 1px 3px 2px #955565;">
Div content here
</div>
Dieser Text ist in der Farbe #955565 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #955565 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #955565.
Dieser Text ist weiß auf dem Hintergrund in Farbe #955565.
Kontrastfarbe für #hex ist #6AAA9A.