HEX: #AD334B
RGB: (173,51,75)
#AD334B enthält hauptsächlich rote Farbe. Für #AD334B ist eine «websichere» Webfarbe #993333 (oder kurz #933).
Die Farbe #AD334B wird in RGB als (173,51,75) definiert.
RGB: (173,51,75)
(68%, 20%, 29%)
R 173 von 255 = 68%
G 51 von 255 = 20%
B 75 von 255 = 29%
R + G + B ~ 39%. #AD334B ziemlich dunkle Farbe.
R + G + B = 173 + 51 + 75 = 299 (100%)
R 173 von 299 ~ 57.86%
G 51 von 299 ~ 17.06%
B 75 von 299 ~ 25.08'%
Die Farbe #AD334B wird in CMYK als (0,71,57,32) definiert.
CMYK: (0,71,57,32)
C0M71Y57K32 (0%, 71%, 57%, 32%)
(0.00 / 0.71 / 0.57 / 0.32)
Farbe #AD334B in den populären Farbmodellen.
AD | 33 | 4B | |
---|---|---|---|
RGB | 173 | 51 | 75 |
HSL | 348° | 54.46% | 43.92% |
HSB/HSV | 348° | 70.52% | 67.84% |
CMYK | 0.00% | 70.52% | 56.65% |
32.16% |
Die Farbe #AD334B in den populären Zahlensystemen.
Hexadezimal | AD | 33 | 4B |
Dezimal | 173 | 51 | 75 |
Binär | 10101101 | 110011 | 1001011 |
Oktal | 255 | 63 | 113 |
Dunkle Töne der Farbe #AD334B
Helle Töne der Farbe #AD334B
Beispiele css- und html für Elemente in der Farbe #AD334B. Bitte benutzen Sie auch rgb(173,51,75) statt hex-Code.
.myTextColor { color: #AD334B; }
<p style="color:#AD334B">This sample text font color is #AD334B.</p>
Die Farbe dieses Textes ist #AD334B.
.myBgColor { background-color: #AD334B; }
<div style="background-color:#AD334B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD334B.
.myBorderColor { border: 1px solid #AD334B; }
<div style="border:3px solid #AD334B">Div</div>
Die Grenzen von diesem div sind in Farbe #AD334B.
.myOpacity80 { color: #AD334B; opacity: 0.8; }
<p style="color:#AD334B;opacity:0.8;">80%</p>
Text in Farbe #AD334B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD334B;}
<p style="text-shadow: 3px 3px 1px #AD334B">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD334B.
.textShadow {text-shadow: 3px 3px 1px #AD334B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD334B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD334B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD334B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD334B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD334B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD334B;
-webkit-box-shadow: 1px 1px 3px 2px #AD334B;
box-shadow: 1px 1px 3px 2px #AD334B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD334B; -webkit-box-shadow: 1px 1px 3px 2px #AD334B; box-shadow:1px 1px 3px 2px #AD334B;">
Div content here
</div>
Dieser Text ist in der Farbe #AD334B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD334B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD334B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD334B.
Kontrastfarbe für #hex ist #52CCB4.