HEX: #4C874E
RGB: (76,135,78)
#4C874E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C874E ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #4C874E wird in RGB als (76,135,78) definiert.
RGB: (76,135,78) (30%,53%,31%)
R 76 von 255 = 30%
G 135 von 255 = 53%
B 78 von 255 = 31%
R + G + B ~ 38%. #4C874E ziemlich dunkle Farbe.
R + G + B =
76 + 135 + 78 = 289 (100%)
R 76 von 289 ~ 26.3%
G 135 von 289 ~ 46.71%
B 78 von 289 ~ 26.99%
Die Farbe #4C874E wird in CMYK als (44,0,42,47) definiert.
CMYK: (44,0,42,47) C44M0Y42K47 (44%,0%,42%,47%) (0.44/0.00/0.42/0.47)
4C | 87 | 4E | |
---|---|---|---|
RGB | 76 | 135 | 78 |
HSL | 122° | 27.96% | 41.37% |
HSB/HSV | 122° | 43.70% | 52.94% |
CMYK | 43.70% | 0.00% | 42.22% |
47.06% |
Hexadezimal | 4C | 87 | 4E |
Dezimal | 76 | 135 | 78 |
Binär | 1001100 | 10000111 | 1001110 |
Oktal | 114 | 207 | 116 |
Beispiele css- und html für Elemente in der Farbe #4C874E. Bitte benutzen Sie auch rgb(76,135,78) statt hex-Code.
.myTextColor { color: #4C874E; }
<p style="color:#4C874E">This sample text font color is #4C874E.</p>
Die Farbe dieses Textes ist #4C874E.
.myBgColor { background-color: #4C874E; }
<div style="background-color:#4C874E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C874E.
.myBorderColor { border: 1px solid #4C874E; }
<div style="border:3px solid #4C874E">Div</div>
Die Grenzen von diesem div sind in Farbe #4C874E.
.myOpacity80 { color: #4C874E; opacity: 0.8; }
<p style="color:#4C874E;opacity:0.8;">80%</p>
Text in Farbe #4C874E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C874E;}
<p style="text-shadow: 3px 3px 1px #4C874E">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C874E.
.textShadow {text-shadow: 3px 3px 1px #4C874E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C874E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C874E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C874E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C874E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C874E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C874E; -webkit-box-shadow: 1px 1px 3px 2px #4C874E; box-shadow: 1px 1px 3px 2px #4C874E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C874E; -webkit-box-shadow: 1px 1px 3px 2px #4C874E; box-shadow:1px 1px 3px 2px #4C874E;">
Div content here</div>
Dieser Text ist in der Farbe #4C874E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C874E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C874E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C874E.