HEX: #884C11
RGB: (136,76,17)
#884C11 enthält hauptsächlich rote Farbe. Für #884C11 ist eine «websichere» Webfarbe #993300 (oder kurz #930).
Die Farbe #884C11 wird in RGB als (136,76,17) definiert.
RGB: (136,76,17)
(53%, 30%, 7%)
R 136 von 255 = 53%
G 76 von 255 = 30%
B 17 von 255 = 7%
R + G + B ~ 30%. #884C11 ziemlich dunkle Farbe.
R + G + B = 136 + 76 + 17 = 229 (100%)
R 136 von 229 ~ 59.39%
G 76 von 229 ~ 33.19%
B 17 von 229 ~ 7.42'%
Die Farbe #884C11 wird in CMYK als (0,44,88,47) definiert.
CMYK: (0,44,88,47)
C0M44Y88K47 (0%, 44%, 88%, 47%)
(0.00 / 0.44 / 0.88 / 0.47)
Farbe #884C11 in den populären Farbmodellen.
88 | 4C | 11 | |
---|---|---|---|
RGB | 136 | 76 | 17 |
HSL | 30° | 77.78% | 30.00% |
HSB/HSV | 30° | 87.50% | 53.33% |
CMYK | 0.00% | 44.12% | 87.50% |
46.67% |
Die Farbe #884C11 in den populären Zahlensystemen.
Hexadezimal | 88 | 4C | 11 |
Dezimal | 136 | 76 | 17 |
Binär | 10001000 | 1001100 | 10001 |
Oktal | 210 | 114 | 21 |
Dunkle Töne der Farbe #884C11
Helle Töne der Farbe #884C11
Beispiele css- und html für Elemente in der Farbe #884C11. Bitte benutzen Sie auch rgb(136,76,17) statt hex-Code.
.myTextColor { color: #884C11; }
<p style="color:#884C11">This sample text font color is #884C11.</p>
Die Farbe dieses Textes ist #884C11.
.myBgColor { background-color: #884C11; }
<div style="background-color:#884C11">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #884C11.
.myBorderColor { border: 1px solid #884C11; }
<div style="border:3px solid #884C11">Div</div>
Die Grenzen von diesem div sind in Farbe #884C11.
.myOpacity80 { color: #884C11; opacity: 0.8; }
<p style="color:#884C11;opacity:0.8;">80%</p>
Text in Farbe #884C11 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #884C11;}
<p style="text-shadow: 3px 3px 1px #884C11">Text here.</p>
Dieser Text hat den Schatten in Farbe #884C11.
.textShadow {text-shadow: 3px 3px 1px #884C11', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #884C11, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #884C11 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#884C11, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#884C11, Direction=45, Strength=4)">Text</p>
This text has shadow with #884C11 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #884C11;
-webkit-box-shadow: 1px 1px 3px 2px #884C11;
box-shadow: 1px 1px 3px 2px #884C11;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #884C11; -webkit-box-shadow: 1px 1px 3px 2px #884C11; box-shadow:1px 1px 3px 2px #884C11;">
Div content here
</div>
Dieser Text ist in der Farbe #884C11 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #884C11 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #884C11.
Dieser Text ist weiß auf dem Hintergrund in Farbe #884C11.
Kontrastfarbe für #hex ist #77B3EE.