HEX: #886D47
RGB: (136,109,71)
#886D47 enthält hauptsächlich rote und grüne Farbe. Für #886D47 ist eine «websichere» Webfarbe #996633 (oder kurz #963).
Die Farbe #886D47 wird in RGB als (136,109,71) definiert.
RGB: (136,109,71)
(53%, 43%, 28%)
R 136 von 255 = 53%
G 109 von 255 = 43%
B 71 von 255 = 28%
R + G + B ~ 41%. #886D47 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 109 + 71 = 316 (100%)
R 136 von 316 ~ 43.04%
G 109 von 316 ~ 34.49%
B 71 von 316 ~ 22.47'%
Die Farbe #886D47 wird in CMYK als (0,20,48,47) definiert.
CMYK: (0,20,48,47)
C0M20Y48K47 (0%, 20%, 48%, 47%)
(0.00 / 0.20 / 0.48 / 0.47)
Farbe #886D47 in den populären Farbmodellen.
88 | 6D | 47 | |
---|---|---|---|
RGB | 136 | 109 | 71 |
HSL | 35° | 31.40% | 40.59% |
HSB/HSV | 35° | 47.79% | 53.33% |
CMYK | 0.00% | 19.85% | 47.79% |
46.67% |
Die Farbe #886D47 in den populären Zahlensystemen.
Hexadezimal | 88 | 6D | 47 |
Dezimal | 136 | 109 | 71 |
Binär | 10001000 | 1101101 | 1000111 |
Oktal | 210 | 155 | 107 |
Dunkle Töne der Farbe #886D47
Helle Töne der Farbe #886D47
Beispiele css- und html für Elemente in der Farbe #886D47. Bitte benutzen Sie auch rgb(136,109,71) statt hex-Code.
.myTextColor { color: #886D47; }
<p style="color:#886D47">This sample text font color is #886D47.</p>
Die Farbe dieses Textes ist #886D47.
.myBgColor { background-color: #886D47; }
<div style="background-color:#886D47">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #886D47.
.myBorderColor { border: 1px solid #886D47; }
<div style="border:3px solid #886D47">Div</div>
Die Grenzen von diesem div sind in Farbe #886D47.
.myOpacity80 { color: #886D47; opacity: 0.8; }
<p style="color:#886D47;opacity:0.8;">80%</p>
Text in Farbe #886D47 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #886D47;}
<p style="text-shadow: 3px 3px 1px #886D47">Text here.</p>
Dieser Text hat den Schatten in Farbe #886D47.
.textShadow {text-shadow: 3px 3px 1px #886D47', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #886D47, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #886D47 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#886D47, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#886D47, Direction=45, Strength=4)">Text</p>
This text has shadow with #886D47 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #886D47;
-webkit-box-shadow: 1px 1px 3px 2px #886D47;
box-shadow: 1px 1px 3px 2px #886D47;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #886D47; -webkit-box-shadow: 1px 1px 3px 2px #886D47; box-shadow:1px 1px 3px 2px #886D47;">
Div content here
</div>
Dieser Text ist in der Farbe #886D47 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #886D47 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #886D47.
Dieser Text ist weiß auf dem Hintergrund in Farbe #886D47.
Kontrastfarbe für #hex ist #7792B8.