HEX: #4D746D
RGB: (77,116,109)
#4D746D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4D746D ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4D746D wird in RGB als (77,116,109) definiert.
RGB: (77,116,109) (30%,45%,43%)
R 77 von 255 = 30%
G 116 von 255 = 45%
B 109 von 255 = 43%
R + G + B ~ 39%. #4D746D ziemlich dunkle Farbe.
R + G + B =
77 + 116 + 109 = 302 (100%)
R 77 von 302 ~ 25.5%
G 116 von 302 ~ 38.41%
B 109 von 302 ~ 36.09%
Die Farbe #4D746D wird in CMYK als (34,0,6,55) definiert.
CMYK: (34,0,6,55) C34M0Y6K55 (34%,0%,6%,55%) (0.34/0.00/0.06/0.55)
4D | 74 | 6D | |
---|---|---|---|
RGB | 77 | 116 | 109 |
HSL | 169° | 20.21% | 37.84% |
HSB/HSV | 169° | 33.62% | 45.49% |
CMYK | 33.62% | 0.00% | 6.03% |
54.51% |
Hexadezimal | 4D | 74 | 6D |
Dezimal | 77 | 116 | 109 |
Binär | 1001101 | 1110100 | 1101101 |
Oktal | 115 | 164 | 155 |
Beispiele css- und html für Elemente in der Farbe #4D746D. Bitte benutzen Sie auch rgb(77,116,109) statt hex-Code.
.myTextColor { color: #4D746D; }
<p style="color:#4D746D">This sample text font color is #4D746D.</p>
Die Farbe dieses Textes ist #4D746D.
.myBgColor { background-color: #4D746D; }
<div style="background-color:#4D746D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4D746D.
.myBorderColor { border: 1px solid #4D746D; }
<div style="border:3px solid #4D746D">Div</div>
Die Grenzen von diesem div sind in Farbe #4D746D.
.myOpacity80 { color: #4D746D; opacity: 0.8; }
<p style="color:#4D746D;opacity:0.8;">80%</p>
Text in Farbe #4D746D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D746D;}
<p style="text-shadow: 3px 3px 1px #4D746D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4D746D.
.textShadow {text-shadow: 3px 3px 1px #4D746D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D746D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4D746D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D746D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D746D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D746D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D746D; -webkit-box-shadow: 1px 1px 3px 2px #4D746D; box-shadow: 1px 1px 3px 2px #4D746D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D746D; -webkit-box-shadow: 1px 1px 3px 2px #4D746D; box-shadow:1px 1px 3px 2px #4D746D;">
Div content here</div>
Dieser Text ist in der Farbe #4D746D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4D746D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4D746D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4D746D.