HEX: #A4757E
RGB: (164,117,126)
#A4757E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A4757E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #A4757E wird in RGB als (164,117,126) definiert.
RGB: (164,117,126) (64%,46%,49%)
R 164 von 255 = 64%
G 117 von 255 = 46%
B 126 von 255 = 49%
R + G + B ~ 53%. #A4757E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
164 + 117 + 126 = 407 (100%)
R 164 von 407 ~ 40.29%
G 117 von 407 ~ 28.75%
B 126 von 407 ~ 30.96%
Die Farbe #A4757E wird in CMYK als (0,29,23,36) definiert.
CMYK: (0,29,23,36) C0M29Y23K36 (0%,29%,23%,36%) (0.00/0.29/0.23/0.36)
A4 | 75 | 7E | |
---|---|---|---|
RGB | 164 | 117 | 126 |
HSL | 349° | 20.52% | 55.10% |
HSB/HSV | 349° | 28.66% | 64.31% |
CMYK | 0.00% | 28.66% | 23.17% |
35.69% |
Hexadezimal | A4 | 75 | 7E |
Dezimal | 164 | 117 | 126 |
Binär | 10100100 | 1110101 | 1111110 |
Oktal | 244 | 165 | 176 |
Beispiele css- und html für Elemente in der Farbe #A4757E. Bitte benutzen Sie auch rgb(164,117,126) statt hex-Code.
.myTextColor { color: #A4757E; }
<p style="color:#A4757E">This sample text font color is #A4757E.</p>
Die Farbe dieses Textes ist #A4757E.
.myBgColor { background-color: #A4757E; }
<div style="background-color:#A4757E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A4757E.
.myBorderColor { border: 1px solid #A4757E; }
<div style="border:3px solid #A4757E">Div</div>
Die Grenzen von diesem div sind in Farbe #A4757E.
.myOpacity80 { color: #A4757E; opacity: 0.8; }
<p style="color:#A4757E;opacity:0.8;">80%</p>
Text in Farbe #A4757E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4757E;}
<p style="text-shadow: 3px 3px 1px #A4757E">Text here.</p>
Dieser Text hat den Schatten in Farbe #A4757E.
.textShadow {text-shadow: 3px 3px 1px #A4757E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4757E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A4757E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4757E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4757E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4757E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A4757E; -webkit-box-shadow: 1px 1px 3px 2px #A4757E; box-shadow: 1px 1px 3px 2px #A4757E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A4757E; -webkit-box-shadow: 1px 1px 3px 2px #A4757E; box-shadow:1px 1px 3px 2px #A4757E;">
Div content here</div>
Dieser Text ist in der Farbe #A4757E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A4757E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A4757E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A4757E.