HEX: #976E6D
RGB: (151,110,109)
#976E6D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #976E6D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #976E6D wird in RGB als (151,110,109) definiert.
RGB: (151,110,109) (59%,43%,43%)
R 151 von 255 = 59%
G 110 von 255 = 43%
B 109 von 255 = 43%
R + G + B ~ 48%. #976E6D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
151 + 110 + 109 = 370 (100%)
R 151 von 370 ~ 40.81%
G 110 von 370 ~ 29.73%
B 109 von 370 ~ 29.46%
Die Farbe #976E6D wird in CMYK als (0,27,28,41) definiert.
CMYK: (0,27,28,41) C0M27Y28K41 (0%,27%,28%,41%) (0.00/0.27/0.28/0.41)
97 | 6E | 6D | |
---|---|---|---|
RGB | 151 | 110 | 109 |
HSL | 1° | 16.80% | 50.98% |
HSB/HSV | 1° | 27.81% | 59.22% |
CMYK | 0.00% | 27.15% | 27.81% |
40.78% |
Hexadezimal | 97 | 6E | 6D |
Dezimal | 151 | 110 | 109 |
Binär | 10010111 | 1101110 | 1101101 |
Oktal | 227 | 156 | 155 |
Beispiele css- und html für Elemente in der Farbe #976E6D. Bitte benutzen Sie auch rgb(151,110,109) statt hex-Code.
.myTextColor { color: #976E6D; }
<p style="color:#976E6D">This sample text font color is #976E6D.</p>
Die Farbe dieses Textes ist #976E6D.
.myBgColor { background-color: #976E6D; }
<div style="background-color:#976E6D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #976E6D.
.myBorderColor { border: 1px solid #976E6D; }
<div style="border:3px solid #976E6D">Div</div>
Die Grenzen von diesem div sind in Farbe #976E6D.
.myOpacity80 { color: #976E6D; opacity: 0.8; }
<p style="color:#976E6D;opacity:0.8;">80%</p>
Text in Farbe #976E6D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #976E6D;}
<p style="text-shadow: 3px 3px 1px #976E6D">Text here.</p>
Dieser Text hat den Schatten in Farbe #976E6D.
.textShadow {text-shadow: 3px 3px 1px #976E6D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #976E6D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #976E6D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#976E6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#976E6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #976E6D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #976E6D; -webkit-box-shadow: 1px 1px 3px 2px #976E6D; box-shadow: 1px 1px 3px 2px #976E6D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #976E6D; -webkit-box-shadow: 1px 1px 3px 2px #976E6D; box-shadow:1px 1px 3px 2px #976E6D;">
Div content here</div>
Dieser Text ist in der Farbe #976E6D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #976E6D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #976E6D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #976E6D.