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