HEX: #4C6728
RGB: (76,103,40)
#4C6728 enthält hauptsächlich rote und grüne Farbe. Für #4C6728 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #4C6728 wird in RGB als (76,103,40) definiert.
RGB: (76,103,40)
(30%, 40%, 16%)
R 76 von 255 = 30%
G 103 von 255 = 40%
B 40 von 255 = 16%
R + G + B ~ 29%. #4C6728 ziemlich dunkle Farbe.
R + G + B = 76 + 103 + 40 = 219 (100%)
R 76 von 219 ~ 34.7%
G 103 von 219 ~ 47.03%
B 40 von 219 ~ 18.26'%
Die Farbe #4C6728 wird in CMYK als (26,0,61,60) definiert.
CMYK: (26,0,61,60)
C26M0Y61K60 (26%, 0%, 61%, 60%)
(0.26 / 0.00 / 0.61 / 0.60)
Farbe #4C6728 in den populären Farbmodellen.
4C | 67 | 28 | |
---|---|---|---|
RGB | 76 | 103 | 40 |
HSL | 86° | 44.06% | 28.04% |
HSB/HSV | 86° | 61.17% | 40.39% |
CMYK | 26.21% | 0.00% | 61.17% |
59.61% |
Die Farbe #4C6728 in den populären Zahlensystemen.
Hexadezimal | 4C | 67 | 28 |
Dezimal | 76 | 103 | 40 |
Binär | 1001100 | 1100111 | 101000 |
Oktal | 114 | 147 | 50 |
Dunkle Töne der Farbe #4C6728
Helle Töne der Farbe #4C6728
Beispiele css- und html für Elemente in der Farbe #4C6728. Bitte benutzen Sie auch rgb(76,103,40) statt hex-Code.
.myTextColor { color: #4C6728; }
<p style="color:#4C6728">This sample text font color is #4C6728.</p>
Die Farbe dieses Textes ist #4C6728.
.myBgColor { background-color: #4C6728; }
<div style="background-color:#4C6728">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C6728.
.myBorderColor { border: 1px solid #4C6728; }
<div style="border:3px solid #4C6728">Div</div>
Die Grenzen von diesem div sind in Farbe #4C6728.
.myOpacity80 { color: #4C6728; opacity: 0.8; }
<p style="color:#4C6728;opacity:0.8;">80%</p>
Text in Farbe #4C6728 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C6728;}
<p style="text-shadow: 3px 3px 1px #4C6728">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C6728.
.textShadow {text-shadow: 3px 3px 1px #4C6728', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C6728, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C6728 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C6728, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C6728, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C6728 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C6728;
-webkit-box-shadow: 1px 1px 3px 2px #4C6728;
box-shadow: 1px 1px 3px 2px #4C6728;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C6728; -webkit-box-shadow: 1px 1px 3px 2px #4C6728; box-shadow:1px 1px 3px 2px #4C6728;">
Div content here
</div>
Dieser Text ist in der Farbe #4C6728 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C6728 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C6728.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C6728.
Kontrastfarbe für #hex ist #B398D7.