HEX: #886221
RGB: (136,98,33)
#886221 enthält hauptsächlich rote und grüne Farbe. Für #886221 ist eine «websichere» Webfarbe #996633 (oder kurz #963).
Die Farbe #886221 wird in RGB als (136,98,33) definiert.
RGB: (136,98,33) (53%,38%,13%)
R 136 von 255 = 53%
G 98 von 255 = 38%
B 33 von 255 = 13%
R + G + B ~ 35%. #886221 ziemlich dunkle Farbe.
R + G + B =
136 + 98 + 33 = 267 (100%)
R 136 von 267 ~ 50.94%
G 98 von 267 ~ 36.7%
B 33 von 267 ~ 12.36%
Die Farbe #886221 wird in CMYK als (0,28,76,47) definiert.
CMYK: (0,28,76,47) C0M28Y76K47 (0%,28%,76%,47%) (0.00/0.28/0.76/0.47)
88 | 62 | 21 | |
---|---|---|---|
RGB | 136 | 98 | 33 |
HSL | 38° | 60.95% | 33.14% |
HSB/HSV | 38° | 75.74% | 53.33% |
CMYK | 0.00% | 27.94% | 75.74% |
46.67% |
Hexadezimal | 88 | 62 | 21 |
Dezimal | 136 | 98 | 33 |
Binär | 10001000 | 1100010 | 100001 |
Oktal | 210 | 142 | 41 |
Beispiele css- und html für Elemente in der Farbe #886221. Bitte benutzen Sie auch rgb(136,98,33) statt hex-Code.
.myTextColor { color: #886221; }
<p style="color:#886221">This sample text font color is #886221.</p>
Die Farbe dieses Textes ist #886221.
.myBgColor { background-color: #886221; }
<div style="background-color:#886221">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #886221.
.myBorderColor { border: 1px solid #886221; }
<div style="border:3px solid #886221">Div</div>
Die Grenzen von diesem div sind in Farbe #886221.
.myOpacity80 { color: #886221; opacity: 0.8; }
<p style="color:#886221;opacity:0.8;">80%</p>
Text in Farbe #886221 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #886221;}
<p style="text-shadow: 3px 3px 1px #886221">Text here.</p>
Dieser Text hat den Schatten in Farbe #886221.
.textShadow {text-shadow: 3px 3px 1px #886221, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #886221, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #886221 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#886221, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#886221, Direction=45, Strength=4)">Text</p>
This text has shadow with #886221 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #886221; -webkit-box-shadow: 1px 1px 3px 2px #886221; box-shadow: 1px 1px 3px 2px #886221; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #886221; -webkit-box-shadow: 1px 1px 3px 2px #886221; box-shadow:1px 1px 3px 2px #886221;">
Div content here</div>
Dieser Text ist in der Farbe #886221 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #886221 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #886221.
Dieser Text ist weiß auf dem Hintergrund in Farbe #886221.