HEX: #506B4D
RGB: (80,107,77)
#506B4D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #506B4D ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #506B4D wird in RGB als (80,107,77) definiert.
RGB: (80,107,77)
(31%, 42%, 30%)
R 80 von 255 = 31%
G 107 von 255 = 42%
B 77 von 255 = 30%
R + G + B ~ 34%. #506B4D ziemlich dunkle Farbe.
R + G + B = 80 + 107 + 77 = 264 (100%)
R 80 von 264 ~ 30.3%
G 107 von 264 ~ 40.53%
B 77 von 264 ~ 29.17'%
Die Farbe #506B4D wird in CMYK als (25,0,28,58) definiert.
CMYK: (25,0,28,58) C25M0Y28K58 (25%,0%,28%,58%) (0.25/0.00/0.28/0.58)
Farbe #506B4D in den populären Farbmodellen.
50 | 6B | 4D | |
---|---|---|---|
RGB | 80 | 107 | 77 |
HSL | 114° | 16.30% | 36.08% |
HSB/HSV | 114° | 28.04% | 41.96% |
CMYK | 25.23% | 0.00% | 28.04% |
58.04% |
Die Farbe #506B4D in den populären Zahlensystemen.
Hexadezimal | 50 | 6B | 4D |
Dezimal | 80 | 107 | 77 |
Binär | 1010000 | 1101011 | 1001101 |
Oktal | 120 | 153 | 115 |
Dunkle Töne der Farbe #506B4D
Helle Töne der Farbe #506B4D
Beispiele css- und html für Elemente in der Farbe #506B4D. Bitte benutzen Sie auch rgb(80,107,77) statt hex-Code.
.myTextColor { color: #506B4D; }
<p style="color:#506B4D">This sample text font color is #506B4D.</p>
Die Farbe dieses Textes ist #506B4D.
.myBgColor { background-color: #506B4D; }
<div style="background-color:#506B4D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #506B4D.
.myBorderColor { border: 1px solid #506B4D; }
<div style="border:3px solid #506B4D">Div</div>
Die Grenzen von diesem div sind in Farbe #506B4D.
.myOpacity80 { color: #506B4D; opacity: 0.8; }
<p style="color:#506B4D;opacity:0.8;">80%</p>
Text in Farbe #506B4D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #506B4D;}
<p style="text-shadow: 3px 3px 1px #506B4D">Text here.</p>
Dieser Text hat den Schatten in Farbe #506B4D.
.textShadow {text-shadow: 3px 3px 1px #506B4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #506B4D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #506B4D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#506B4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#506B4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #506B4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #506B4D;
-webkit-box-shadow: 1px 1px 3px 2px #506B4D;
box-shadow: 1px 1px 3px 2px #506B4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #506B4D; -webkit-box-shadow: 1px 1px 3px 2px #506B4D; box-shadow:1px 1px 3px 2px #506B4D;">
Div content here
</div>
Dieser Text ist in der Farbe #506B4D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #506B4D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #506B4D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #506B4D.
Kontrastfarbe für #hex ist #AF94B2.