HEX: #4C6F87
RGB: (76,111,135)
#4C6F87 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C6F87 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4C6F87 wird in RGB als (76,111,135) definiert.
RGB: (76,111,135) (30%,44%,53%)
R 76 von 255 = 30%
G 111 von 255 = 44%
B 135 von 255 = 53%
R + G + B ~ 42%. #4C6F87 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 111 + 135 = 322 (100%)
R 76 von 322 ~ 23.6%
G 111 von 322 ~ 34.47%
B 135 von 322 ~ 41.93%
Die Farbe #4C6F87 wird in CMYK als (44,18,0,47) definiert.
CMYK: (44,18,0,47) C44M18Y0K47 (44%,18%,0%,47%) (0.44/0.18/0.00/0.47)
4C | 6F | 87 | |
---|---|---|---|
RGB | 76 | 111 | 135 |
HSL | 204° | 27.96% | 41.37% |
HSB/HSV | 204° | 43.70% | 52.94% |
CMYK | 43.70% | 17.78% | 0.00% |
47.06% |
Hexadezimal | 4C | 6F | 87 |
Dezimal | 76 | 111 | 135 |
Binär | 1001100 | 1101111 | 10000111 |
Oktal | 114 | 157 | 207 |
Beispiele css- und html für Elemente in der Farbe #4C6F87. Bitte benutzen Sie auch rgb(76,111,135) statt hex-Code.
.myTextColor { color: #4C6F87; }
<p style="color:#4C6F87">This sample text font color is #4C6F87.</p>
Die Farbe dieses Textes ist #4C6F87.
.myBgColor { background-color: #4C6F87; }
<div style="background-color:#4C6F87">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C6F87.
.myBorderColor { border: 1px solid #4C6F87; }
<div style="border:3px solid #4C6F87">Div</div>
Die Grenzen von diesem div sind in Farbe #4C6F87.
.myOpacity80 { color: #4C6F87; opacity: 0.8; }
<p style="color:#4C6F87;opacity:0.8;">80%</p>
Text in Farbe #4C6F87 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C6F87;}
<p style="text-shadow: 3px 3px 1px #4C6F87">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C6F87.
.textShadow {text-shadow: 3px 3px 1px #4C6F87, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C6F87, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C6F87 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C6F87, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C6F87, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C6F87 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C6F87; -webkit-box-shadow: 1px 1px 3px 2px #4C6F87; box-shadow: 1px 1px 3px 2px #4C6F87; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C6F87; -webkit-box-shadow: 1px 1px 3px 2px #4C6F87; box-shadow:1px 1px 3px 2px #4C6F87;">
Div content here</div>
Dieser Text ist in der Farbe #4C6F87 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C6F87 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C6F87.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C6F87.