HEX: #513C48
RGB: (81,60,72)
#513C48 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #513C48 ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #513C48 wird in RGB als (81,60,72) definiert.
RGB: (81,60,72) (32%,24%,28%)
R 81 von 255 = 32%
G 60 von 255 = 24%
B 72 von 255 = 28%
R + G + B ~ 28%. #513C48 ziemlich dunkle Farbe.
R + G + B =
81 + 60 + 72 = 213 (100%)
R 81 von 213 ~ 38.03%
G 60 von 213 ~ 28.17%
B 72 von 213 ~ 33.8%
Die Farbe #513C48 wird in CMYK als (0,26,11,68) definiert.
CMYK: (0,26,11,68) C0M26Y11K68 (0%,26%,11%,68%) (0.00/0.26/0.11/0.68)
51 | 3C | 48 | |
---|---|---|---|
RGB | 81 | 60 | 72 |
HSL | 326° | 14.89% | 27.65% |
HSB/HSV | 326° | 25.93% | 31.76% |
CMYK | 0.00% | 25.93% | 11.11% |
68.24% |
Hexadezimal | 51 | 3C | 48 |
Dezimal | 81 | 60 | 72 |
Binär | 1010001 | 111100 | 1001000 |
Oktal | 121 | 74 | 110 |
Beispiele css- und html für Elemente in der Farbe #513C48. Bitte benutzen Sie auch rgb(81,60,72) statt hex-Code.
.myTextColor { color: #513C48; }
<p style="color:#513C48">This sample text font color is #513C48.</p>
Die Farbe dieses Textes ist #513C48.
.myBgColor { background-color: #513C48; }
<div style="background-color:#513C48">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #513C48.
.myBorderColor { border: 1px solid #513C48; }
<div style="border:3px solid #513C48">Div</div>
Die Grenzen von diesem div sind in Farbe #513C48.
.myOpacity80 { color: #513C48; opacity: 0.8; }
<p style="color:#513C48;opacity:0.8;">80%</p>
Text in Farbe #513C48 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #513C48;}
<p style="text-shadow: 3px 3px 1px #513C48">Text here.</p>
Dieser Text hat den Schatten in Farbe #513C48.
.textShadow {text-shadow: 3px 3px 1px #513C48, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #513C48, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #513C48 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#513C48, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#513C48, Direction=45, Strength=4)">Text</p>
This text has shadow with #513C48 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #513C48; -webkit-box-shadow: 1px 1px 3px 2px #513C48; box-shadow: 1px 1px 3px 2px #513C48; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #513C48; -webkit-box-shadow: 1px 1px 3px 2px #513C48; box-shadow:1px 1px 3px 2px #513C48;">
Div content here</div>
Dieser Text ist in der Farbe #513C48 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #513C48 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #513C48.
Dieser Text ist weiß auf dem Hintergrund in Farbe #513C48.