HEX: #88796D
RGB: (136,121,109)
#88796D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #88796D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #88796D wird in RGB als (136,121,109) definiert.
RGB: (136,121,109) (53%,47%,43%)
R 136 von 255 = 53%
G 121 von 255 = 47%
B 109 von 255 = 43%
R + G + B ~ 48%. #88796D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 121 + 109 = 366 (100%)
R 136 von 366 ~ 37.16%
G 121 von 366 ~ 33.06%
B 109 von 366 ~ 29.78%
Die Farbe #88796D wird in CMYK als (0,11,20,47) definiert.
CMYK: (0,11,20,47) C0M11Y20K47 (0%,11%,20%,47%) (0.00/0.11/0.20/0.47)
88 | 79 | 6D | |
---|---|---|---|
RGB | 136 | 121 | 109 |
HSL | 27° | 11.02% | 48.04% |
HSB/HSV | 27° | 19.85% | 53.33% |
CMYK | 0.00% | 11.03% | 19.85% |
46.67% |
Hexadezimal | 88 | 79 | 6D |
Dezimal | 136 | 121 | 109 |
Binär | 10001000 | 1111001 | 1101101 |
Oktal | 210 | 171 | 155 |
Beispiele css- und html für Elemente in der Farbe #88796D. Bitte benutzen Sie auch rgb(136,121,109) statt hex-Code.
.myTextColor { color: #88796D; }
<p style="color:#88796D">This sample text font color is #88796D.</p>
Die Farbe dieses Textes ist #88796D.
.myBgColor { background-color: #88796D; }
<div style="background-color:#88796D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88796D.
.myBorderColor { border: 1px solid #88796D; }
<div style="border:3px solid #88796D">Div</div>
Die Grenzen von diesem div sind in Farbe #88796D.
.myOpacity80 { color: #88796D; opacity: 0.8; }
<p style="color:#88796D;opacity:0.8;">80%</p>
Text in Farbe #88796D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88796D;}
<p style="text-shadow: 3px 3px 1px #88796D">Text here.</p>
Dieser Text hat den Schatten in Farbe #88796D.
.textShadow {text-shadow: 3px 3px 1px #88796D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88796D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88796D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88796D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88796D, Direction=45, Strength=4)">Text</p>
This text has shadow with #88796D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88796D; -webkit-box-shadow: 1px 1px 3px 2px #88796D; box-shadow: 1px 1px 3px 2px #88796D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88796D; -webkit-box-shadow: 1px 1px 3px 2px #88796D; box-shadow:1px 1px 3px 2px #88796D;">
Div content here</div>
Dieser Text ist in der Farbe #88796D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88796D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88796D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88796D.