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