HEX: #4C7141
RGB: (76,113,65)
#4C7141 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C7141 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #4C7141 wird in RGB als (76,113,65) definiert.
RGB: (76,113,65) (30%,44%,25%)
R 76 von 255 = 30%
G 113 von 255 = 44%
B 65 von 255 = 25%
R + G + B ~ 33%. #4C7141 ziemlich dunkle Farbe.
R + G + B =
76 + 113 + 65 = 254 (100%)
R 76 von 254 ~ 29.92%
G 113 von 254 ~ 44.49%
B 65 von 254 ~ 25.59%
Die Farbe #4C7141 wird in CMYK als (33,0,42,56) definiert.
CMYK: (33,0,42,56) C33M0Y42K56 (33%,0%,42%,56%) (0.33/0.00/0.42/0.56)
4C | 71 | 41 | |
---|---|---|---|
RGB | 76 | 113 | 65 |
HSL | 106° | 26.97% | 34.90% |
HSB/HSV | 106° | 42.48% | 44.31% |
CMYK | 32.74% | 0.00% | 42.48% |
55.69% |
Hexadezimal | 4C | 71 | 41 |
Dezimal | 76 | 113 | 65 |
Binär | 1001100 | 1110001 | 1000001 |
Oktal | 114 | 161 | 101 |
Beispiele css- und html für Elemente in der Farbe #4C7141. Bitte benutzen Sie auch rgb(76,113,65) statt hex-Code.
.myTextColor { color: #4C7141; }
<p style="color:#4C7141">This sample text font color is #4C7141.</p>
Die Farbe dieses Textes ist #4C7141.
.myBgColor { background-color: #4C7141; }
<div style="background-color:#4C7141">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C7141.
.myBorderColor { border: 1px solid #4C7141; }
<div style="border:3px solid #4C7141">Div</div>
Die Grenzen von diesem div sind in Farbe #4C7141.
.myOpacity80 { color: #4C7141; opacity: 0.8; }
<p style="color:#4C7141;opacity:0.8;">80%</p>
Text in Farbe #4C7141 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C7141;}
<p style="text-shadow: 3px 3px 1px #4C7141">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C7141.
.textShadow {text-shadow: 3px 3px 1px #4C7141, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C7141, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C7141 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C7141, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C7141, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C7141 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C7141; -webkit-box-shadow: 1px 1px 3px 2px #4C7141; box-shadow: 1px 1px 3px 2px #4C7141; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C7141; -webkit-box-shadow: 1px 1px 3px 2px #4C7141; box-shadow:1px 1px 3px 2px #4C7141;">
Div content here</div>
Dieser Text ist in der Farbe #4C7141 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C7141 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C7141.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C7141.