HEX: #9B747D
RGB: (155,116,125)
#9B747D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B747D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #9B747D wird in RGB als (155,116,125) definiert.
RGB: (155,116,125) (61%,45%,49%)
R 155 von 255 = 61%
G 116 von 255 = 45%
B 125 von 255 = 49%
R + G + B ~ 52%. #9B747D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 116 + 125 = 396 (100%)
R 155 von 396 ~ 39.14%
G 116 von 396 ~ 29.29%
B 125 von 396 ~ 31.57%
Die Farbe #9B747D wird in CMYK als (0,25,19,39) definiert.
CMYK: (0,25,19,39) C0M25Y19K39 (0%,25%,19%,39%) (0.00/0.25/0.19/0.39)
9B | 74 | 7D | |
---|---|---|---|
RGB | 155 | 116 | 125 |
HSL | 346° | 16.32% | 53.14% |
HSB/HSV | 346° | 25.16% | 60.78% |
CMYK | 0.00% | 25.16% | 19.35% |
39.22% |
Hexadezimal | 9B | 74 | 7D |
Dezimal | 155 | 116 | 125 |
Binär | 10011011 | 1110100 | 1111101 |
Oktal | 233 | 164 | 175 |
Beispiele css- und html für Elemente in der Farbe #9B747D. Bitte benutzen Sie auch rgb(155,116,125) statt hex-Code.
.myTextColor { color: #9B747D; }
<p style="color:#9B747D">This sample text font color is #9B747D.</p>
Die Farbe dieses Textes ist #9B747D.
.myBgColor { background-color: #9B747D; }
<div style="background-color:#9B747D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B747D.
.myBorderColor { border: 1px solid #9B747D; }
<div style="border:3px solid #9B747D">Div</div>
Die Grenzen von diesem div sind in Farbe #9B747D.
.myOpacity80 { color: #9B747D; opacity: 0.8; }
<p style="color:#9B747D;opacity:0.8;">80%</p>
Text in Farbe #9B747D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B747D;}
<p style="text-shadow: 3px 3px 1px #9B747D">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B747D.
.textShadow {text-shadow: 3px 3px 1px #9B747D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B747D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B747D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B747D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B747D, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B747D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B747D; -webkit-box-shadow: 1px 1px 3px 2px #9B747D; box-shadow: 1px 1px 3px 2px #9B747D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B747D; -webkit-box-shadow: 1px 1px 3px 2px #9B747D; box-shadow:1px 1px 3px 2px #9B747D;">
Div content here</div>
Dieser Text ist in der Farbe #9B747D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B747D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B747D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B747D.