HEX: #955D7C
RGB: (149,93,124)
#955D7C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #955D7C ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #955D7C wird in RGB als (149,93,124) definiert.
RGB: (149,93,124) (58%,36%,49%)
R 149 von 255 = 58%
G 93 von 255 = 36%
B 124 von 255 = 49%
R + G + B ~ 48%. #955D7C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
149 + 93 + 124 = 366 (100%)
R 149 von 366 ~ 40.71%
G 93 von 366 ~ 25.41%
B 124 von 366 ~ 33.88%
Die Farbe #955D7C wird in CMYK als (0,38,17,42) definiert.
CMYK: (0,38,17,42) C0M38Y17K42 (0%,38%,17%,42%) (0.00/0.38/0.17/0.42)
95 | 5D | 7C | |
---|---|---|---|
RGB | 149 | 93 | 124 |
HSL | 327° | 23.14% | 47.45% |
HSB/HSV | 327° | 37.58% | 58.43% |
CMYK | 0.00% | 37.58% | 16.78% |
41.57% |
Hexadezimal | 95 | 5D | 7C |
Dezimal | 149 | 93 | 124 |
Binär | 10010101 | 1011101 | 1111100 |
Oktal | 225 | 135 | 174 |
Beispiele css- und html für Elemente in der Farbe #955D7C. Bitte benutzen Sie auch rgb(149,93,124) statt hex-Code.
.myTextColor { color: #955D7C; }
<p style="color:#955D7C">This sample text font color is #955D7C.</p>
Die Farbe dieses Textes ist #955D7C.
.myBgColor { background-color: #955D7C; }
<div style="background-color:#955D7C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #955D7C.
.myBorderColor { border: 1px solid #955D7C; }
<div style="border:3px solid #955D7C">Div</div>
Die Grenzen von diesem div sind in Farbe #955D7C.
.myOpacity80 { color: #955D7C; opacity: 0.8; }
<p style="color:#955D7C;opacity:0.8;">80%</p>
Text in Farbe #955D7C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #955D7C;}
<p style="text-shadow: 3px 3px 1px #955D7C">Text here.</p>
Dieser Text hat den Schatten in Farbe #955D7C.
.textShadow {text-shadow: 3px 3px 1px #955D7C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #955D7C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #955D7C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#955D7C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#955D7C, Direction=45, Strength=4)">Text</p>
This text has shadow with #955D7C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #955D7C; -webkit-box-shadow: 1px 1px 3px 2px #955D7C; box-shadow: 1px 1px 3px 2px #955D7C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #955D7C; -webkit-box-shadow: 1px 1px 3px 2px #955D7C; box-shadow:1px 1px 3px 2px #955D7C;">
Div content here</div>
Dieser Text ist in der Farbe #955D7C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #955D7C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #955D7C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #955D7C.