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