HEX: #4D574B
RGB: (77,87,75)
#4D574B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4D574B ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #4D574B wird in RGB als (77,87,75) definiert.
RGB: (77,87,75) (30%,34%,29%)
R 77 von 255 = 30%
G 87 von 255 = 34%
B 75 von 255 = 29%
R + G + B ~ 31%. #4D574B ziemlich dunkle Farbe.
R + G + B =
77 + 87 + 75 = 239 (100%)
R 77 von 239 ~ 32.22%
G 87 von 239 ~ 36.4%
B 75 von 239 ~ 31.38%
Die Farbe #4D574B wird in CMYK als (11,0,14,66) definiert.
CMYK: (11,0,14,66) C11M0Y14K66 (11%,0%,14%,66%) (0.11/0.00/0.14/0.66)
4D | 57 | 4B | |
---|---|---|---|
RGB | 77 | 87 | 75 |
HSL | 110° | 7.41% | 31.76% |
HSB/HSV | 110° | 13.79% | 34.12% |
CMYK | 11.49% | 0.00% | 13.79% |
65.88% |
Hexadezimal | 4D | 57 | 4B |
Dezimal | 77 | 87 | 75 |
Binär | 1001101 | 1010111 | 1001011 |
Oktal | 115 | 127 | 113 |
Beispiele css- und html für Elemente in der Farbe #4D574B. Bitte benutzen Sie auch rgb(77,87,75) statt hex-Code.
.myTextColor { color: #4D574B; }
<p style="color:#4D574B">This sample text font color is #4D574B.</p>
Die Farbe dieses Textes ist #4D574B.
.myBgColor { background-color: #4D574B; }
<div style="background-color:#4D574B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4D574B.
.myBorderColor { border: 1px solid #4D574B; }
<div style="border:3px solid #4D574B">Div</div>
Die Grenzen von diesem div sind in Farbe #4D574B.
.myOpacity80 { color: #4D574B; opacity: 0.8; }
<p style="color:#4D574B;opacity:0.8;">80%</p>
Text in Farbe #4D574B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D574B;}
<p style="text-shadow: 3px 3px 1px #4D574B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4D574B.
.textShadow {text-shadow: 3px 3px 1px #4D574B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D574B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4D574B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D574B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D574B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D574B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D574B; -webkit-box-shadow: 1px 1px 3px 2px #4D574B; box-shadow: 1px 1px 3px 2px #4D574B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D574B; -webkit-box-shadow: 1px 1px 3px 2px #4D574B; box-shadow:1px 1px 3px 2px #4D574B;">
Div content here</div>
Dieser Text ist in der Farbe #4D574B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4D574B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4D574B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4D574B.