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