HEX: #4C825F
RGB: (76,130,95)
#4C825F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C825F ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #4C825F wird in RGB als (76,130,95) definiert.
RGB: (76,130,95) (30%,51%,37%)
R 76 von 255 = 30%
G 130 von 255 = 51%
B 95 von 255 = 37%
R + G + B ~ 39%. #4C825F ziemlich dunkle Farbe.
R + G + B =
76 + 130 + 95 = 301 (100%)
R 76 von 301 ~ 25.25%
G 130 von 301 ~ 43.19%
B 95 von 301 ~ 31.56%
Die Farbe #4C825F wird in CMYK als (42,0,27,49) definiert.
CMYK: (42,0,27,49) C42M0Y27K49 (42%,0%,27%,49%) (0.42/0.00/0.27/0.49)
4C | 82 | 5F | |
---|---|---|---|
RGB | 76 | 130 | 95 |
HSL | 141° | 26.21% | 40.39% |
HSB/HSV | 141° | 41.54% | 50.98% |
CMYK | 41.54% | 0.00% | 26.92% |
49.02% |
Hexadezimal | 4C | 82 | 5F |
Dezimal | 76 | 130 | 95 |
Binär | 1001100 | 10000010 | 1011111 |
Oktal | 114 | 202 | 137 |
Beispiele css- und html für Elemente in der Farbe #4C825F. Bitte benutzen Sie auch rgb(76,130,95) statt hex-Code.
.myTextColor { color: #4C825F; }
<p style="color:#4C825F">This sample text font color is #4C825F.</p>
Die Farbe dieses Textes ist #4C825F.
.myBgColor { background-color: #4C825F; }
<div style="background-color:#4C825F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C825F.
.myBorderColor { border: 1px solid #4C825F; }
<div style="border:3px solid #4C825F">Div</div>
Die Grenzen von diesem div sind in Farbe #4C825F.
.myOpacity80 { color: #4C825F; opacity: 0.8; }
<p style="color:#4C825F;opacity:0.8;">80%</p>
Text in Farbe #4C825F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C825F;}
<p style="text-shadow: 3px 3px 1px #4C825F">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C825F.
.textShadow {text-shadow: 3px 3px 1px #4C825F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C825F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C825F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C825F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C825F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C825F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C825F; -webkit-box-shadow: 1px 1px 3px 2px #4C825F; box-shadow: 1px 1px 3px 2px #4C825F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C825F; -webkit-box-shadow: 1px 1px 3px 2px #4C825F; box-shadow:1px 1px 3px 2px #4C825F;">
Div content here</div>
Dieser Text ist in der Farbe #4C825F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C825F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C825F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C825F.