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