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