HEX: #AD475D
RGB: (173,71,93)
#AD475D enthält hauptsächlich rote Farbe. Für #AD475D ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #AD475D wird in RGB als (173,71,93) definiert.
RGB: (173,71,93) (68%,28%,36%)
R 173 von 255 = 68%
G 71 von 255 = 28%
B 93 von 255 = 36%
R + G + B ~ 44%. #AD475D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 71 + 93 = 337 (100%)
R 173 von 337 ~ 51.34%
G 71 von 337 ~ 21.07%
B 93 von 337 ~ 27.6%
Die Farbe #AD475D wird in CMYK als (0,59,46,32) definiert.
CMYK: (0,59,46,32) C0M59Y46K32 (0%,59%,46%,32%) (0.00/0.59/0.46/0.32)
AD | 47 | 5D | |
---|---|---|---|
RGB | 173 | 71 | 93 |
HSL | 347° | 41.80% | 47.84% |
HSB/HSV | 347° | 58.96% | 67.84% |
CMYK | 0.00% | 58.96% | 46.24% |
32.16% |
Hexadezimal | AD | 47 | 5D |
Dezimal | 173 | 71 | 93 |
Binär | 10101101 | 1000111 | 1011101 |
Oktal | 255 | 107 | 135 |
Beispiele css- und html für Elemente in der Farbe #AD475D. Bitte benutzen Sie auch rgb(173,71,93) statt hex-Code.
.myTextColor { color: #AD475D; }
<p style="color:#AD475D">This sample text font color is #AD475D.</p>
Die Farbe dieses Textes ist #AD475D.
.myBgColor { background-color: #AD475D; }
<div style="background-color:#AD475D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD475D.
.myBorderColor { border: 1px solid #AD475D; }
<div style="border:3px solid #AD475D">Div</div>
Die Grenzen von diesem div sind in Farbe #AD475D.
.myOpacity80 { color: #AD475D; opacity: 0.8; }
<p style="color:#AD475D;opacity:0.8;">80%</p>
Text in Farbe #AD475D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD475D;}
<p style="text-shadow: 3px 3px 1px #AD475D">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD475D.
.textShadow {text-shadow: 3px 3px 1px #AD475D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD475D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD475D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD475D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD475D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD475D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD475D; -webkit-box-shadow: 1px 1px 3px 2px #AD475D; box-shadow: 1px 1px 3px 2px #AD475D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD475D; -webkit-box-shadow: 1px 1px 3px 2px #AD475D; box-shadow:1px 1px 3px 2px #AD475D;">
Div content here</div>
Dieser Text ist in der Farbe #AD475D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD475D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD475D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD475D.