HEX: #A37B55
RGB: (163,123,85)
#A37B55 enthält hauptsächlich rote und grüne Farbe. Für #A37B55 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #A37B55 wird in RGB als (163,123,85) definiert.
RGB: (163,123,85) (64%,48%,33%)
R 163 von 255 = 64%
G 123 von 255 = 48%
B 85 von 255 = 33%
R + G + B ~ 48%. #A37B55 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
163 + 123 + 85 = 371 (100%)
R 163 von 371 ~ 43.94%
G 123 von 371 ~ 33.15%
B 85 von 371 ~ 22.91%
Die Farbe #A37B55 wird in CMYK als (0,25,48,36) definiert.
CMYK: (0,25,48,36) C0M25Y48K36 (0%,25%,48%,36%) (0.00/0.25/0.48/0.36)
A3 | 7B | 55 | |
---|---|---|---|
RGB | 163 | 123 | 85 |
HSL | 29° | 31.45% | 48.63% |
HSB/HSV | 29° | 47.85% | 63.92% |
CMYK | 0.00% | 24.54% | 47.85% |
36.08% |
Hexadezimal | A3 | 7B | 55 |
Dezimal | 163 | 123 | 85 |
Binär | 10100011 | 1111011 | 1010101 |
Oktal | 243 | 173 | 125 |
Beispiele css- und html für Elemente in der Farbe #A37B55. Bitte benutzen Sie auch rgb(163,123,85) statt hex-Code.
.myTextColor { color: #A37B55; }
<p style="color:#A37B55">This sample text font color is #A37B55.</p>
Die Farbe dieses Textes ist #A37B55.
.myBgColor { background-color: #A37B55; }
<div style="background-color:#A37B55">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A37B55.
.myBorderColor { border: 1px solid #A37B55; }
<div style="border:3px solid #A37B55">Div</div>
Die Grenzen von diesem div sind in Farbe #A37B55.
.myOpacity80 { color: #A37B55; opacity: 0.8; }
<p style="color:#A37B55;opacity:0.8;">80%</p>
Text in Farbe #A37B55 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A37B55;}
<p style="text-shadow: 3px 3px 1px #A37B55">Text here.</p>
Dieser Text hat den Schatten in Farbe #A37B55.
.textShadow {text-shadow: 3px 3px 1px #A37B55, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A37B55, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A37B55 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37B55, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A37B55, Direction=45, Strength=4)">Text</p>
This text has shadow with #A37B55 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A37B55; -webkit-box-shadow: 1px 1px 3px 2px #A37B55; box-shadow: 1px 1px 3px 2px #A37B55; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A37B55; -webkit-box-shadow: 1px 1px 3px 2px #A37B55; box-shadow:1px 1px 3px 2px #A37B55;">
Div content here</div>
Dieser Text ist in der Farbe #A37B55 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A37B55 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A37B55.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A37B55.