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