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