HEX: #4D585B
RGB: (77,88,91)
#4D585B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4D585B ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4D585B wird in RGB als (77,88,91) definiert.
RGB: (77,88,91) (30%,35%,36%)
R 77 von 255 = 30%
G 88 von 255 = 35%
B 91 von 255 = 36%
R + G + B ~ 34%. #4D585B ziemlich dunkle Farbe.
R + G + B =
77 + 88 + 91 = 256 (100%)
R 77 von 256 ~ 30.08%
G 88 von 256 ~ 34.38%
B 91 von 256 ~ 35.55%
Die Farbe #4D585B wird in CMYK als (15,3,0,64) definiert.
CMYK: (15,3,0,64) C15M3Y0K64 (15%,3%,0%,64%) (0.15/0.03/0.00/0.64)
4D | 58 | 5B | |
---|---|---|---|
RGB | 77 | 88 | 91 |
HSL | 193° | 8.33% | 32.94% |
HSB/HSV | 193° | 15.38% | 35.69% |
CMYK | 15.38% | 3.30% | 0.00% |
64.31% |
Hexadezimal | 4D | 58 | 5B |
Dezimal | 77 | 88 | 91 |
Binär | 1001101 | 1011000 | 1011011 |
Oktal | 115 | 130 | 133 |
Beispiele css- und html für Elemente in der Farbe #4D585B. Bitte benutzen Sie auch rgb(77,88,91) statt hex-Code.
.myTextColor { color: #4D585B; }
<p style="color:#4D585B">This sample text font color is #4D585B.</p>
Die Farbe dieses Textes ist #4D585B.
.myBgColor { background-color: #4D585B; }
<div style="background-color:#4D585B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4D585B.
.myBorderColor { border: 1px solid #4D585B; }
<div style="border:3px solid #4D585B">Div</div>
Die Grenzen von diesem div sind in Farbe #4D585B.
.myOpacity80 { color: #4D585B; opacity: 0.8; }
<p style="color:#4D585B;opacity:0.8;">80%</p>
Text in Farbe #4D585B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D585B;}
<p style="text-shadow: 3px 3px 1px #4D585B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4D585B.
.textShadow {text-shadow: 3px 3px 1px #4D585B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D585B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4D585B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D585B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D585B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D585B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D585B; -webkit-box-shadow: 1px 1px 3px 2px #4D585B; box-shadow: 1px 1px 3px 2px #4D585B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D585B; -webkit-box-shadow: 1px 1px 3px 2px #4D585B; box-shadow:1px 1px 3px 2px #4D585B;">
Div content here</div>
Dieser Text ist in der Farbe #4D585B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4D585B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4D585B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4D585B.