HEX: #446D30
RGB: (68,109,48)
#446D30 enthält hauptsächlich rote und grüne Farbe. Für #446D30 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #446D30 wird in RGB als (68,109,48) definiert.
RGB: (68,109,48)
(27%, 43%, 19%)
R 68 von 255 = 27%
G 109 von 255 = 43%
B 48 von 255 = 19%
R + G + B ~ 30%. #446D30 ziemlich dunkle Farbe.
R + G + B = 68 + 109 + 48 = 225 (100%)
R 68 von 225 ~ 30.22%
G 109 von 225 ~ 48.44%
B 48 von 225 ~ 21.33'%
Die Farbe #446D30 wird in CMYK als (38,0,56,57) definiert.
CMYK: (38,0,56,57)
C38M0Y56K57 (38%, 0%, 56%, 57%)
(0.38 / 0.00 / 0.56 / 0.57)
Farbe #446D30 in den populären Farbmodellen.
44 | 6D | 30 | |
---|---|---|---|
RGB | 68 | 109 | 48 |
HSL | 100° | 38.85% | 30.78% |
HSB/HSV | 100° | 55.96% | 42.75% |
CMYK | 37.61% | 0.00% | 55.96% |
57.25% |
Die Farbe #446D30 in den populären Zahlensystemen.
Hexadezimal | 44 | 6D | 30 |
Dezimal | 68 | 109 | 48 |
Binär | 1000100 | 1101101 | 110000 |
Oktal | 104 | 155 | 60 |
Dunkle Töne der Farbe #446D30
Helle Töne der Farbe #446D30
Beispiele css- und html für Elemente in der Farbe #446D30. Bitte benutzen Sie auch rgb(68,109,48) statt hex-Code.
.myTextColor { color: #446D30; }
<p style="color:#446D30">This sample text font color is #446D30.</p>
Die Farbe dieses Textes ist #446D30.
.myBgColor { background-color: #446D30; }
<div style="background-color:#446D30">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #446D30.
.myBorderColor { border: 1px solid #446D30; }
<div style="border:3px solid #446D30">Div</div>
Die Grenzen von diesem div sind in Farbe #446D30.
.myOpacity80 { color: #446D30; opacity: 0.8; }
<p style="color:#446D30;opacity:0.8;">80%</p>
Text in Farbe #446D30 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #446D30;}
<p style="text-shadow: 3px 3px 1px #446D30">Text here.</p>
Dieser Text hat den Schatten in Farbe #446D30.
.textShadow {text-shadow: 3px 3px 1px #446D30', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #446D30, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #446D30 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#446D30, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#446D30, Direction=45, Strength=4)">Text</p>
This text has shadow with #446D30 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #446D30;
-webkit-box-shadow: 1px 1px 3px 2px #446D30;
box-shadow: 1px 1px 3px 2px #446D30;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #446D30; -webkit-box-shadow: 1px 1px 3px 2px #446D30; box-shadow:1px 1px 3px 2px #446D30;">
Div content here
</div>
Dieser Text ist in der Farbe #446D30 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #446D30 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #446D30.
Dieser Text ist weiß auf dem Hintergrund in Farbe #446D30.
Kontrastfarbe für #hex ist #BB92CF.