HEX: #4C996D
RGB: (76,153,109)
#4C996D enthält hauptsächlich grüne und blaue Farbe. Für #4C996D ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #4C996D wird in RGB als (76,153,109) definiert.
RGB: (76,153,109) (30%,60%,43%)
R 76 von 255 = 30%
G 153 von 255 = 60%
B 109 von 255 = 43%
R + G + B ~ 44%. #4C996D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 153 + 109 = 338 (100%)
R 76 von 338 ~ 22.49%
G 153 von 338 ~ 45.27%
B 109 von 338 ~ 32.25%
Die Farbe #4C996D wird in CMYK als (50,0,29,40) definiert.
CMYK: (50,0,29,40) C50M0Y29K40 (50%,0%,29%,40%) (0.50/0.00/0.29/0.40)
4C | 99 | 6D | |
---|---|---|---|
RGB | 76 | 153 | 109 |
HSL | 146° | 33.62% | 44.90% |
HSB/HSV | 146° | 50.33% | 60.00% |
CMYK | 50.33% | 0.00% | 28.76% |
40.00% |
Hexadezimal | 4C | 99 | 6D |
Dezimal | 76 | 153 | 109 |
Binär | 1001100 | 10011001 | 1101101 |
Oktal | 114 | 231 | 155 |
Beispiele css- und html für Elemente in der Farbe #4C996D. Bitte benutzen Sie auch rgb(76,153,109) statt hex-Code.
.myTextColor { color: #4C996D; }
<p style="color:#4C996D">This sample text font color is #4C996D.</p>
Die Farbe dieses Textes ist #4C996D.
.myBgColor { background-color: #4C996D; }
<div style="background-color:#4C996D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C996D.
.myBorderColor { border: 1px solid #4C996D; }
<div style="border:3px solid #4C996D">Div</div>
Die Grenzen von diesem div sind in Farbe #4C996D.
.myOpacity80 { color: #4C996D; opacity: 0.8; }
<p style="color:#4C996D;opacity:0.8;">80%</p>
Text in Farbe #4C996D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C996D;}
<p style="text-shadow: 3px 3px 1px #4C996D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C996D.
.textShadow {text-shadow: 3px 3px 1px #4C996D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C996D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C996D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C996D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C996D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C996D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C996D; -webkit-box-shadow: 1px 1px 3px 2px #4C996D; box-shadow: 1px 1px 3px 2px #4C996D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C996D; -webkit-box-shadow: 1px 1px 3px 2px #4C996D; box-shadow:1px 1px 3px 2px #4C996D;">
Div content here</div>
Dieser Text ist in der Farbe #4C996D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C996D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C996D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C996D.