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