HEX: #AD5073
RGB: (173,80,115)
#AD5073 enthält hauptsächlich rote und blaue Farbe. Für #AD5073 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AD5073 wird in RGB als (173,80,115) definiert.
RGB: (173,80,115) (68%,31%,45%)
R 173 von 255 = 68%
G 80 von 255 = 31%
B 115 von 255 = 45%
R + G + B ~ 48%. #AD5073 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 80 + 115 = 368 (100%)
R 173 von 368 ~ 47.01%
G 80 von 368 ~ 21.74%
B 115 von 368 ~ 31.25%
Die Farbe #AD5073 wird in CMYK als (0,54,34,32) definiert.
CMYK: (0,54,34,32) C0M54Y34K32 (0%,54%,34%,32%) (0.00/0.54/0.34/0.32)
AD | 50 | 73 | |
---|---|---|---|
RGB | 173 | 80 | 115 |
HSL | 337° | 36.76% | 49.61% |
HSB/HSV | 337° | 53.76% | 67.84% |
CMYK | 0.00% | 53.76% | 33.53% |
32.16% |
Hexadezimal | AD | 50 | 73 |
Dezimal | 173 | 80 | 115 |
Binär | 10101101 | 1010000 | 1110011 |
Oktal | 255 | 120 | 163 |
Beispiele css- und html für Elemente in der Farbe #AD5073. Bitte benutzen Sie auch rgb(173,80,115) statt hex-Code.
.myTextColor { color: #AD5073; }
<p style="color:#AD5073">This sample text font color is #AD5073.</p>
Die Farbe dieses Textes ist #AD5073.
.myBgColor { background-color: #AD5073; }
<div style="background-color:#AD5073">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD5073.
.myBorderColor { border: 1px solid #AD5073; }
<div style="border:3px solid #AD5073">Div</div>
Die Grenzen von diesem div sind in Farbe #AD5073.
.myOpacity80 { color: #AD5073; opacity: 0.8; }
<p style="color:#AD5073;opacity:0.8;">80%</p>
Text in Farbe #AD5073 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5073;}
<p style="text-shadow: 3px 3px 1px #AD5073">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD5073.
.textShadow {text-shadow: 3px 3px 1px #AD5073, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5073, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD5073 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5073, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5073, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5073 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD5073; -webkit-box-shadow: 1px 1px 3px 2px #AD5073; box-shadow: 1px 1px 3px 2px #AD5073; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD5073; -webkit-box-shadow: 1px 1px 3px 2px #AD5073; box-shadow:1px 1px 3px 2px #AD5073;">
Div content here</div>
Dieser Text ist in der Farbe #AD5073 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD5073 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD5073.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD5073.