HEX: #8B766D
RGB: (139,118,109)
#8B766D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8B766D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #8B766D wird in RGB als (139,118,109) definiert.
RGB: (139,118,109) (55%,46%,43%)
R 139 von 255 = 55%
G 118 von 255 = 46%
B 109 von 255 = 43%
R + G + B ~ 48%. #8B766D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
139 + 118 + 109 = 366 (100%)
R 139 von 366 ~ 37.98%
G 118 von 366 ~ 32.24%
B 109 von 366 ~ 29.78%
Die Farbe #8B766D wird in CMYK als (0,15,22,45) definiert.
CMYK: (0,15,22,45) C0M15Y22K45 (0%,15%,22%,45%) (0.00/0.15/0.22/0.45)
8B | 76 | 6D | |
---|---|---|---|
RGB | 139 | 118 | 109 |
HSL | 18° | 12.10% | 48.63% |
HSB/HSV | 18° | 21.58% | 54.51% |
CMYK | 0.00% | 15.11% | 21.58% |
45.49% |
Hexadezimal | 8B | 76 | 6D |
Dezimal | 139 | 118 | 109 |
Binär | 10001011 | 1110110 | 1101101 |
Oktal | 213 | 166 | 155 |
Beispiele css- und html für Elemente in der Farbe #8B766D. Bitte benutzen Sie auch rgb(139,118,109) statt hex-Code.
.myTextColor { color: #8B766D; }
<p style="color:#8B766D">This sample text font color is #8B766D.</p>
Die Farbe dieses Textes ist #8B766D.
.myBgColor { background-color: #8B766D; }
<div style="background-color:#8B766D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8B766D.
.myBorderColor { border: 1px solid #8B766D; }
<div style="border:3px solid #8B766D">Div</div>
Die Grenzen von diesem div sind in Farbe #8B766D.
.myOpacity80 { color: #8B766D; opacity: 0.8; }
<p style="color:#8B766D;opacity:0.8;">80%</p>
Text in Farbe #8B766D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8B766D;}
<p style="text-shadow: 3px 3px 1px #8B766D">Text here.</p>
Dieser Text hat den Schatten in Farbe #8B766D.
.textShadow {text-shadow: 3px 3px 1px #8B766D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8B766D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8B766D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B766D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8B766D, Direction=45, Strength=4)">Text</p>
This text has shadow with #8B766D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8B766D; -webkit-box-shadow: 1px 1px 3px 2px #8B766D; box-shadow: 1px 1px 3px 2px #8B766D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8B766D; -webkit-box-shadow: 1px 1px 3px 2px #8B766D; box-shadow:1px 1px 3px 2px #8B766D;">
Div content here</div>
Dieser Text ist in der Farbe #8B766D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8B766D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8B766D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8B766D.