HEX: #506251
RGB: (80,98,81)
#506251 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #506251 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #506251 wird in RGB als (80,98,81) definiert.
RGB: (80,98,81) (31%,38%,32%)
R 80 von 255 = 31%
G 98 von 255 = 38%
B 81 von 255 = 32%
R + G + B ~ 34%. #506251 ziemlich dunkle Farbe.
R + G + B =
80 + 98 + 81 = 259 (100%)
R 80 von 259 ~ 30.89%
G 98 von 259 ~ 37.84%
B 81 von 259 ~ 31.27%
Die Farbe #506251 wird in CMYK als (18,0,17,62) definiert.
CMYK: (18,0,17,62) C18M0Y17K62 (18%,0%,17%,62%) (0.18/0.00/0.17/0.62)
50 | 62 | 51 | |
---|---|---|---|
RGB | 80 | 98 | 81 |
HSL | 123° | 10.11% | 34.90% |
HSB/HSV | 123° | 18.37% | 38.43% |
CMYK | 18.37% | 0.00% | 17.35% |
61.57% |
Hexadezimal | 50 | 62 | 51 |
Dezimal | 80 | 98 | 81 |
Binär | 1010000 | 1100010 | 1010001 |
Oktal | 120 | 142 | 121 |
Beispiele css- und html für Elemente in der Farbe #506251. Bitte benutzen Sie auch rgb(80,98,81) statt hex-Code.
.myTextColor { color: #506251; }
<p style="color:#506251">This sample text font color is #506251.</p>
Die Farbe dieses Textes ist #506251.
.myBgColor { background-color: #506251; }
<div style="background-color:#506251">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #506251.
.myBorderColor { border: 1px solid #506251; }
<div style="border:3px solid #506251">Div</div>
Die Grenzen von diesem div sind in Farbe #506251.
.myOpacity80 { color: #506251; opacity: 0.8; }
<p style="color:#506251;opacity:0.8;">80%</p>
Text in Farbe #506251 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #506251;}
<p style="text-shadow: 3px 3px 1px #506251">Text here.</p>
Dieser Text hat den Schatten in Farbe #506251.
.textShadow {text-shadow: 3px 3px 1px #506251, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #506251, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #506251 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#506251, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#506251, Direction=45, Strength=4)">Text</p>
This text has shadow with #506251 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #506251; -webkit-box-shadow: 1px 1px 3px 2px #506251; box-shadow: 1px 1px 3px 2px #506251; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #506251; -webkit-box-shadow: 1px 1px 3px 2px #506251; box-shadow:1px 1px 3px 2px #506251;">
Div content here</div>
Dieser Text ist in der Farbe #506251 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #506251 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #506251.
Dieser Text ist weiß auf dem Hintergrund in Farbe #506251.