HEX: #4C596B
RGB: (76,89,107)
#4C596B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C596B ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4C596B wird in RGB als (76,89,107) definiert.
RGB: (76,89,107)
(30%, 35%, 42%)
R 76 von 255 = 30%
G 89 von 255 = 35%
B 107 von 255 = 42%
R + G + B ~ 36%. #4C596B ziemlich dunkle Farbe.
R + G + B = 76 + 89 + 107 = 272 (100%)
R 76 von 272 ~ 27.94%
G 89 von 272 ~ 32.72%
B 107 von 272 ~ 39.34'%
Die Farbe #4C596B wird in CMYK als (29,17,0,58) definiert.
CMYK: (29,17,0,58)
C29M17Y0K58 (29%, 17%, 0%, 58%)
(0.29 / 0.17 / 0.00 / 0.58)
Farbe #4C596B in den populären Farbmodellen.
4C | 59 | 6B | |
---|---|---|---|
RGB | 76 | 89 | 107 |
HSL | 215° | 16.94% | 35.88% |
HSB/HSV | 215° | 28.97% | 41.96% |
CMYK | 28.97% | 16.82% | 0.00% |
58.04% |
Die Farbe #4C596B in den populären Zahlensystemen.
Hexadezimal | 4C | 59 | 6B |
Dezimal | 76 | 89 | 107 |
Binär | 1001100 | 1011001 | 1101011 |
Oktal | 114 | 131 | 153 |
Dunkle Töne der Farbe #4C596B
Helle Töne der Farbe #4C596B
Beispiele css- und html für Elemente in der Farbe #4C596B. Bitte benutzen Sie auch rgb(76,89,107) statt hex-Code.
.myTextColor { color: #4C596B; }
<p style="color:#4C596B">This sample text font color is #4C596B.</p>
Die Farbe dieses Textes ist #4C596B.
.myBgColor { background-color: #4C596B; }
<div style="background-color:#4C596B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C596B.
.myBorderColor { border: 1px solid #4C596B; }
<div style="border:3px solid #4C596B">Div</div>
Die Grenzen von diesem div sind in Farbe #4C596B.
.myOpacity80 { color: #4C596B; opacity: 0.8; }
<p style="color:#4C596B;opacity:0.8;">80%</p>
Text in Farbe #4C596B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C596B;}
<p style="text-shadow: 3px 3px 1px #4C596B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C596B.
.textShadow {text-shadow: 3px 3px 1px #4C596B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C596B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C596B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C596B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C596B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C596B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C596B;
-webkit-box-shadow: 1px 1px 3px 2px #4C596B;
box-shadow: 1px 1px 3px 2px #4C596B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C596B; -webkit-box-shadow: 1px 1px 3px 2px #4C596B; box-shadow:1px 1px 3px 2px #4C596B;">
Div content here
</div>
Dieser Text ist in der Farbe #4C596B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C596B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C596B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C596B.
Kontrastfarbe für #4C596B ist #B3A694.