HEX: #AF7B63
RGB: (175,123,99)
#AF7B63 enthält hauptsächlich rote und grüne Farbe. Für #AF7B63 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AF7B63 wird in RGB als (175,123,99) definiert.
RGB: (175,123,99) (69%,48%,39%)
R 175 von 255 = 69%
G 123 von 255 = 48%
B 99 von 255 = 39%
R + G + B ~ 52%. #AF7B63 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
175 + 123 + 99 = 397 (100%)
R 175 von 397 ~ 44.08%
G 123 von 397 ~ 30.98%
B 99 von 397 ~ 24.94%
Die Farbe #AF7B63 wird in CMYK als (0,30,43,31) definiert.
CMYK: (0,30,43,31) C0M30Y43K31 (0%,30%,43%,31%) (0.00/0.30/0.43/0.31)
AF | 7B | 63 | |
---|---|---|---|
RGB | 175 | 123 | 99 |
HSL | 19° | 32.20% | 53.73% |
HSB/HSV | 19° | 43.43% | 68.63% |
CMYK | 0.00% | 29.71% | 43.43% |
31.37% |
Hexadezimal | AF | 7B | 63 |
Dezimal | 175 | 123 | 99 |
Binär | 10101111 | 1111011 | 1100011 |
Oktal | 257 | 173 | 143 |
Beispiele css- und html für Elemente in der Farbe #AF7B63. Bitte benutzen Sie auch rgb(175,123,99) statt hex-Code.
.myTextColor { color: #AF7B63; }
<p style="color:#AF7B63">This sample text font color is #AF7B63.</p>
Die Farbe dieses Textes ist #AF7B63.
.myBgColor { background-color: #AF7B63; }
<div style="background-color:#AF7B63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AF7B63.
.myBorderColor { border: 1px solid #AF7B63; }
<div style="border:3px solid #AF7B63">Div</div>
Die Grenzen von diesem div sind in Farbe #AF7B63.
.myOpacity80 { color: #AF7B63; opacity: 0.8; }
<p style="color:#AF7B63;opacity:0.8;">80%</p>
Text in Farbe #AF7B63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF7B63;}
<p style="text-shadow: 3px 3px 1px #AF7B63">Text here.</p>
Dieser Text hat den Schatten in Farbe #AF7B63.
.textShadow {text-shadow: 3px 3px 1px #AF7B63, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF7B63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AF7B63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF7B63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF7B63, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF7B63 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AF7B63; -webkit-box-shadow: 1px 1px 3px 2px #AF7B63; box-shadow: 1px 1px 3px 2px #AF7B63; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AF7B63; -webkit-box-shadow: 1px 1px 3px 2px #AF7B63; box-shadow:1px 1px 3px 2px #AF7B63;">
Div content here</div>
Dieser Text ist in der Farbe #AF7B63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AF7B63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AF7B63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AF7B63.