HEX: #513350
RGB: (81,51,80)
#513350 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #513350 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #513350 wird in RGB als (81,51,80) definiert.
RGB: (81,51,80) (32%,20%,31%)
R 81 von 255 = 32%
G 51 von 255 = 20%
B 80 von 255 = 31%
R + G + B ~ 28%. #513350 ziemlich dunkle Farbe.
R + G + B =
81 + 51 + 80 = 212 (100%)
R 81 von 212 ~ 38.21%
G 51 von 212 ~ 24.06%
B 80 von 212 ~ 37.74%
Die Farbe #513350 wird in CMYK als (0,37,1,68) definiert.
CMYK: (0,37,1,68) C0M37Y1K68 (0%,37%,1%,68%) (0.00/0.37/0.01/0.68)
51 | 33 | 50 | |
---|---|---|---|
RGB | 81 | 51 | 80 |
HSL | 302° | 22.73% | 25.88% |
HSB/HSV | 302° | 37.04% | 31.76% |
CMYK | 0.00% | 37.04% | 1.23% |
68.24% |
Hexadezimal | 51 | 33 | 50 |
Dezimal | 81 | 51 | 80 |
Binär | 1010001 | 110011 | 1010000 |
Oktal | 121 | 63 | 120 |
Beispiele css- und html für Elemente in der Farbe #513350. Bitte benutzen Sie auch rgb(81,51,80) statt hex-Code.
.myTextColor { color: #513350; }
<p style="color:#513350">This sample text font color is #513350.</p>
Die Farbe dieses Textes ist #513350.
.myBgColor { background-color: #513350; }
<div style="background-color:#513350">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #513350.
.myBorderColor { border: 1px solid #513350; }
<div style="border:3px solid #513350">Div</div>
Die Grenzen von diesem div sind in Farbe #513350.
.myOpacity80 { color: #513350; opacity: 0.8; }
<p style="color:#513350;opacity:0.8;">80%</p>
Text in Farbe #513350 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #513350;}
<p style="text-shadow: 3px 3px 1px #513350">Text here.</p>
Dieser Text hat den Schatten in Farbe #513350.
.textShadow {text-shadow: 3px 3px 1px #513350, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #513350, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #513350 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#513350, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#513350, Direction=45, Strength=4)">Text</p>
This text has shadow with #513350 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #513350; -webkit-box-shadow: 1px 1px 3px 2px #513350; box-shadow: 1px 1px 3px 2px #513350; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #513350; -webkit-box-shadow: 1px 1px 3px 2px #513350; box-shadow:1px 1px 3px 2px #513350;">
Div content here</div>
Dieser Text ist in der Farbe #513350 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #513350 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #513350.
Dieser Text ist weiß auf dem Hintergrund in Farbe #513350.