HEX: #AB7D63
RGB: (171,125,99)
#AB7D63 enthält hauptsächlich rote und grüne Farbe. Für #AB7D63 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB7D63 wird in RGB als (171,125,99) definiert.
RGB: (171,125,99) (67%,49%,39%)
R 171 von 255 = 67%
G 125 von 255 = 49%
B 99 von 255 = 39%
R + G + B ~ 52%. #AB7D63 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 125 + 99 = 395 (100%)
R 171 von 395 ~ 43.29%
G 125 von 395 ~ 31.65%
B 99 von 395 ~ 25.06%
Die Farbe #AB7D63 wird in CMYK als (0,27,42,33) definiert.
CMYK: (0,27,42,33) C0M27Y42K33 (0%,27%,42%,33%) (0.00/0.27/0.42/0.33)
AB | 7D | 63 | |
---|---|---|---|
RGB | 171 | 125 | 99 |
HSL | 22° | 30.00% | 52.94% |
HSB/HSV | 22° | 42.11% | 67.06% |
CMYK | 0.00% | 26.90% | 42.11% |
32.94% |
Hexadezimal | AB | 7D | 63 |
Dezimal | 171 | 125 | 99 |
Binär | 10101011 | 1111101 | 1100011 |
Oktal | 253 | 175 | 143 |
Beispiele css- und html für Elemente in der Farbe #AB7D63. Bitte benutzen Sie auch rgb(171,125,99) statt hex-Code.
.myTextColor { color: #AB7D63; }
<p style="color:#AB7D63">This sample text font color is #AB7D63.</p>
Die Farbe dieses Textes ist #AB7D63.
.myBgColor { background-color: #AB7D63; }
<div style="background-color:#AB7D63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7D63.
.myBorderColor { border: 1px solid #AB7D63; }
<div style="border:3px solid #AB7D63">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7D63.
.myOpacity80 { color: #AB7D63; opacity: 0.8; }
<p style="color:#AB7D63;opacity:0.8;">80%</p>
Text in Farbe #AB7D63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7D63;}
<p style="text-shadow: 3px 3px 1px #AB7D63">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7D63.
.textShadow {text-shadow: 3px 3px 1px #AB7D63, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7D63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7D63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7D63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7D63, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7D63 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB7D63; -webkit-box-shadow: 1px 1px 3px 2px #AB7D63; box-shadow: 1px 1px 3px 2px #AB7D63; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB7D63; -webkit-box-shadow: 1px 1px 3px 2px #AB7D63; box-shadow:1px 1px 3px 2px #AB7D63;">
Div content here</div>
Dieser Text ist in der Farbe #AB7D63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7D63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7D63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7D63.