HEX: #521E3B
RGB: (82,30,59)
#521E3B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #521E3B ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #521E3B wird in RGB als (82,30,59) definiert.
RGB: (82,30,59) (32%,12%,23%)
R 82 von 255 = 32%
G 30 von 255 = 12%
B 59 von 255 = 23%
R + G + B ~ 22%. #521E3B dunkle Farbe.
R + G + B =
82 + 30 + 59 = 171 (100%)
R 82 von 171 ~ 47.95%
G 30 von 171 ~ 17.54%
B 59 von 171 ~ 34.5%
Die Farbe #521E3B wird in CMYK als (0,63,28,68) definiert.
CMYK: (0,63,28,68) C0M63Y28K68 (0%,63%,28%,68%) (0.00/0.63/0.28/0.68)
52 | 1E | 3B | |
---|---|---|---|
RGB | 82 | 30 | 59 |
HSL | 327° | 46.43% | 21.96% |
HSB/HSV | 327° | 63.41% | 32.16% |
CMYK | 0.00% | 63.41% | 28.05% |
67.84% |
Hexadezimal | 52 | 1E | 3B |
Dezimal | 82 | 30 | 59 |
Binär | 1010010 | 11110 | 111011 |
Oktal | 122 | 36 | 73 |
Beispiele css- und html für Elemente in der Farbe #521E3B. Bitte benutzen Sie auch rgb(82,30,59) statt hex-Code.
.myTextColor { color: #521E3B; }
<p style="color:#521E3B">This sample text font color is #521E3B.</p>
Die Farbe dieses Textes ist #521E3B.
.myBgColor { background-color: #521E3B; }
<div style="background-color:#521E3B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #521E3B.
.myBorderColor { border: 1px solid #521E3B; }
<div style="border:3px solid #521E3B">Div</div>
Die Grenzen von diesem div sind in Farbe #521E3B.
.myOpacity80 { color: #521E3B; opacity: 0.8; }
<p style="color:#521E3B;opacity:0.8;">80%</p>
Text in Farbe #521E3B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #521E3B;}
<p style="text-shadow: 3px 3px 1px #521E3B">Text here.</p>
Dieser Text hat den Schatten in Farbe #521E3B.
.textShadow {text-shadow: 3px 3px 1px #521E3B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #521E3B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #521E3B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#521E3B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#521E3B, Direction=45, Strength=4)">Text</p>
This text has shadow with #521E3B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #521E3B; -webkit-box-shadow: 1px 1px 3px 2px #521E3B; box-shadow: 1px 1px 3px 2px #521E3B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #521E3B; -webkit-box-shadow: 1px 1px 3px 2px #521E3B; box-shadow:1px 1px 3px 2px #521E3B;">
Div content here</div>
Dieser Text ist in der Farbe #521E3B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #521E3B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #521E3B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #521E3B.