HEX: #48937D
RGB: (72,147,125)
#48937D enthält hauptsächlich grüne und blaue Farbe. Für #48937D ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #48937D wird in RGB als (72,147,125) definiert.
RGB: (72,147,125) (28%,58%,49%)
R 72 von 255 = 28%
G 147 von 255 = 58%
B 125 von 255 = 49%
R + G + B ~ 45%. #48937D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
72 + 147 + 125 = 344 (100%)
R 72 von 344 ~ 20.93%
G 147 von 344 ~ 42.73%
B 125 von 344 ~ 36.34%
Die Farbe #48937D wird in CMYK als (51,0,15,42) definiert.
CMYK: (51,0,15,42) C51M0Y15K42 (51%,0%,15%,42%) (0.51/0.00/0.15/0.42)
48 | 93 | 7D | |
---|---|---|---|
RGB | 72 | 147 | 125 |
HSL | 162° | 34.25% | 42.94% |
HSB/HSV | 162° | 51.02% | 57.65% |
CMYK | 51.02% | 0.00% | 14.97% |
42.35% |
Hexadezimal | 48 | 93 | 7D |
Dezimal | 72 | 147 | 125 |
Binär | 1001000 | 10010011 | 1111101 |
Oktal | 110 | 223 | 175 |
Beispiele css- und html für Elemente in der Farbe #48937D. Bitte benutzen Sie auch rgb(72,147,125) statt hex-Code.
.myTextColor { color: #48937D; }
<p style="color:#48937D">This sample text font color is #48937D.</p>
Die Farbe dieses Textes ist #48937D.
.myBgColor { background-color: #48937D; }
<div style="background-color:#48937D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48937D.
.myBorderColor { border: 1px solid #48937D; }
<div style="border:3px solid #48937D">Div</div>
Die Grenzen von diesem div sind in Farbe #48937D.
.myOpacity80 { color: #48937D; opacity: 0.8; }
<p style="color:#48937D;opacity:0.8;">80%</p>
Text in Farbe #48937D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48937D;}
<p style="text-shadow: 3px 3px 1px #48937D">Text here.</p>
Dieser Text hat den Schatten in Farbe #48937D.
.textShadow {text-shadow: 3px 3px 1px #48937D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48937D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48937D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48937D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48937D, Direction=45, Strength=4)">Text</p>
This text has shadow with #48937D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48937D; -webkit-box-shadow: 1px 1px 3px 2px #48937D; box-shadow: 1px 1px 3px 2px #48937D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48937D; -webkit-box-shadow: 1px 1px 3px 2px #48937D; box-shadow:1px 1px 3px 2px #48937D;">
Div content here</div>
Dieser Text ist in der Farbe #48937D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48937D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48937D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48937D.