HEX: #505750
RGB: (80,87,80)
#505750 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #505750 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #505750 wird in RGB als (80,87,80) definiert.
RGB: (80,87,80)
(31%, 34%, 31%)
R 80 von 255 = 31%
G 87 von 255 = 34%
B 80 von 255 = 31%
R + G + B ~ 32%. #505750 ziemlich dunkle Farbe.
R + G + B = 80 + 87 + 80 = 247 (100%)
R 80 von 247 ~ 32.39%
G 87 von 247 ~ 35.22%
B 80 von 247 ~ 32.39'%
Die Farbe #505750 wird in CMYK als (8,0,8,66) definiert.
CMYK: (8,0,8,66)
C8M0Y8K66 (8%, 0%, 8%, 66%)
(0.08 / 0.00 / 0.08 / 0.66)
Farbe #505750 in den populären Farbmodellen.
50 | 57 | 50 | |
---|---|---|---|
RGB | 80 | 87 | 80 |
HSL | 120° | 4.19% | 32.75% |
HSB/HSV | 120° | 8.05% | 34.12% |
CMYK | 8.05% | 0.00% | 8.05% |
65.88% |
Die Farbe #505750 in den populären Zahlensystemen.
Hexadezimal | 50 | 57 | 50 |
Dezimal | 80 | 87 | 80 |
Binär | 1010000 | 1010111 | 1010000 |
Oktal | 120 | 127 | 120 |
Dunkle Töne der Farbe #505750
Helle Töne der Farbe #505750
Beispiele css- und html für Elemente in der Farbe #505750. Bitte benutzen Sie auch rgb(80,87,80) statt hex-Code.
.myTextColor { color: #505750; }
<p style="color:#505750">This sample text font color is #505750.</p>
Die Farbe dieses Textes ist #505750.
.myBgColor { background-color: #505750; }
<div style="background-color:#505750">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #505750.
.myBorderColor { border: 1px solid #505750; }
<div style="border:3px solid #505750">Div</div>
Die Grenzen von diesem div sind in Farbe #505750.
.myOpacity80 { color: #505750; opacity: 0.8; }
<p style="color:#505750;opacity:0.8;">80%</p>
Text in Farbe #505750 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #505750;}
<p style="text-shadow: 3px 3px 1px #505750">Text here.</p>
Dieser Text hat den Schatten in Farbe #505750.
.textShadow {text-shadow: 3px 3px 1px #505750', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #505750, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #505750 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#505750, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#505750, Direction=45, Strength=4)">Text</p>
This text has shadow with #505750 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #505750;
-webkit-box-shadow: 1px 1px 3px 2px #505750;
box-shadow: 1px 1px 3px 2px #505750;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #505750; -webkit-box-shadow: 1px 1px 3px 2px #505750; box-shadow:1px 1px 3px 2px #505750;">
Div content here
</div>
Dieser Text ist in der Farbe #505750 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #505750 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #505750.
Dieser Text ist weiß auf dem Hintergrund in Farbe #505750.
Kontrastfarbe für #hex ist #AFA8AF.