HEX: #327C4D
RGB: (50,124,77)
#327C4D enthält hauptsächlich grüne und blaue Farbe. Für #327C4D ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #327C4D wird in RGB als (50,124,77) definiert.
RGB: (50,124,77)
(20%, 49%, 30%)
R 50 von 255 = 20%
G 124 von 255 = 49%
B 77 von 255 = 30%
R + G + B ~ 33%. #327C4D ziemlich dunkle Farbe.
R + G + B = 50 + 124 + 77 = 251 (100%)
R 50 von 251 ~ 19.92%
G 124 von 251 ~ 49.4%
B 77 von 251 ~ 30.68'%
Die Farbe #327C4D wird in CMYK als (60,0,38,51) definiert.
CMYK: (60,0,38,51)
C60M0Y38K51 (60%, 0%, 38%, 51%)
(0.60 / 0.00 / 0.38 / 0.51)
Farbe #327C4D in den populären Farbmodellen.
32 | 7C | 4D | |
---|---|---|---|
RGB | 50 | 124 | 77 |
HSL | 142° | 42.53% | 34.12% |
HSB/HSV | 142° | 59.68% | 48.63% |
CMYK | 59.68% | 0.00% | 37.90% |
51.37% |
Die Farbe #327C4D in den populären Zahlensystemen.
Hexadezimal | 32 | 7C | 4D |
Dezimal | 50 | 124 | 77 |
Binär | 110010 | 1111100 | 1001101 |
Oktal | 62 | 174 | 115 |
Dunkle Töne der Farbe #327C4D
Helle Töne der Farbe #327C4D
Beispiele css- und html für Elemente in der Farbe #327C4D. Bitte benutzen Sie auch rgb(50,124,77) statt hex-Code.
.myTextColor { color: #327C4D; }
<p style="color:#327C4D">This sample text font color is #327C4D.</p>
Die Farbe dieses Textes ist #327C4D.
.myBgColor { background-color: #327C4D; }
<div style="background-color:#327C4D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #327C4D.
.myBorderColor { border: 1px solid #327C4D; }
<div style="border:3px solid #327C4D">Div</div>
Die Grenzen von diesem div sind in Farbe #327C4D.
.myOpacity80 { color: #327C4D; opacity: 0.8; }
<p style="color:#327C4D;opacity:0.8;">80%</p>
Text in Farbe #327C4D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #327C4D;}
<p style="text-shadow: 3px 3px 1px #327C4D">Text here.</p>
Dieser Text hat den Schatten in Farbe #327C4D.
.textShadow {text-shadow: 3px 3px 1px #327C4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #327C4D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #327C4D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#327C4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#327C4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #327C4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #327C4D;
-webkit-box-shadow: 1px 1px 3px 2px #327C4D;
box-shadow: 1px 1px 3px 2px #327C4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #327C4D; -webkit-box-shadow: 1px 1px 3px 2px #327C4D; box-shadow:1px 1px 3px 2px #327C4D;">
Div content here
</div>
Dieser Text ist in der Farbe #327C4D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #327C4D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #327C4D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #327C4D.
Kontrastfarbe für #hex ist #CD83B2.