HEX: #488855
RGB: (72,136,85)
#488855 enthält hauptsächlich grüne und blaue Farbe. Für #488855 ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #488855 wird in RGB als (72,136,85) definiert.
RGB: (72,136,85) (28%,53%,33%)
R 72 von 255 = 28%
G 136 von 255 = 53%
B 85 von 255 = 33%
R + G + B ~ 38%. #488855 ziemlich dunkle Farbe.
R + G + B =
72 + 136 + 85 = 293 (100%)
R 72 von 293 ~ 24.57%
G 136 von 293 ~ 46.42%
B 85 von 293 ~ 29.01%
Die Farbe #488855 wird in CMYK als (47,0,38,47) definiert.
CMYK: (47,0,38,47) C47M0Y38K47 (47%,0%,38%,47%) (0.47/0.00/0.38/0.47)
48 | 88 | 55 | |
---|---|---|---|
RGB | 72 | 136 | 85 |
HSL | 132° | 30.77% | 40.78% |
HSB/HSV | 132° | 47.06% | 53.33% |
CMYK | 47.06% | 0.00% | 37.50% |
46.67% |
Hexadezimal | 48 | 88 | 55 |
Dezimal | 72 | 136 | 85 |
Binär | 1001000 | 10001000 | 1010101 |
Oktal | 110 | 210 | 125 |
Beispiele css- und html für Elemente in der Farbe #488855. Bitte benutzen Sie auch rgb(72,136,85) statt hex-Code.
.myTextColor { color: #488855; }
<p style="color:#488855">This sample text font color is #488855.</p>
Die Farbe dieses Textes ist #488855.
.myBgColor { background-color: #488855; }
<div style="background-color:#488855">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #488855.
.myBorderColor { border: 1px solid #488855; }
<div style="border:3px solid #488855">Div</div>
Die Grenzen von diesem div sind in Farbe #488855.
.myOpacity80 { color: #488855; opacity: 0.8; }
<p style="color:#488855;opacity:0.8;">80%</p>
Text in Farbe #488855 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488855;}
<p style="text-shadow: 3px 3px 1px #488855">Text here.</p>
Dieser Text hat den Schatten in Farbe #488855.
.textShadow {text-shadow: 3px 3px 1px #488855, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488855, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #488855 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488855, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488855, Direction=45, Strength=4)">Text</p>
This text has shadow with #488855 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #488855; -webkit-box-shadow: 1px 1px 3px 2px #488855; box-shadow: 1px 1px 3px 2px #488855; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #488855; -webkit-box-shadow: 1px 1px 3px 2px #488855; box-shadow:1px 1px 3px 2px #488855;">
Div content here</div>
Dieser Text ist in der Farbe #488855 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #488855 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #488855.
Dieser Text ist weiß auf dem Hintergrund in Farbe #488855.