HEX: #4C514F
RGB: (76,81,79)
#4C514F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C514F ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4C514F wird in RGB als (76,81,79) definiert.
RGB: (76,81,79) (30%,32%,31%)
R 76 von 255 = 30%
G 81 von 255 = 32%
B 79 von 255 = 31%
R + G + B ~ 31%. #4C514F ziemlich dunkle Farbe.
R + G + B =
76 + 81 + 79 = 236 (100%)
R 76 von 236 ~ 32.2%
G 81 von 236 ~ 34.32%
B 79 von 236 ~ 33.47%
Die Farbe #4C514F wird in CMYK als (6,0,2,68) definiert.
CMYK: (6,0,2,68) C6M0Y2K68 (6%,0%,2%,68%) (0.06/0.00/0.02/0.68)
4C | 51 | 4F | |
---|---|---|---|
RGB | 76 | 81 | 79 |
HSL | 156° | 3.18% | 30.78% |
HSB/HSV | 156° | 6.17% | 31.76% |
CMYK | 6.17% | 0.00% | 2.47% |
68.24% |
Hexadezimal | 4C | 51 | 4F |
Dezimal | 76 | 81 | 79 |
Binär | 1001100 | 1010001 | 1001111 |
Oktal | 114 | 121 | 117 |
Beispiele css- und html für Elemente in der Farbe #4C514F. Bitte benutzen Sie auch rgb(76,81,79) statt hex-Code.
.myTextColor { color: #4C514F; }
<p style="color:#4C514F">This sample text font color is #4C514F.</p>
Die Farbe dieses Textes ist #4C514F.
.myBgColor { background-color: #4C514F; }
<div style="background-color:#4C514F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C514F.
.myBorderColor { border: 1px solid #4C514F; }
<div style="border:3px solid #4C514F">Div</div>
Die Grenzen von diesem div sind in Farbe #4C514F.
.myOpacity80 { color: #4C514F; opacity: 0.8; }
<p style="color:#4C514F;opacity:0.8;">80%</p>
Text in Farbe #4C514F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C514F;}
<p style="text-shadow: 3px 3px 1px #4C514F">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C514F.
.textShadow {text-shadow: 3px 3px 1px #4C514F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C514F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C514F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C514F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C514F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C514F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C514F; -webkit-box-shadow: 1px 1px 3px 2px #4C514F; box-shadow: 1px 1px 3px 2px #4C514F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C514F; -webkit-box-shadow: 1px 1px 3px 2px #4C514F; box-shadow:1px 1px 3px 2px #4C514F;">
Div content here</div>
Dieser Text ist in der Farbe #4C514F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C514F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C514F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C514F.