HEX: #4B464C
RGB: (75,70,76)
#4B464C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4B464C ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #4B464C wird in RGB als (75,70,76) definiert.
RGB: (75,70,76) (29%,27%,30%)
R 75 von 255 = 29%
G 70 von 255 = 27%
B 76 von 255 = 30%
R + G + B ~ 29%. #4B464C ziemlich dunkle Farbe.
R + G + B =
75 + 70 + 76 = 221 (100%)
R 75 von 221 ~ 33.94%
G 70 von 221 ~ 31.67%
B 76 von 221 ~ 34.39%
Die Farbe #4B464C wird in CMYK als (1,8,0,70) definiert.
CMYK: (1,8,0,70) C1M8Y0K70 (1%,8%,0%,70%) (0.01/0.08/0.00/0.70)
4B | 46 | 4C | |
---|---|---|---|
RGB | 75 | 70 | 76 |
HSL | 290° | 4.11% | 28.63% |
HSB/HSV | 290° | 7.89% | 29.80% |
CMYK | 1.32% | 7.89% | 0.00% |
70.20% |
Hexadezimal | 4B | 46 | 4C |
Dezimal | 75 | 70 | 76 |
Binär | 1001011 | 1000110 | 1001100 |
Oktal | 113 | 106 | 114 |
Beispiele css- und html für Elemente in der Farbe #4B464C. Bitte benutzen Sie auch rgb(75,70,76) statt hex-Code.
.myTextColor { color: #4B464C; }
<p style="color:#4B464C">This sample text font color is #4B464C.</p>
Die Farbe dieses Textes ist #4B464C.
.myBgColor { background-color: #4B464C; }
<div style="background-color:#4B464C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B464C.
.myBorderColor { border: 1px solid #4B464C; }
<div style="border:3px solid #4B464C">Div</div>
Die Grenzen von diesem div sind in Farbe #4B464C.
.myOpacity80 { color: #4B464C; opacity: 0.8; }
<p style="color:#4B464C;opacity:0.8;">80%</p>
Text in Farbe #4B464C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B464C;}
<p style="text-shadow: 3px 3px 1px #4B464C">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B464C.
.textShadow {text-shadow: 3px 3px 1px #4B464C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B464C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B464C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B464C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B464C, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B464C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4B464C; -webkit-box-shadow: 1px 1px 3px 2px #4B464C; box-shadow: 1px 1px 3px 2px #4B464C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4B464C; -webkit-box-shadow: 1px 1px 3px 2px #4B464C; box-shadow:1px 1px 3px 2px #4B464C;">
Div content here</div>
Dieser Text ist in der Farbe #4B464C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B464C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B464C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B464C.