HEX: #46D346
RGB: (70,211,70)
#46D346 enthält hauptsächlich grüne Farbe. Für #46D346 ist eine «websichere» Webfarbe #33CC33 (oder kurz #3C3).
Die Farbe #46D346 wird in RGB als (70,211,70) definiert.
RGB: (70,211,70) (27%,83%,27%)
R 70 von 255 = 27%
G 211 von 255 = 83%
B 70 von 255 = 27%
R + G + B ~ 46%. #46D346 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
70 + 211 + 70 = 351 (100%)
R 70 von 351 ~ 19.94%
G 211 von 351 ~ 60.11%
B 70 von 351 ~ 19.94%
Die Farbe #46D346 wird in CMYK als (67,0,67,17) definiert.
CMYK: (67,0,67,17) C67M0Y67K17 (67%,0%,67%,17%) (0.67/0.00/0.67/0.17)
46 | D3 | 46 | |
---|---|---|---|
RGB | 70 | 211 | 70 |
HSL | 120° | 61.57% | 55.10% |
HSB/HSV | 120° | 66.82% | 82.75% |
CMYK | 66.82% | 0.00% | 66.82% |
17.25% |
Hexadezimal | 46 | D3 | 46 |
Dezimal | 70 | 211 | 70 |
Binär | 1000110 | 11010011 | 1000110 |
Oktal | 106 | 323 | 106 |
Beispiele css- und html für Elemente in der Farbe #46D346. Bitte benutzen Sie auch rgb(70,211,70) statt hex-Code.
.myTextColor { color: #46D346; }
<p style="color:#46D346">This sample text font color is #46D346.</p>
Die Farbe dieses Textes ist #46D346.
.myBgColor { background-color: #46D346; }
<div style="background-color:#46D346">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #46D346.
.myBorderColor { border: 1px solid #46D346; }
<div style="border:3px solid #46D346">Div</div>
Die Grenzen von diesem div sind in Farbe #46D346.
.myOpacity80 { color: #46D346; opacity: 0.8; }
<p style="color:#46D346;opacity:0.8;">80%</p>
Text in Farbe #46D346 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #46D346;}
<p style="text-shadow: 3px 3px 1px #46D346">Text here.</p>
Dieser Text hat den Schatten in Farbe #46D346.
.textShadow {text-shadow: 3px 3px 1px #46D346, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #46D346, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #46D346 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#46D346, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#46D346, Direction=45, Strength=4)">Text</p>
This text has shadow with #46D346 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46D346; -webkit-box-shadow: 1px 1px 3px 2px #46D346; box-shadow: 1px 1px 3px 2px #46D346; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #46D346; -webkit-box-shadow: 1px 1px 3px 2px #46D346; box-shadow:1px 1px 3px 2px #46D346;">
Div content here</div>
Dieser Text ist in der Farbe #46D346 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #46D346 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #46D346.
Dieser Text ist weiß auf dem Hintergrund in Farbe #46D346.