HEX: #488059
RGB: (72,128,89)
#488059 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #488059 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #488059 wird in RGB als (72,128,89) definiert.
RGB: (72,128,89)
(28%, 50%, 35%)
R 72 von 255 = 28%
G 128 von 255 = 50%
B 89 von 255 = 35%
R + G + B ~ 38%. #488059 ziemlich dunkle Farbe.
R + G + B = 72 + 128 + 89 = 289 (100%)
R 72 von 289 ~ 24.91%
G 128 von 289 ~ 44.29%
B 89 von 289 ~ 30.8'%
Die Farbe #488059 wird in CMYK als (44,0,30,50) definiert.
CMYK: (44,0,30,50)
C44M0Y30K50 (44%, 0%, 30%, 50%)
(0.44 / 0.00 / 0.30 / 0.50)
Farbe #488059 in den populären Farbmodellen.
48 | 80 | 59 | |
---|---|---|---|
RGB | 72 | 128 | 89 |
HSL | 138° | 28.00% | 39.22% |
HSB/HSV | 138° | 43.75% | 50.20% |
CMYK | 43.75% | 0.00% | 30.47% |
49.80% |
Die Farbe #488059 in den populären Zahlensystemen.
Hexadezimal | 48 | 80 | 59 |
Dezimal | 72 | 128 | 89 |
Binär | 1001000 | 10000000 | 1011001 |
Oktal | 110 | 200 | 131 |
Dunkle Töne der Farbe #488059
Helle Töne der Farbe #488059
Beispiele css- und html für Elemente in der Farbe #488059. Bitte benutzen Sie auch rgb(72,128,89) statt hex-Code.
.myTextColor { color: #488059; }
<p style="color:#488059">This sample text font color is #488059.</p>
Die Farbe dieses Textes ist #488059.
.myBgColor { background-color: #488059; }
<div style="background-color:#488059">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #488059.
.myBorderColor { border: 1px solid #488059; }
<div style="border:3px solid #488059">Div</div>
Die Grenzen von diesem div sind in Farbe #488059.
.myOpacity80 { color: #488059; opacity: 0.8; }
<p style="color:#488059;opacity:0.8;">80%</p>
Text in Farbe #488059 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488059;}
<p style="text-shadow: 3px 3px 1px #488059">Text here.</p>
Dieser Text hat den Schatten in Farbe #488059.
.textShadow {text-shadow: 3px 3px 1px #488059', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488059, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #488059 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488059, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488059, Direction=45, Strength=4)">Text</p>
This text has shadow with #488059 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #488059;
-webkit-box-shadow: 1px 1px 3px 2px #488059;
box-shadow: 1px 1px 3px 2px #488059;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488059; -webkit-box-shadow: 1px 1px 3px 2px #488059; box-shadow:1px 1px 3px 2px #488059;">
Div content here
</div>
Dieser Text ist in der Farbe #488059 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #488059 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #488059.
Dieser Text ist weiß auf dem Hintergrund in Farbe #488059.
Kontrastfarbe für #hex ist #B77FA6.