HEX: #531D15
RGB: (83,29,21)
#531D15 enthält hauptsächlich rote und grüne Farbe. Für #531D15 ist eine «websichere» Webfarbe #663300 (oder kurz #630).
Die Farbe #531D15 wird in RGB als (83,29,21) definiert.
RGB: (83,29,21) (33%,11%,8%)
R 83 von 255 = 33%
G 29 von 255 = 11%
B 21 von 255 = 8%
R + G + B ~ 17%. #531D15 dunkle Farbe.
R + G + B =
83 + 29 + 21 = 133 (100%)
R 83 von 133 ~ 62.41%
G 29 von 133 ~ 21.8%
B 21 von 133 ~ 15.79%
Die Farbe #531D15 wird in CMYK als (0,65,75,67) definiert.
CMYK: (0,65,75,67) C0M65Y75K67 (0%,65%,75%,67%) (0.00/0.65/0.75/0.67)
53 | 1D | 15 | |
---|---|---|---|
RGB | 83 | 29 | 21 |
HSL | 8° | 59.62% | 20.39% |
HSB/HSV | 8° | 74.70% | 32.55% |
CMYK | 0.00% | 65.06% | 74.70% |
67.45% |
Hexadezimal | 53 | 1D | 15 |
Dezimal | 83 | 29 | 21 |
Binär | 1010011 | 11101 | 10101 |
Oktal | 123 | 35 | 25 |
Beispiele css- und html für Elemente in der Farbe #531D15. Bitte benutzen Sie auch rgb(83,29,21) statt hex-Code.
.myTextColor { color: #531D15; }
<p style="color:#531D15">This sample text font color is #531D15.</p>
Die Farbe dieses Textes ist #531D15.
.myBgColor { background-color: #531D15; }
<div style="background-color:#531D15">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #531D15.
.myBorderColor { border: 1px solid #531D15; }
<div style="border:3px solid #531D15">Div</div>
Die Grenzen von diesem div sind in Farbe #531D15.
.myOpacity80 { color: #531D15; opacity: 0.8; }
<p style="color:#531D15;opacity:0.8;">80%</p>
Text in Farbe #531D15 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #531D15;}
<p style="text-shadow: 3px 3px 1px #531D15">Text here.</p>
Dieser Text hat den Schatten in Farbe #531D15.
.textShadow {text-shadow: 3px 3px 1px #531D15, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #531D15, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #531D15 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#531D15, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#531D15, Direction=45, Strength=4)">Text</p>
This text has shadow with #531D15 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #531D15; -webkit-box-shadow: 1px 1px 3px 2px #531D15; box-shadow: 1px 1px 3px 2px #531D15; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #531D15; -webkit-box-shadow: 1px 1px 3px 2px #531D15; box-shadow:1px 1px 3px 2px #531D15;">
Div content here</div>
Dieser Text ist in der Farbe #531D15 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #531D15 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #531D15.
Dieser Text ist weiß auf dem Hintergrund in Farbe #531D15.