HEX: #4C752E
RGB: (76,117,46)
#4C752E enthält hauptsächlich rote und grüne Farbe. Für #4C752E ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #4C752E wird in RGB als (76,117,46) definiert.
RGB: (76,117,46) (30%,46%,18%)
R 76 von 255 = 30%
G 117 von 255 = 46%
B 46 von 255 = 18%
R + G + B ~ 31%. #4C752E ziemlich dunkle Farbe.
R + G + B =
76 + 117 + 46 = 239 (100%)
R 76 von 239 ~ 31.8%
G 117 von 239 ~ 48.95%
B 46 von 239 ~ 19.25%
Die Farbe #4C752E wird in CMYK als (35,0,61,54) definiert.
CMYK: (35,0,61,54) C35M0Y61K54 (35%,0%,61%,54%) (0.35/0.00/0.61/0.54)
4C | 75 | 2E | |
---|---|---|---|
RGB | 76 | 117 | 46 |
HSL | 95° | 43.56% | 31.96% |
HSB/HSV | 95° | 60.68% | 45.88% |
CMYK | 35.04% | 0.00% | 60.68% |
54.12% |
Hexadezimal | 4C | 75 | 2E |
Dezimal | 76 | 117 | 46 |
Binär | 1001100 | 1110101 | 101110 |
Oktal | 114 | 165 | 56 |
Beispiele css- und html für Elemente in der Farbe #4C752E. Bitte benutzen Sie auch rgb(76,117,46) statt hex-Code.
.myTextColor { color: #4C752E; }
<p style="color:#4C752E">This sample text font color is #4C752E.</p>
Die Farbe dieses Textes ist #4C752E.
.myBgColor { background-color: #4C752E; }
<div style="background-color:#4C752E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C752E.
.myBorderColor { border: 1px solid #4C752E; }
<div style="border:3px solid #4C752E">Div</div>
Die Grenzen von diesem div sind in Farbe #4C752E.
.myOpacity80 { color: #4C752E; opacity: 0.8; }
<p style="color:#4C752E;opacity:0.8;">80%</p>
Text in Farbe #4C752E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C752E;}
<p style="text-shadow: 3px 3px 1px #4C752E">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C752E.
.textShadow {text-shadow: 3px 3px 1px #4C752E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C752E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C752E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C752E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C752E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C752E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C752E; -webkit-box-shadow: 1px 1px 3px 2px #4C752E; box-shadow: 1px 1px 3px 2px #4C752E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C752E; -webkit-box-shadow: 1px 1px 3px 2px #4C752E; box-shadow:1px 1px 3px 2px #4C752E;">
Div content here</div>
Dieser Text ist in der Farbe #4C752E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C752E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C752E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C752E.