HEX: #510B2A
RGB: (81,11,42)
#510B2A enthält hauptsächlich rote und blaue Farbe. Für #510B2A ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #510B2A wird in RGB als (81,11,42) definiert.
RGB: (81,11,42) (32%,4%,16%)
R 81 von 255 = 32%
G 11 von 255 = 4%
B 42 von 255 = 16%
R + G + B ~ 17%. #510B2A dunkle Farbe.
R + G + B =
81 + 11 + 42 = 134 (100%)
R 81 von 134 ~ 60.45%
G 11 von 134 ~ 8.21%
B 42 von 134 ~ 31.34%
Die Farbe #510B2A wird in CMYK als (0,86,48,68) definiert.
CMYK: (0,86,48,68) C0M86Y48K68 (0%,86%,48%,68%) (0.00/0.86/0.48/0.68)
51 | 0B | 2A | |
---|---|---|---|
RGB | 81 | 11 | 42 |
HSL | 333° | 76.09% | 18.04% |
HSB/HSV | 333° | 86.42% | 31.76% |
CMYK | 0.00% | 86.42% | 48.15% |
68.24% |
Hexadezimal | 51 | 0B | 2A |
Dezimal | 81 | 11 | 42 |
Binär | 1010001 | 1011 | 101010 |
Oktal | 121 | 13 | 52 |
Beispiele css- und html für Elemente in der Farbe #510B2A. Bitte benutzen Sie auch rgb(81,11,42) statt hex-Code.
.myTextColor { color: #510B2A; }
<p style="color:#510B2A">This sample text font color is #510B2A.</p>
Die Farbe dieses Textes ist #510B2A.
.myBgColor { background-color: #510B2A; }
<div style="background-color:#510B2A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #510B2A.
.myBorderColor { border: 1px solid #510B2A; }
<div style="border:3px solid #510B2A">Div</div>
Die Grenzen von diesem div sind in Farbe #510B2A.
.myOpacity80 { color: #510B2A; opacity: 0.8; }
<p style="color:#510B2A;opacity:0.8;">80%</p>
Text in Farbe #510B2A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #510B2A;}
<p style="text-shadow: 3px 3px 1px #510B2A">Text here.</p>
Dieser Text hat den Schatten in Farbe #510B2A.
.textShadow {text-shadow: 3px 3px 1px #510B2A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #510B2A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #510B2A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#510B2A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#510B2A, Direction=45, Strength=4)">Text</p>
This text has shadow with #510B2A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #510B2A; -webkit-box-shadow: 1px 1px 3px 2px #510B2A; box-shadow: 1px 1px 3px 2px #510B2A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #510B2A; -webkit-box-shadow: 1px 1px 3px 2px #510B2A; box-shadow:1px 1px 3px 2px #510B2A;">
Div content here</div>
Dieser Text ist in der Farbe #510B2A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #510B2A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #510B2A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #510B2A.