HEX: #A4788D
RGB: (164,120,141)
#A4788D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A4788D ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A4788D wird in RGB als (164,120,141) definiert.
RGB: (164,120,141) (64%,47%,55%)
R 164 von 255 = 64%
G 120 von 255 = 47%
B 141 von 255 = 55%
R + G + B ~ 55%. #A4788D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
164 + 120 + 141 = 425 (100%)
R 164 von 425 ~ 38.59%
G 120 von 425 ~ 28.24%
B 141 von 425 ~ 33.18%
Die Farbe #A4788D wird in CMYK als (0,27,14,36) definiert.
CMYK: (0,27,14,36) C0M27Y14K36 (0%,27%,14%,36%) (0.00/0.27/0.14/0.36)
A4 | 78 | 8D | |
---|---|---|---|
RGB | 164 | 120 | 141 |
HSL | 331° | 19.47% | 55.69% |
HSB/HSV | 331° | 26.83% | 64.31% |
CMYK | 0.00% | 26.83% | 14.02% |
35.69% |
Hexadezimal | A4 | 78 | 8D |
Dezimal | 164 | 120 | 141 |
Binär | 10100100 | 1111000 | 10001101 |
Oktal | 244 | 170 | 215 |
Beispiele css- und html für Elemente in der Farbe #A4788D. Bitte benutzen Sie auch rgb(164,120,141) statt hex-Code.
.myTextColor { color: #A4788D; }
<p style="color:#A4788D">This sample text font color is #A4788D.</p>
Die Farbe dieses Textes ist #A4788D.
.myBgColor { background-color: #A4788D; }
<div style="background-color:#A4788D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A4788D.
.myBorderColor { border: 1px solid #A4788D; }
<div style="border:3px solid #A4788D">Div</div>
Die Grenzen von diesem div sind in Farbe #A4788D.
.myOpacity80 { color: #A4788D; opacity: 0.8; }
<p style="color:#A4788D;opacity:0.8;">80%</p>
Text in Farbe #A4788D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4788D;}
<p style="text-shadow: 3px 3px 1px #A4788D">Text here.</p>
Dieser Text hat den Schatten in Farbe #A4788D.
.textShadow {text-shadow: 3px 3px 1px #A4788D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4788D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A4788D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4788D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4788D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4788D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A4788D; -webkit-box-shadow: 1px 1px 3px 2px #A4788D; box-shadow: 1px 1px 3px 2px #A4788D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A4788D; -webkit-box-shadow: 1px 1px 3px 2px #A4788D; box-shadow:1px 1px 3px 2px #A4788D;">
Div content here</div>
Dieser Text ist in der Farbe #A4788D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A4788D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A4788D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A4788D.