HEX: #48587E
RGB: (72,88,126)
#48587E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #48587E ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #48587E wird in RGB als (72,88,126) definiert.
RGB: (72,88,126) (28%,35%,49%)
R 72 von 255 = 28%
G 88 von 255 = 35%
B 126 von 255 = 49%
R + G + B ~ 37%. #48587E ziemlich dunkle Farbe.
R + G + B =
72 + 88 + 126 = 286 (100%)
R 72 von 286 ~ 25.17%
G 88 von 286 ~ 30.77%
B 126 von 286 ~ 44.06%
Die Farbe #48587E wird in CMYK als (43,30,0,51) definiert.
CMYK: (43,30,0,51) C43M30Y0K51 (43%,30%,0%,51%) (0.43/0.30/0.00/0.51)
48 | 58 | 7E | |
---|---|---|---|
RGB | 72 | 88 | 126 |
HSL | 222° | 27.27% | 38.82% |
HSB/HSV | 222° | 42.86% | 49.41% |
CMYK | 42.86% | 30.16% | 0.00% |
50.59% |
Hexadezimal | 48 | 58 | 7E |
Dezimal | 72 | 88 | 126 |
Binär | 1001000 | 1011000 | 1111110 |
Oktal | 110 | 130 | 176 |
Beispiele css- und html für Elemente in der Farbe #48587E. Bitte benutzen Sie auch rgb(72,88,126) statt hex-Code.
.myTextColor { color: #48587E; }
<p style="color:#48587E">This sample text font color is #48587E.</p>
Die Farbe dieses Textes ist #48587E.
.myBgColor { background-color: #48587E; }
<div style="background-color:#48587E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48587E.
.myBorderColor { border: 1px solid #48587E; }
<div style="border:3px solid #48587E">Div</div>
Die Grenzen von diesem div sind in Farbe #48587E.
.myOpacity80 { color: #48587E; opacity: 0.8; }
<p style="color:#48587E;opacity:0.8;">80%</p>
Text in Farbe #48587E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48587E;}
<p style="text-shadow: 3px 3px 1px #48587E">Text here.</p>
Dieser Text hat den Schatten in Farbe #48587E.
.textShadow {text-shadow: 3px 3px 1px #48587E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48587E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48587E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48587E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48587E, Direction=45, Strength=4)">Text</p>
This text has shadow with #48587E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48587E; -webkit-box-shadow: 1px 1px 3px 2px #48587E; box-shadow: 1px 1px 3px 2px #48587E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48587E; -webkit-box-shadow: 1px 1px 3px 2px #48587E; box-shadow:1px 1px 3px 2px #48587E;">
Div content here</div>
Dieser Text ist in der Farbe #48587E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48587E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48587E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48587E.