HEX: #531529
RGB: (83,21,41)
#531529 enthält hauptsächlich rote und blaue Farbe. Für #531529 ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #531529 wird in RGB als (83,21,41) definiert.
RGB: (83,21,41)
(33%, 8%, 16%)
R 83 von 255 = 33%
G 21 von 255 = 8%
B 41 von 255 = 16%
R + G + B ~ 19%. #531529 dunkle Farbe.
R + G + B = 83 + 21 + 41 = 145 (100%)
R 83 von 145 ~ 57.24%
G 21 von 145 ~ 14.48%
B 41 von 145 ~ 28.28'%
Die Farbe #531529 wird in CMYK als (0,75,51,67) definiert.
CMYK: (0,75,51,67)
C0M75Y51K67 (0%, 75%, 51%, 67%)
(0.00 / 0.75 / 0.51 / 0.67)
Farbe #531529 in den populären Farbmodellen.
53 | 15 | 29 | |
---|---|---|---|
RGB | 83 | 21 | 41 |
HSL | 341° | 59.62% | 20.39% |
HSB/HSV | 341° | 74.70% | 32.55% |
CMYK | 0.00% | 74.70% | 50.60% |
67.45% |
Die Farbe #531529 in den populären Zahlensystemen.
Hexadezimal | 53 | 15 | 29 |
Dezimal | 83 | 21 | 41 |
Binär | 1010011 | 10101 | 101001 |
Oktal | 123 | 25 | 51 |
Dunkle Töne der Farbe #531529
Helle Töne der Farbe #531529
Beispiele css- und html für Elemente in der Farbe #531529. Bitte benutzen Sie auch rgb(83,21,41) statt hex-Code.
.myTextColor { color: #531529; }
<p style="color:#531529">This sample text font color is #531529.</p>
Die Farbe dieses Textes ist #531529.
.myBgColor { background-color: #531529; }
<div style="background-color:#531529">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #531529.
.myBorderColor { border: 1px solid #531529; }
<div style="border:3px solid #531529">Div</div>
Die Grenzen von diesem div sind in Farbe #531529.
.myOpacity80 { color: #531529; opacity: 0.8; }
<p style="color:#531529;opacity:0.8;">80%</p>
Text in Farbe #531529 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #531529;}
<p style="text-shadow: 3px 3px 1px #531529">Text here.</p>
Dieser Text hat den Schatten in Farbe #531529.
.textShadow {text-shadow: 3px 3px 1px #531529', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #531529, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #531529 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#531529, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#531529, Direction=45, Strength=4)">Text</p>
This text has shadow with #531529 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #531529;
-webkit-box-shadow: 1px 1px 3px 2px #531529;
box-shadow: 1px 1px 3px 2px #531529;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #531529; -webkit-box-shadow: 1px 1px 3px 2px #531529; box-shadow:1px 1px 3px 2px #531529;">
Div content here
</div>
Dieser Text ist in der Farbe #531529 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #531529 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #531529.
Dieser Text ist weiß auf dem Hintergrund in Farbe #531529.
Kontrastfarbe für #hex ist #ACEAD6.