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