HEX: #48827D
RGB: (72,130,125)
#48827D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #48827D ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #48827D wird in RGB als (72,130,125) definiert.
RGB: (72,130,125) (28%,51%,49%)
R 72 von 255 = 28%
G 130 von 255 = 51%
B 125 von 255 = 49%
R + G + B ~ 43%. #48827D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
72 + 130 + 125 = 327 (100%)
R 72 von 327 ~ 22.02%
G 130 von 327 ~ 39.76%
B 125 von 327 ~ 38.23%
Die Farbe #48827D wird in CMYK als (45,0,4,49) definiert.
CMYK: (45,0,4,49) C45M0Y4K49 (45%,0%,4%,49%) (0.45/0.00/0.04/0.49)
48 | 82 | 7D | |
---|---|---|---|
RGB | 72 | 130 | 125 |
HSL | 175° | 28.71% | 39.61% |
HSB/HSV | 175° | 44.62% | 50.98% |
CMYK | 44.62% | 0.00% | 3.85% |
49.02% |
Hexadezimal | 48 | 82 | 7D |
Dezimal | 72 | 130 | 125 |
Binär | 1001000 | 10000010 | 1111101 |
Oktal | 110 | 202 | 175 |
Beispiele css- und html für Elemente in der Farbe #48827D. Bitte benutzen Sie auch rgb(72,130,125) statt hex-Code.
.myTextColor { color: #48827D; }
<p style="color:#48827D">This sample text font color is #48827D.</p>
Die Farbe dieses Textes ist #48827D.
.myBgColor { background-color: #48827D; }
<div style="background-color:#48827D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48827D.
.myBorderColor { border: 1px solid #48827D; }
<div style="border:3px solid #48827D">Div</div>
Die Grenzen von diesem div sind in Farbe #48827D.
.myOpacity80 { color: #48827D; opacity: 0.8; }
<p style="color:#48827D;opacity:0.8;">80%</p>
Text in Farbe #48827D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48827D;}
<p style="text-shadow: 3px 3px 1px #48827D">Text here.</p>
Dieser Text hat den Schatten in Farbe #48827D.
.textShadow {text-shadow: 3px 3px 1px #48827D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48827D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48827D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48827D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48827D, Direction=45, Strength=4)">Text</p>
This text has shadow with #48827D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48827D; -webkit-box-shadow: 1px 1px 3px 2px #48827D; box-shadow: 1px 1px 3px 2px #48827D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48827D; -webkit-box-shadow: 1px 1px 3px 2px #48827D; box-shadow:1px 1px 3px 2px #48827D;">
Div content here</div>
Dieser Text ist in der Farbe #48827D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48827D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48827D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48827D.