HEX: #520532
RGB: (82,5,50)
#520532 enthält hauptsächlich rote und blaue Farbe. Für #520532 ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #520532 wird in RGB als (82,5,50) definiert.
RGB: (82,5,50) (32%,2%,20%)
R 82 von 255 = 32%
G 5 von 255 = 2%
B 50 von 255 = 20%
R + G + B ~ 18%. #520532 dunkle Farbe.
R + G + B =
82 + 5 + 50 = 137 (100%)
R 82 von 137 ~ 59.85%
G 5 von 137 ~ 3.65%
B 50 von 137 ~ 36.5%
Die Farbe #520532 wird in CMYK als (0,94,39,68) definiert.
CMYK: (0,94,39,68) C0M94Y39K68 (0%,94%,39%,68%) (0.00/0.94/0.39/0.68)
52 | 05 | 32 | |
---|---|---|---|
RGB | 82 | 5 | 50 |
HSL | 325° | 88.51% | 17.06% |
HSB/HSV | 325° | 93.90% | 32.16% |
CMYK | 0.00% | 93.90% | 39.02% |
67.84% |
Hexadezimal | 52 | 05 | 32 |
Dezimal | 82 | 5 | 50 |
Binär | 1010010 | 101 | 110010 |
Oktal | 122 | 5 | 62 |
Beispiele css- und html für Elemente in der Farbe #520532. Bitte benutzen Sie auch rgb(82,5,50) statt hex-Code.
.myTextColor { color: #520532; }
<p style="color:#520532">This sample text font color is #520532.</p>
Die Farbe dieses Textes ist #520532.
.myBgColor { background-color: #520532; }
<div style="background-color:#520532">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #520532.
.myBorderColor { border: 1px solid #520532; }
<div style="border:3px solid #520532">Div</div>
Die Grenzen von diesem div sind in Farbe #520532.
.myOpacity80 { color: #520532; opacity: 0.8; }
<p style="color:#520532;opacity:0.8;">80%</p>
Text in Farbe #520532 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #520532;}
<p style="text-shadow: 3px 3px 1px #520532">Text here.</p>
Dieser Text hat den Schatten in Farbe #520532.
.textShadow {text-shadow: 3px 3px 1px #520532, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #520532, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #520532 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#520532, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#520532, Direction=45, Strength=4)">Text</p>
This text has shadow with #520532 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #520532; -webkit-box-shadow: 1px 1px 3px 2px #520532; box-shadow: 1px 1px 3px 2px #520532; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #520532; -webkit-box-shadow: 1px 1px 3px 2px #520532; box-shadow:1px 1px 3px 2px #520532;">
Div content here</div>
Dieser Text ist in der Farbe #520532 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #520532 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #520532.
Dieser Text ist weiß auf dem Hintergrund in Farbe #520532.