HEX: #995050
RGB: (153,80,80)
#995050 enthält hauptsächlich rote Farbe. Für #995050 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #995050 wird in RGB als (153,80,80) definiert.
RGB: (153,80,80) (60%,31%,31%)
R 153 von 255 = 60%
G 80 von 255 = 31%
B 80 von 255 = 31%
R + G + B ~ 41%. #995050 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
153 + 80 + 80 = 313 (100%)
R 153 von 313 ~ 48.88%
G 80 von 313 ~ 25.56%
B 80 von 313 ~ 25.56%
Die Farbe #995050 wird in CMYK als (0,48,48,40) definiert.
CMYK: (0,48,48,40) C0M48Y48K40 (0%,48%,48%,40%) (0.00/0.48/0.48/0.40)
99 | 50 | 50 | |
---|---|---|---|
RGB | 153 | 80 | 80 |
HSL | 0° | 31.33% | 45.69% |
HSB/HSV | 0° | 47.71% | 60.00% |
CMYK | 0.00% | 47.71% | 47.71% |
40.00% |
Hexadezimal | 99 | 50 | 50 |
Dezimal | 153 | 80 | 80 |
Binär | 10011001 | 1010000 | 1010000 |
Oktal | 231 | 120 | 120 |
Beispiele css- und html für Elemente in der Farbe #995050. Bitte benutzen Sie auch rgb(153,80,80) statt hex-Code.
.myTextColor { color: #995050; }
<p style="color:#995050">This sample text font color is #995050.</p>
Die Farbe dieses Textes ist #995050.
.myBgColor { background-color: #995050; }
<div style="background-color:#995050">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #995050.
.myBorderColor { border: 1px solid #995050; }
<div style="border:3px solid #995050">Div</div>
Die Grenzen von diesem div sind in Farbe #995050.
.myOpacity80 { color: #995050; opacity: 0.8; }
<p style="color:#995050;opacity:0.8;">80%</p>
Text in Farbe #995050 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #995050;}
<p style="text-shadow: 3px 3px 1px #995050">Text here.</p>
Dieser Text hat den Schatten in Farbe #995050.
.textShadow {text-shadow: 3px 3px 1px #995050, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #995050, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #995050 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#995050, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#995050, Direction=45, Strength=4)">Text</p>
This text has shadow with #995050 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #995050; -webkit-box-shadow: 1px 1px 3px 2px #995050; box-shadow: 1px 1px 3px 2px #995050; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #995050; -webkit-box-shadow: 1px 1px 3px 2px #995050; box-shadow:1px 1px 3px 2px #995050;">
Div content here</div>
Dieser Text ist in der Farbe #995050 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #995050 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #995050.
Dieser Text ist weiß auf dem Hintergrund in Farbe #995050.