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