HEX: #505549
RGB: (80,85,73)
#505549 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #505549 ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #505549 wird in RGB als (80,85,73) definiert.
RGB: (80,85,73) (31%,33%,29%)
R 80 von 255 = 31%
G 85 von 255 = 33%
B 73 von 255 = 29%
R + G + B ~ 31%. #505549 ziemlich dunkle Farbe.
R + G + B =
80 + 85 + 73 = 238 (100%)
R 80 von 238 ~ 33.61%
G 85 von 238 ~ 35.71%
B 73 von 238 ~ 30.67%
Die Farbe #505549 wird in CMYK als (6,0,14,67) definiert.
CMYK: (6,0,14,67) C6M0Y14K67 (6%,0%,14%,67%) (0.06/0.00/0.14/0.67)
50 | 55 | 49 | |
---|---|---|---|
RGB | 80 | 85 | 73 |
HSL | 85° | 7.59% | 30.98% |
HSB/HSV | 85° | 14.12% | 33.33% |
CMYK | 5.88% | 0.00% | 14.12% |
66.67% |
Hexadezimal | 50 | 55 | 49 |
Dezimal | 80 | 85 | 73 |
Binär | 1010000 | 1010101 | 1001001 |
Oktal | 120 | 125 | 111 |
Beispiele css- und html für Elemente in der Farbe #505549. Bitte benutzen Sie auch rgb(80,85,73) statt hex-Code.
.myTextColor { color: #505549; }
<p style="color:#505549">This sample text font color is #505549.</p>
Die Farbe dieses Textes ist #505549.
.myBgColor { background-color: #505549; }
<div style="background-color:#505549">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #505549.
.myBorderColor { border: 1px solid #505549; }
<div style="border:3px solid #505549">Div</div>
Die Grenzen von diesem div sind in Farbe #505549.
.myOpacity80 { color: #505549; opacity: 0.8; }
<p style="color:#505549;opacity:0.8;">80%</p>
Text in Farbe #505549 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #505549;}
<p style="text-shadow: 3px 3px 1px #505549">Text here.</p>
Dieser Text hat den Schatten in Farbe #505549.
.textShadow {text-shadow: 3px 3px 1px #505549, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #505549, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #505549 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#505549, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#505549, Direction=45, Strength=4)">Text</p>
This text has shadow with #505549 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #505549; -webkit-box-shadow: 1px 1px 3px 2px #505549; box-shadow: 1px 1px 3px 2px #505549; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #505549; -webkit-box-shadow: 1px 1px 3px 2px #505549; box-shadow:1px 1px 3px 2px #505549;">
Div content here</div>
Dieser Text ist in der Farbe #505549 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #505549 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #505549.
Dieser Text ist weiß auf dem Hintergrund in Farbe #505549.