HEX: #ADB593
RGB: (173,181,147)
#ADB593 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADB593 ist eine «websichere» Webfarbe #99CC99 (oder kurz #9C9).
Die Farbe #ADB593 wird in RGB als (173,181,147) definiert.
RGB: (173,181,147)
(68%, 71%, 58%)
R 173 von 255 = 68%
G 181 von 255 = 71%
B 147 von 255 = 58%
R + G + B ~ 66%. #ADB593 ziemlich helle Farbe.
R + G + B = 173 + 181 + 147 = 501 (100%)
R 173 von 501 ~ 34.53%
G 181 von 501 ~ 36.13%
B 147 von 501 ~ 29.34'%
Die Farbe #ADB593 wird in CMYK als (4,0,19,29) definiert.
CMYK: (4,0,19,29)
C4M0Y19K29 (4%, 0%, 19%, 29%)
(0.04 / 0.00 / 0.19 / 0.29)
Farbe #ADB593 in den populären Farbmodellen.
AD | B5 | 93 | |
---|---|---|---|
RGB | 173 | 181 | 147 |
HSL | 74° | 18.68% | 64.31% |
HSB/HSV | 74° | 18.78% | 70.98% |
CMYK | 4.42% | 0.00% | 18.78% |
29.02% |
Die Farbe #ADB593 in den populären Zahlensystemen.
Hexadezimal | AD | B5 | 93 |
Dezimal | 173 | 181 | 147 |
Binär | 10101101 | 10110101 | 10010011 |
Oktal | 255 | 265 | 223 |
Dunkle Töne der Farbe #ADB593
Helle Töne der Farbe #ADB593
Beispiele css- und html für Elemente in der Farbe #ADB593. Bitte benutzen Sie auch rgb(173,181,147) statt hex-Code.
.myTextColor { color: #ADB593; }
<p style="color:#ADB593">This sample text font color is #ADB593.</p>
Die Farbe dieses Textes ist #ADB593.
.myBgColor { background-color: #ADB593; }
<div style="background-color:#ADB593">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADB593.
.myBorderColor { border: 1px solid #ADB593; }
<div style="border:3px solid #ADB593">Div</div>
Die Grenzen von diesem div sind in Farbe #ADB593.
.myOpacity80 { color: #ADB593; opacity: 0.8; }
<p style="color:#ADB593;opacity:0.8;">80%</p>
Text in Farbe #ADB593 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB593;}
<p style="text-shadow: 3px 3px 1px #ADB593">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADB593.
.textShadow {text-shadow: 3px 3px 1px #ADB593', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB593, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADB593 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB593, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB593, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB593 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB593;
-webkit-box-shadow: 1px 1px 3px 2px #ADB593;
box-shadow: 1px 1px 3px 2px #ADB593;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB593; -webkit-box-shadow: 1px 1px 3px 2px #ADB593; box-shadow:1px 1px 3px 2px #ADB593;">
Div content here
</div>
Dieser Text ist in der Farbe #ADB593 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADB593 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADB593.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADB593.
Kontrastfarbe für #ADB593 ist #524A6C.