HEX: #51475C
RGB: (81,71,92)
#51475C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #51475C ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #51475C wird in RGB als (81,71,92) definiert.
RGB: (81,71,92)
(32%, 28%, 36%)
R 81 von 255 = 32%
G 71 von 255 = 28%
B 92 von 255 = 36%
R + G + B ~ 32%. #51475C ziemlich dunkle Farbe.
R + G + B = 81 + 71 + 92 = 244 (100%)
R 81 von 244 ~ 33.2%
G 71 von 244 ~ 29.1%
B 92 von 244 ~ 37.7'%
Die Farbe #51475C wird in CMYK als (12,23,0,64) definiert.
CMYK: (12,23,0,64) C12M23Y0K64 (12%,23%,0%,64%) (0.12/0.23/0.00/0.64)
Farbe #51475C in den populären Farbmodellen.
51 | 47 | 5C | |
---|---|---|---|
RGB | 81 | 71 | 92 |
HSL | 269° | 12.88% | 31.96% |
HSB/HSV | 269° | 22.83% | 36.08% |
CMYK | 11.96% | 22.83% | 0.00% |
63.92% |
Die Farbe #51475C in den populären Zahlensystemen.
Hexadezimal | 51 | 47 | 5C |
Dezimal | 81 | 71 | 92 |
Binär | 1010001 | 1000111 | 1011100 |
Oktal | 121 | 107 | 134 |
Dunkle Töne der Farbe #51475C
Helle Töne der Farbe #51475C
Beispiele css- und html für Elemente in der Farbe #51475C. Bitte benutzen Sie auch rgb(81,71,92) statt hex-Code.
.myTextColor { color: #51475C; }
<p style="color:#51475C">This sample text font color is #51475C.</p>
Die Farbe dieses Textes ist #51475C.
.myBgColor { background-color: #51475C; }
<div style="background-color:#51475C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #51475C.
.myBorderColor { border: 1px solid #51475C; }
<div style="border:3px solid #51475C">Div</div>
Die Grenzen von diesem div sind in Farbe #51475C.
.myOpacity80 { color: #51475C; opacity: 0.8; }
<p style="color:#51475C;opacity:0.8;">80%</p>
Text in Farbe #51475C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #51475C;}
<p style="text-shadow: 3px 3px 1px #51475C">Text here.</p>
Dieser Text hat den Schatten in Farbe #51475C.
.textShadow {text-shadow: 3px 3px 1px #51475C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #51475C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #51475C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51475C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#51475C, Direction=45, Strength=4)">Text</p>
This text has shadow with #51475C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51475C;
-webkit-box-shadow: 1px 1px 3px 2px #51475C;
box-shadow: 1px 1px 3px 2px #51475C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51475C; -webkit-box-shadow: 1px 1px 3px 2px #51475C; box-shadow:1px 1px 3px 2px #51475C;">
Div content here
</div>
Dieser Text ist in der Farbe #51475C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #51475C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #51475C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #51475C.
Kontrastfarbe für #hex ist #AEB8A3.