HEX: #4CA590
RGB: (76,165,144)
#4CA590 enthält hauptsächlich grüne und blaue Farbe. Für #4CA590 ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #4CA590 wird in RGB als (76,165,144) definiert.
RGB: (76,165,144) (30%,65%,56%)
R 76 von 255 = 30%
G 165 von 255 = 65%
B 144 von 255 = 56%
R + G + B ~ 50%. #4CA590 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 165 + 144 = 385 (100%)
R 76 von 385 ~ 19.74%
G 165 von 385 ~ 42.86%
B 144 von 385 ~ 37.4%
Die Farbe #4CA590 wird in CMYK als (54,0,13,35) definiert.
CMYK: (54,0,13,35) C54M0Y13K35 (54%,0%,13%,35%) (0.54/0.00/0.13/0.35)
4C | A5 | 90 | |
---|---|---|---|
RGB | 76 | 165 | 144 |
HSL | 166° | 36.93% | 47.25% |
HSB/HSV | 166° | 53.94% | 64.71% |
CMYK | 53.94% | 0.00% | 12.73% |
35.29% |
Hexadezimal | 4C | A5 | 90 |
Dezimal | 76 | 165 | 144 |
Binär | 1001100 | 10100101 | 10010000 |
Oktal | 114 | 245 | 220 |
Beispiele css- und html für Elemente in der Farbe #4CA590. Bitte benutzen Sie auch rgb(76,165,144) statt hex-Code.
.myTextColor { color: #4CA590; }
<p style="color:#4CA590">This sample text font color is #4CA590.</p>
Die Farbe dieses Textes ist #4CA590.
.myBgColor { background-color: #4CA590; }
<div style="background-color:#4CA590">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4CA590.
.myBorderColor { border: 1px solid #4CA590; }
<div style="border:3px solid #4CA590">Div</div>
Die Grenzen von diesem div sind in Farbe #4CA590.
.myOpacity80 { color: #4CA590; opacity: 0.8; }
<p style="color:#4CA590;opacity:0.8;">80%</p>
Text in Farbe #4CA590 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CA590;}
<p style="text-shadow: 3px 3px 1px #4CA590">Text here.</p>
Dieser Text hat den Schatten in Farbe #4CA590.
.textShadow {text-shadow: 3px 3px 1px #4CA590, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CA590, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4CA590 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CA590, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CA590, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CA590 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4CA590; -webkit-box-shadow: 1px 1px 3px 2px #4CA590; box-shadow: 1px 1px 3px 2px #4CA590; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4CA590; -webkit-box-shadow: 1px 1px 3px 2px #4CA590; box-shadow:1px 1px 3px 2px #4CA590;">
Div content here</div>
Dieser Text ist in der Farbe #4CA590 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4CA590 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4CA590.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4CA590.