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