HEX: #AD7483
RGB: (173,116,131)
#AD7483 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD7483 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD7483 wird in RGB als (173,116,131) definiert.
RGB: (173,116,131) (68%,45%,51%)
R 173 von 255 = 68%
G 116 von 255 = 45%
B 131 von 255 = 51%
R + G + B ~ 55%. #AD7483 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 116 + 131 = 420 (100%)
R 173 von 420 ~ 41.19%
G 116 von 420 ~ 27.62%
B 131 von 420 ~ 31.19%
Die Farbe #AD7483 wird in CMYK als (0,33,24,32) definiert.
CMYK: (0,33,24,32) C0M33Y24K32 (0%,33%,24%,32%) (0.00/0.33/0.24/0.32)
AD | 74 | 83 | |
---|---|---|---|
RGB | 173 | 116 | 131 |
HSL | 344° | 25.79% | 56.67% |
HSB/HSV | 344° | 32.95% | 67.84% |
CMYK | 0.00% | 32.95% | 24.28% |
32.16% |
Hexadezimal | AD | 74 | 83 |
Dezimal | 173 | 116 | 131 |
Binär | 10101101 | 1110100 | 10000011 |
Oktal | 255 | 164 | 203 |
Beispiele css- und html für Elemente in der Farbe #AD7483. Bitte benutzen Sie auch rgb(173,116,131) statt hex-Code.
.myTextColor { color: #AD7483; }
<p style="color:#AD7483">This sample text font color is #AD7483.</p>
Die Farbe dieses Textes ist #AD7483.
.myBgColor { background-color: #AD7483; }
<div style="background-color:#AD7483">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD7483.
.myBorderColor { border: 1px solid #AD7483; }
<div style="border:3px solid #AD7483">Div</div>
Die Grenzen von diesem div sind in Farbe #AD7483.
.myOpacity80 { color: #AD7483; opacity: 0.8; }
<p style="color:#AD7483;opacity:0.8;">80%</p>
Text in Farbe #AD7483 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7483;}
<p style="text-shadow: 3px 3px 1px #AD7483">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD7483.
.textShadow {text-shadow: 3px 3px 1px #AD7483, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7483, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD7483 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7483, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7483, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7483 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD7483; -webkit-box-shadow: 1px 1px 3px 2px #AD7483; box-shadow: 1px 1px 3px 2px #AD7483; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD7483; -webkit-box-shadow: 1px 1px 3px 2px #AD7483; box-shadow:1px 1px 3px 2px #AD7483;">
Div content here</div>
Dieser Text ist in der Farbe #AD7483 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD7483 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD7483.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD7483.