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