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