HEX: #4D747D
RGB: (77,116,125)
#4D747D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4D747D ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4D747D wird in RGB als (77,116,125) definiert.
RGB: (77,116,125) (30%,45%,49%)
R 77 von 255 = 30%
G 116 von 255 = 45%
B 125 von 255 = 49%
R + G + B ~ 41%. #4D747D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
77 + 116 + 125 = 318 (100%)
R 77 von 318 ~ 24.21%
G 116 von 318 ~ 36.48%
B 125 von 318 ~ 39.31%
Die Farbe #4D747D wird in CMYK als (38,7,0,51) definiert.
CMYK: (38,7,0,51) C38M7Y0K51 (38%,7%,0%,51%) (0.38/0.07/0.00/0.51)
4D | 74 | 7D | |
---|---|---|---|
RGB | 77 | 116 | 125 |
HSL | 191° | 23.76% | 39.61% |
HSB/HSV | 191° | 38.40% | 49.02% |
CMYK | 38.40% | 7.20% | 0.00% |
50.98% |
Hexadezimal | 4D | 74 | 7D |
Dezimal | 77 | 116 | 125 |
Binär | 1001101 | 1110100 | 1111101 |
Oktal | 115 | 164 | 175 |
Beispiele css- und html für Elemente in der Farbe #4D747D. Bitte benutzen Sie auch rgb(77,116,125) statt hex-Code.
.myTextColor { color: #4D747D; }
<p style="color:#4D747D">This sample text font color is #4D747D.</p>
Die Farbe dieses Textes ist #4D747D.
.myBgColor { background-color: #4D747D; }
<div style="background-color:#4D747D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4D747D.
.myBorderColor { border: 1px solid #4D747D; }
<div style="border:3px solid #4D747D">Div</div>
Die Grenzen von diesem div sind in Farbe #4D747D.
.myOpacity80 { color: #4D747D; opacity: 0.8; }
<p style="color:#4D747D;opacity:0.8;">80%</p>
Text in Farbe #4D747D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D747D;}
<p style="text-shadow: 3px 3px 1px #4D747D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4D747D.
.textShadow {text-shadow: 3px 3px 1px #4D747D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D747D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4D747D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D747D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D747D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D747D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D747D; -webkit-box-shadow: 1px 1px 3px 2px #4D747D; box-shadow: 1px 1px 3px 2px #4D747D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D747D; -webkit-box-shadow: 1px 1px 3px 2px #4D747D; box-shadow:1px 1px 3px 2px #4D747D;">
Div content here</div>
Dieser Text ist in der Farbe #4D747D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4D747D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4D747D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4D747D.