HEX: #521D43
RGB: (82,29,67)
#521D43 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #521D43 ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #521D43 wird in RGB als (82,29,67) definiert.
RGB: (82,29,67) (32%,11%,26%)
R 82 von 255 = 32%
G 29 von 255 = 11%
B 67 von 255 = 26%
R + G + B ~ 23%. #521D43 dunkle Farbe.
R + G + B =
82 + 29 + 67 = 178 (100%)
R 82 von 178 ~ 46.07%
G 29 von 178 ~ 16.29%
B 67 von 178 ~ 37.64%
Die Farbe #521D43 wird in CMYK als (0,65,18,68) definiert.
CMYK: (0,65,18,68) C0M65Y18K68 (0%,65%,18%,68%) (0.00/0.65/0.18/0.68)
52 | 1D | 43 | |
---|---|---|---|
RGB | 82 | 29 | 67 |
HSL | 317° | 47.75% | 21.76% |
HSB/HSV | 317° | 64.63% | 32.16% |
CMYK | 0.00% | 64.63% | 18.29% |
67.84% |
Hexadezimal | 52 | 1D | 43 |
Dezimal | 82 | 29 | 67 |
Binär | 1010010 | 11101 | 1000011 |
Oktal | 122 | 35 | 103 |
Beispiele css- und html für Elemente in der Farbe #521D43. Bitte benutzen Sie auch rgb(82,29,67) statt hex-Code.
.myTextColor { color: #521D43; }
<p style="color:#521D43">This sample text font color is #521D43.</p>
Die Farbe dieses Textes ist #521D43.
.myBgColor { background-color: #521D43; }
<div style="background-color:#521D43">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #521D43.
.myBorderColor { border: 1px solid #521D43; }
<div style="border:3px solid #521D43">Div</div>
Die Grenzen von diesem div sind in Farbe #521D43.
.myOpacity80 { color: #521D43; opacity: 0.8; }
<p style="color:#521D43;opacity:0.8;">80%</p>
Text in Farbe #521D43 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #521D43;}
<p style="text-shadow: 3px 3px 1px #521D43">Text here.</p>
Dieser Text hat den Schatten in Farbe #521D43.
.textShadow {text-shadow: 3px 3px 1px #521D43, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #521D43, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #521D43 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#521D43, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#521D43, Direction=45, Strength=4)">Text</p>
This text has shadow with #521D43 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #521D43; -webkit-box-shadow: 1px 1px 3px 2px #521D43; box-shadow: 1px 1px 3px 2px #521D43; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #521D43; -webkit-box-shadow: 1px 1px 3px 2px #521D43; box-shadow:1px 1px 3px 2px #521D43;">
Div content here</div>
Dieser Text ist in der Farbe #521D43 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #521D43 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #521D43.
Dieser Text ist weiß auf dem Hintergrund in Farbe #521D43.