HEX: #896463
RGB: (137,100,99)
#896463 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #896463 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #896463 wird in RGB als (137,100,99) definiert.
RGB: (137,100,99) (54%,39%,39%)
R 137 von 255 = 54%
G 100 von 255 = 39%
B 99 von 255 = 39%
R + G + B ~ 44%. #896463 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
137 + 100 + 99 = 336 (100%)
R 137 von 336 ~ 40.77%
G 100 von 336 ~ 29.76%
B 99 von 336 ~ 29.46%
Die Farbe #896463 wird in CMYK als (0,27,28,46) definiert.
CMYK: (0,27,28,46) C0M27Y28K46 (0%,27%,28%,46%) (0.00/0.27/0.28/0.46)
89 | 64 | 63 | |
---|---|---|---|
RGB | 137 | 100 | 99 |
HSL | 2° | 16.10% | 46.27% |
HSB/HSV | 2° | 27.74% | 53.73% |
CMYK | 0.00% | 27.01% | 27.74% |
46.27% |
Hexadezimal | 89 | 64 | 63 |
Dezimal | 137 | 100 | 99 |
Binär | 10001001 | 1100100 | 1100011 |
Oktal | 211 | 144 | 143 |
Beispiele css- und html für Elemente in der Farbe #896463. Bitte benutzen Sie auch rgb(137,100,99) statt hex-Code.
.myTextColor { color: #896463; }
<p style="color:#896463">This sample text font color is #896463.</p>
Die Farbe dieses Textes ist #896463.
.myBgColor { background-color: #896463; }
<div style="background-color:#896463">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #896463.
.myBorderColor { border: 1px solid #896463; }
<div style="border:3px solid #896463">Div</div>
Die Grenzen von diesem div sind in Farbe #896463.
.myOpacity80 { color: #896463; opacity: 0.8; }
<p style="color:#896463;opacity:0.8;">80%</p>
Text in Farbe #896463 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #896463;}
<p style="text-shadow: 3px 3px 1px #896463">Text here.</p>
Dieser Text hat den Schatten in Farbe #896463.
.textShadow {text-shadow: 3px 3px 1px #896463, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #896463, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #896463 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#896463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#896463, Direction=45, Strength=4)">Text</p>
This text has shadow with #896463 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #896463; -webkit-box-shadow: 1px 1px 3px 2px #896463; box-shadow: 1px 1px 3px 2px #896463; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #896463; -webkit-box-shadow: 1px 1px 3px 2px #896463; box-shadow:1px 1px 3px 2px #896463;">
Div content here</div>
Dieser Text ist in der Farbe #896463 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #896463 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #896463.
Dieser Text ist weiß auf dem Hintergrund in Farbe #896463.