HEX: #63B44A
RGB: (99,180,74)
#63B44A enthält hauptsächlich grüne Farbe. Für #63B44A ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #63B44A wird in RGB als (99,180,74) definiert.
RGB: (99,180,74)
(39%, 71%, 29%)
R 99 von 255 = 39%
G 180 von 255 = 71%
B 74 von 255 = 29%
R + G + B ~ 46%. #63B44A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 99 + 180 + 74 = 353 (100%)
R 99 von 353 ~ 28.05%
G 180 von 353 ~ 50.99%
B 74 von 353 ~ 20.96'%
Die Farbe #63B44A wird in CMYK als (45,0,59,29) definiert.
CMYK: (45,0,59,29)
C45M0Y59K29 (45%, 0%, 59%, 29%)
(0.45 / 0.00 / 0.59 / 0.29)
Farbe #63B44A in den populären Farbmodellen.
63 | B4 | 4A | |
---|---|---|---|
RGB | 99 | 180 | 74 |
HSL | 106° | 41.73% | 49.80% |
HSB/HSV | 106° | 58.89% | 70.59% |
CMYK | 45.00% | 0.00% | 58.89% |
29.41% |
Die Farbe #63B44A in den populären Zahlensystemen.
Hexadezimal | 63 | B4 | 4A |
Dezimal | 99 | 180 | 74 |
Binär | 1100011 | 10110100 | 1001010 |
Oktal | 143 | 264 | 112 |
Dunkle Töne der Farbe #63B44A
Helle Töne der Farbe #63B44A
Beispiele css- und html für Elemente in der Farbe #63B44A. Bitte benutzen Sie auch rgb(99,180,74) statt hex-Code.
.myTextColor { color: #63B44A; }
<p style="color:#63B44A">This sample text font color is #63B44A.</p>
Die Farbe dieses Textes ist #63B44A.
.myBgColor { background-color: #63B44A; }
<div style="background-color:#63B44A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #63B44A.
.myBorderColor { border: 1px solid #63B44A; }
<div style="border:3px solid #63B44A">Div</div>
Die Grenzen von diesem div sind in Farbe #63B44A.
.myOpacity80 { color: #63B44A; opacity: 0.8; }
<p style="color:#63B44A;opacity:0.8;">80%</p>
Text in Farbe #63B44A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63B44A;}
<p style="text-shadow: 3px 3px 1px #63B44A">Text here.</p>
Dieser Text hat den Schatten in Farbe #63B44A.
.textShadow {text-shadow: 3px 3px 1px #63B44A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63B44A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #63B44A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63B44A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63B44A, Direction=45, Strength=4)">Text</p>
This text has shadow with #63B44A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63B44A;
-webkit-box-shadow: 1px 1px 3px 2px #63B44A;
box-shadow: 1px 1px 3px 2px #63B44A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63B44A; -webkit-box-shadow: 1px 1px 3px 2px #63B44A; box-shadow:1px 1px 3px 2px #63B44A;">
Div content here
</div>
Dieser Text ist in der Farbe #63B44A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #63B44A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #63B44A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #63B44A.
Kontrastfarbe für #hex ist #9C4BB5.