HEX: #488A4F
RGB: (72,138,79)
#488A4F enthält hauptsächlich grüne und blaue Farbe. Für #488A4F ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #488A4F wird in RGB als (72,138,79) definiert.
RGB: (72,138,79) (28%,54%,31%)
R 72 von 255 = 28%
G 138 von 255 = 54%
B 79 von 255 = 31%
R + G + B ~ 38%. #488A4F ziemlich dunkle Farbe.
R + G + B =
72 + 138 + 79 = 289 (100%)
R 72 von 289 ~ 24.91%
G 138 von 289 ~ 47.75%
B 79 von 289 ~ 27.34%
Die Farbe #488A4F wird in CMYK als (48,0,43,46) definiert.
CMYK: (48,0,43,46) C48M0Y43K46 (48%,0%,43%,46%) (0.48/0.00/0.43/0.46)
48 | 8A | 4F | |
---|---|---|---|
RGB | 72 | 138 | 79 |
HSL | 126° | 31.43% | 41.18% |
HSB/HSV | 126° | 47.83% | 54.12% |
CMYK | 47.83% | 0.00% | 42.75% |
45.88% |
Hexadezimal | 48 | 8A | 4F |
Dezimal | 72 | 138 | 79 |
Binär | 1001000 | 10001010 | 1001111 |
Oktal | 110 | 212 | 117 |
Beispiele css- und html für Elemente in der Farbe #488A4F. Bitte benutzen Sie auch rgb(72,138,79) statt hex-Code.
.myTextColor { color: #488A4F; }
<p style="color:#488A4F">This sample text font color is #488A4F.</p>
Die Farbe dieses Textes ist #488A4F.
.myBgColor { background-color: #488A4F; }
<div style="background-color:#488A4F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #488A4F.
.myBorderColor { border: 1px solid #488A4F; }
<div style="border:3px solid #488A4F">Div</div>
Die Grenzen von diesem div sind in Farbe #488A4F.
.myOpacity80 { color: #488A4F; opacity: 0.8; }
<p style="color:#488A4F;opacity:0.8;">80%</p>
Text in Farbe #488A4F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488A4F;}
<p style="text-shadow: 3px 3px 1px #488A4F">Text here.</p>
Dieser Text hat den Schatten in Farbe #488A4F.
.textShadow {text-shadow: 3px 3px 1px #488A4F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488A4F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #488A4F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488A4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488A4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #488A4F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #488A4F; -webkit-box-shadow: 1px 1px 3px 2px #488A4F; box-shadow: 1px 1px 3px 2px #488A4F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #488A4F; -webkit-box-shadow: 1px 1px 3px 2px #488A4F; box-shadow:1px 1px 3px 2px #488A4F;">
Div content here</div>
Dieser Text ist in der Farbe #488A4F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #488A4F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #488A4F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #488A4F.