HEX: #521B40
RGB: (82,27,64)
#521B40 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #521B40 ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #521B40 wird in RGB als (82,27,64) definiert.
RGB: (82,27,64)
(32%, 11%, 25%)
R 82 von 255 = 32%
G 27 von 255 = 11%
B 64 von 255 = 25%
R + G + B ~ 23%. #521B40 dunkle Farbe.
R + G + B = 82 + 27 + 64 = 173 (100%)
R 82 von 173 ~ 47.4%
G 27 von 173 ~ 15.61%
B 64 von 173 ~ 36.99'%
Die Farbe #521B40 wird in CMYK als (0,67,22,68) definiert.
CMYK: (0,67,22,68)
C0M67Y22K68 (0%, 67%, 22%, 68%)
(0.00 / 0.67 / 0.22 / 0.68)
Farbe #521B40 in den populären Farbmodellen.
52 | 1B | 40 | |
---|---|---|---|
RGB | 82 | 27 | 64 |
HSL | 320° | 50.46% | 21.37% |
HSB/HSV | 320° | 67.07% | 32.16% |
CMYK | 0.00% | 67.07% | 21.95% |
67.84% |
Die Farbe #521B40 in den populären Zahlensystemen.
Hexadezimal | 52 | 1B | 40 |
Dezimal | 82 | 27 | 64 |
Binär | 1010010 | 11011 | 1000000 |
Oktal | 122 | 33 | 100 |
Dunkle Töne der Farbe #521B40
Helle Töne der Farbe #521B40
Beispiele css- und html für Elemente in der Farbe #521B40. Bitte benutzen Sie auch rgb(82,27,64) statt hex-Code.
.myTextColor { color: #521B40; }
<p style="color:#521B40">This sample text font color is #521B40.</p>
Die Farbe dieses Textes ist #521B40.
.myBgColor { background-color: #521B40; }
<div style="background-color:#521B40">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #521B40.
.myBorderColor { border: 1px solid #521B40; }
<div style="border:3px solid #521B40">Div</div>
Die Grenzen von diesem div sind in Farbe #521B40.
.myOpacity80 { color: #521B40; opacity: 0.8; }
<p style="color:#521B40;opacity:0.8;">80%</p>
Text in Farbe #521B40 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #521B40;}
<p style="text-shadow: 3px 3px 1px #521B40">Text here.</p>
Dieser Text hat den Schatten in Farbe #521B40.
.textShadow {text-shadow: 3px 3px 1px #521B40', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #521B40, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #521B40 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#521B40, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#521B40, Direction=45, Strength=4)">Text</p>
This text has shadow with #521B40 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #521B40;
-webkit-box-shadow: 1px 1px 3px 2px #521B40;
box-shadow: 1px 1px 3px 2px #521B40;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #521B40; -webkit-box-shadow: 1px 1px 3px 2px #521B40; box-shadow:1px 1px 3px 2px #521B40;">
Div content here
</div>
Dieser Text ist in der Farbe #521B40 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #521B40 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #521B40.
Dieser Text ist weiß auf dem Hintergrund in Farbe #521B40.
Kontrastfarbe für #hex ist #ADE4BF.