HEX: #A47E63
RGB: (164,126,99)
#A47E63 enthält hauptsächlich rote und grüne Farbe. Für #A47E63 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #A47E63 wird in RGB als (164,126,99) definiert.
RGB: (164,126,99) (64%,49%,39%)
R 164 von 255 = 64%
G 126 von 255 = 49%
B 99 von 255 = 39%
R + G + B ~ 51%. #A47E63 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
164 + 126 + 99 = 389 (100%)
R 164 von 389 ~ 42.16%
G 126 von 389 ~ 32.39%
B 99 von 389 ~ 25.45%
Die Farbe #A47E63 wird in CMYK als (0,23,40,36) definiert.
CMYK: (0,23,40,36) C0M23Y40K36 (0%,23%,40%,36%) (0.00/0.23/0.40/0.36)
A4 | 7E | 63 | |
---|---|---|---|
RGB | 164 | 126 | 99 |
HSL | 25° | 26.32% | 51.57% |
HSB/HSV | 25° | 39.63% | 64.31% |
CMYK | 0.00% | 23.17% | 39.63% |
35.69% |
Hexadezimal | A4 | 7E | 63 |
Dezimal | 164 | 126 | 99 |
Binär | 10100100 | 1111110 | 1100011 |
Oktal | 244 | 176 | 143 |
Beispiele css- und html für Elemente in der Farbe #A47E63. Bitte benutzen Sie auch rgb(164,126,99) statt hex-Code.
.myTextColor { color: #A47E63; }
<p style="color:#A47E63">This sample text font color is #A47E63.</p>
Die Farbe dieses Textes ist #A47E63.
.myBgColor { background-color: #A47E63; }
<div style="background-color:#A47E63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A47E63.
.myBorderColor { border: 1px solid #A47E63; }
<div style="border:3px solid #A47E63">Div</div>
Die Grenzen von diesem div sind in Farbe #A47E63.
.myOpacity80 { color: #A47E63; opacity: 0.8; }
<p style="color:#A47E63;opacity:0.8;">80%</p>
Text in Farbe #A47E63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A47E63;}
<p style="text-shadow: 3px 3px 1px #A47E63">Text here.</p>
Dieser Text hat den Schatten in Farbe #A47E63.
.textShadow {text-shadow: 3px 3px 1px #A47E63, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A47E63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A47E63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47E63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A47E63, Direction=45, Strength=4)">Text</p>
This text has shadow with #A47E63 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A47E63; -webkit-box-shadow: 1px 1px 3px 2px #A47E63; box-shadow: 1px 1px 3px 2px #A47E63; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A47E63; -webkit-box-shadow: 1px 1px 3px 2px #A47E63; box-shadow:1px 1px 3px 2px #A47E63;">
Div content here</div>
Dieser Text ist in der Farbe #A47E63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A47E63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A47E63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A47E63.