HEX: #48896B
RGB: (72,137,107)
#48896B enthält hauptsächlich grüne und blaue Farbe. Für #48896B ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #48896B wird in RGB als (72,137,107) definiert.
RGB: (72,137,107) (28%,54%,42%)
R 72 von 255 = 28%
G 137 von 255 = 54%
B 107 von 255 = 42%
R + G + B ~ 41%. #48896B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
72 + 137 + 107 = 316 (100%)
R 72 von 316 ~ 22.78%
G 137 von 316 ~ 43.35%
B 107 von 316 ~ 33.86%
Die Farbe #48896B wird in CMYK als (47,0,22,46) definiert.
CMYK: (47,0,22,46) C47M0Y22K46 (47%,0%,22%,46%) (0.47/0.00/0.22/0.46)
48 | 89 | 6B | |
---|---|---|---|
RGB | 72 | 137 | 107 |
HSL | 152° | 31.10% | 40.98% |
HSB/HSV | 152° | 47.45% | 53.73% |
CMYK | 47.45% | 0.00% | 21.90% |
46.27% |
Hexadezimal | 48 | 89 | 6B |
Dezimal | 72 | 137 | 107 |
Binär | 1001000 | 10001001 | 1101011 |
Oktal | 110 | 211 | 153 |
Beispiele css- und html für Elemente in der Farbe #48896B. Bitte benutzen Sie auch rgb(72,137,107) statt hex-Code.
.myTextColor { color: #48896B; }
<p style="color:#48896B">This sample text font color is #48896B.</p>
Die Farbe dieses Textes ist #48896B.
.myBgColor { background-color: #48896B; }
<div style="background-color:#48896B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48896B.
.myBorderColor { border: 1px solid #48896B; }
<div style="border:3px solid #48896B">Div</div>
Die Grenzen von diesem div sind in Farbe #48896B.
.myOpacity80 { color: #48896B; opacity: 0.8; }
<p style="color:#48896B;opacity:0.8;">80%</p>
Text in Farbe #48896B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48896B;}
<p style="text-shadow: 3px 3px 1px #48896B">Text here.</p>
Dieser Text hat den Schatten in Farbe #48896B.
.textShadow {text-shadow: 3px 3px 1px #48896B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48896B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48896B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48896B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48896B, Direction=45, Strength=4)">Text</p>
This text has shadow with #48896B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48896B; -webkit-box-shadow: 1px 1px 3px 2px #48896B; box-shadow: 1px 1px 3px 2px #48896B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48896B; -webkit-box-shadow: 1px 1px 3px 2px #48896B; box-shadow:1px 1px 3px 2px #48896B;">
Div content here</div>
Dieser Text ist in der Farbe #48896B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48896B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48896B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48896B.