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