HEX: #48AB5E
RGB: (72,171,94)
#48AB5E enthält hauptsächlich grüne Farbe. Für #48AB5E ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #48AB5E wird in RGB als (72,171,94) definiert.
RGB: (72,171,94) (28%,67%,37%)
R 72 von 255 = 28%
G 171 von 255 = 67%
B 94 von 255 = 37%
R + G + B ~ 44%. #48AB5E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
72 + 171 + 94 = 337 (100%)
R 72 von 337 ~ 21.36%
G 171 von 337 ~ 50.74%
B 94 von 337 ~ 27.89%
Die Farbe #48AB5E wird in CMYK als (58,0,45,33) definiert.
CMYK: (58,0,45,33) C58M0Y45K33 (58%,0%,45%,33%) (0.58/0.00/0.45/0.33)
48 | AB | 5E | |
---|---|---|---|
RGB | 72 | 171 | 94 |
HSL | 133° | 40.74% | 47.65% |
HSB/HSV | 133° | 57.89% | 67.06% |
CMYK | 57.89% | 0.00% | 45.03% |
32.94% |
Hexadezimal | 48 | AB | 5E |
Dezimal | 72 | 171 | 94 |
Binär | 1001000 | 10101011 | 1011110 |
Oktal | 110 | 253 | 136 |
Beispiele css- und html für Elemente in der Farbe #48AB5E. Bitte benutzen Sie auch rgb(72,171,94) statt hex-Code.
.myTextColor { color: #48AB5E; }
<p style="color:#48AB5E">This sample text font color is #48AB5E.</p>
Die Farbe dieses Textes ist #48AB5E.
.myBgColor { background-color: #48AB5E; }
<div style="background-color:#48AB5E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48AB5E.
.myBorderColor { border: 1px solid #48AB5E; }
<div style="border:3px solid #48AB5E">Div</div>
Die Grenzen von diesem div sind in Farbe #48AB5E.
.myOpacity80 { color: #48AB5E; opacity: 0.8; }
<p style="color:#48AB5E;opacity:0.8;">80%</p>
Text in Farbe #48AB5E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48AB5E;}
<p style="text-shadow: 3px 3px 1px #48AB5E">Text here.</p>
Dieser Text hat den Schatten in Farbe #48AB5E.
.textShadow {text-shadow: 3px 3px 1px #48AB5E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48AB5E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48AB5E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48AB5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48AB5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #48AB5E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48AB5E; -webkit-box-shadow: 1px 1px 3px 2px #48AB5E; box-shadow: 1px 1px 3px 2px #48AB5E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48AB5E; -webkit-box-shadow: 1px 1px 3px 2px #48AB5E; box-shadow:1px 1px 3px 2px #48AB5E;">
Div content here</div>
Dieser Text ist in der Farbe #48AB5E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48AB5E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48AB5E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48AB5E.