HEX: #48728D
RGB: (72,114,141)
#48728D enthält hauptsächlich grüne und blaue Farbe. Für #48728D ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #48728D wird in RGB als (72,114,141) definiert.
RGB: (72,114,141)
(28%, 45%, 55%)
R 72 von 255 = 28%
G 114 von 255 = 45%
B 141 von 255 = 55%
R + G + B ~ 43%. #48728D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 72 + 114 + 141 = 327 (100%)
R 72 von 327 ~ 22.02%
G 114 von 327 ~ 34.86%
B 141 von 327 ~ 43.12'%
Die Farbe #48728D wird in CMYK als (49,19,0,45) definiert.
CMYK: (49,19,0,45)
C49M19Y0K45 (49%, 19%, 0%, 45%)
(0.49 / 0.19 / 0.00 / 0.45)
Farbe #48728D in den populären Farbmodellen.
48 | 72 | 8D | |
---|---|---|---|
RGB | 72 | 114 | 141 |
HSL | 203° | 32.39% | 41.76% |
HSB/HSV | 203° | 48.94% | 55.29% |
CMYK | 48.94% | 19.15% | 0.00% |
44.71% |
Die Farbe #48728D in den populären Zahlensystemen.
Hexadezimal | 48 | 72 | 8D |
Dezimal | 72 | 114 | 141 |
Binär | 1001000 | 1110010 | 10001101 |
Oktal | 110 | 162 | 215 |
Dunkle Töne der Farbe #48728D
Helle Töne der Farbe #48728D
Beispiele css- und html für Elemente in der Farbe #48728D. Bitte benutzen Sie auch rgb(72,114,141) statt hex-Code.
.myTextColor { color: #48728D; }
<p style="color:#48728D">This sample text font color is #48728D.</p>
Die Farbe dieses Textes ist #48728D.
.myBgColor { background-color: #48728D; }
<div style="background-color:#48728D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48728D.
.myBorderColor { border: 1px solid #48728D; }
<div style="border:3px solid #48728D">Div</div>
Die Grenzen von diesem div sind in Farbe #48728D.
.myOpacity80 { color: #48728D; opacity: 0.8; }
<p style="color:#48728D;opacity:0.8;">80%</p>
Text in Farbe #48728D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48728D;}
<p style="text-shadow: 3px 3px 1px #48728D">Text here.</p>
Dieser Text hat den Schatten in Farbe #48728D.
.textShadow {text-shadow: 3px 3px 1px #48728D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48728D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48728D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48728D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48728D, Direction=45, Strength=4)">Text</p>
This text has shadow with #48728D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48728D;
-webkit-box-shadow: 1px 1px 3px 2px #48728D;
box-shadow: 1px 1px 3px 2px #48728D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48728D; -webkit-box-shadow: 1px 1px 3px 2px #48728D; box-shadow:1px 1px 3px 2px #48728D;">
Div content here
</div>
Dieser Text ist in der Farbe #48728D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48728D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48728D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48728D.
Kontrastfarbe für #hex ist #B78D72.