HEX: #4C9689
RGB: (76,150,137)
#4C9689 enthält hauptsächlich grüne und blaue Farbe. Für #4C9689 ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #4C9689 wird in RGB als (76,150,137) definiert.
RGB: (76,150,137)
(30%, 59%, 54%)
R 76 von 255 = 30%
G 150 von 255 = 59%
B 137 von 255 = 54%
R + G + B ~ 48%. #4C9689 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 76 + 150 + 137 = 363 (100%)
R 76 von 363 ~ 20.94%
G 150 von 363 ~ 41.32%
B 137 von 363 ~ 37.74'%
Die Farbe #4C9689 wird in CMYK als (49,0,9,41) definiert.
CMYK: (49,0,9,41)
C49M0Y9K41 (49%, 0%, 9%, 41%)
(0.49 / 0.00 / 0.09 / 0.41)
Farbe #4C9689 in den populären Farbmodellen.
4C | 96 | 89 | |
---|---|---|---|
RGB | 76 | 150 | 137 |
HSL | 169° | 32.74% | 44.31% |
HSB/HSV | 169° | 49.33% | 58.82% |
CMYK | 49.33% | 0.00% | 8.67% |
41.18% |
Die Farbe #4C9689 in den populären Zahlensystemen.
Hexadezimal | 4C | 96 | 89 |
Dezimal | 76 | 150 | 137 |
Binär | 1001100 | 10010110 | 10001001 |
Oktal | 114 | 226 | 211 |
Dunkle Töne der Farbe #4C9689
Helle Töne der Farbe #4C9689
Beispiele css- und html für Elemente in der Farbe #4C9689. Bitte benutzen Sie auch rgb(76,150,137) statt hex-Code.
.myTextColor { color: #4C9689; }
<p style="color:#4C9689">This sample text font color is #4C9689.</p>
Die Farbe dieses Textes ist #4C9689.
.myBgColor { background-color: #4C9689; }
<div style="background-color:#4C9689">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C9689.
.myBorderColor { border: 1px solid #4C9689; }
<div style="border:3px solid #4C9689">Div</div>
Die Grenzen von diesem div sind in Farbe #4C9689.
.myOpacity80 { color: #4C9689; opacity: 0.8; }
<p style="color:#4C9689;opacity:0.8;">80%</p>
Text in Farbe #4C9689 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C9689;}
<p style="text-shadow: 3px 3px 1px #4C9689">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C9689.
.textShadow {text-shadow: 3px 3px 1px #4C9689', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C9689, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C9689 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C9689, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C9689, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C9689 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C9689;
-webkit-box-shadow: 1px 1px 3px 2px #4C9689;
box-shadow: 1px 1px 3px 2px #4C9689;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C9689; -webkit-box-shadow: 1px 1px 3px 2px #4C9689; box-shadow:1px 1px 3px 2px #4C9689;">
Div content here
</div>
Dieser Text ist in der Farbe #4C9689 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C9689 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C9689.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C9689.
Kontrastfarbe für #hex ist #B36976.