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