HEX: #25425E
RGB: (37,66,94)
#25425E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #25425E ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #25425E wird in RGB als (37,66,94) definiert.
RGB: (37,66,94) (15%,26%,37%)
R 37 von 255 = 15%
G 66 von 255 = 26%
B 94 von 255 = 37%
R + G + B ~ 26%. #25425E ziemlich dunkle Farbe.
R + G + B =
37 + 66 + 94 = 197 (100%)
R 37 von 197 ~ 18.78%
G 66 von 197 ~ 33.5%
B 94 von 197 ~ 47.72%
Die Farbe #25425E wird in CMYK als (61,30,0,63) definiert.
CMYK: (61,30,0,63) C61M30Y0K63 (61%,30%,0%,63%) (0.61/0.30/0.00/0.63)
25 | 42 | 5E | |
---|---|---|---|
RGB | 37 | 66 | 94 |
HSL | 209° | 43.51% | 25.69% |
HSB/HSV | 209° | 60.64% | 36.86% |
CMYK | 60.64% | 29.79% | 0.00% |
63.14% |
Hexadezimal | 25 | 42 | 5E |
Dezimal | 37 | 66 | 94 |
Binär | 100101 | 1000010 | 1011110 |
Oktal | 45 | 102 | 136 |
Beispiele css- und html für Elemente in der Farbe #25425E. Bitte benutzen Sie auch rgb(37,66,94) statt hex-Code.
.myTextColor { color: #25425E; }
<p style="color:#25425E">This sample text font color is #25425E.</p>
Die Farbe dieses Textes ist #25425E.
.myBgColor { background-color: #25425E; }
<div style="background-color:#25425E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #25425E.
.myBorderColor { border: 1px solid #25425E; }
<div style="border:3px solid #25425E">Div</div>
Die Grenzen von diesem div sind in Farbe #25425E.
.myOpacity80 { color: #25425E; opacity: 0.8; }
<p style="color:#25425E;opacity:0.8;">80%</p>
Text in Farbe #25425E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #25425E;}
<p style="text-shadow: 3px 3px 1px #25425E">Text here.</p>
Dieser Text hat den Schatten in Farbe #25425E.
.textShadow {text-shadow: 3px 3px 1px #25425E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #25425E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #25425E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#25425E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#25425E, Direction=45, Strength=4)">Text</p>
This text has shadow with #25425E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25425E; -webkit-box-shadow: 1px 1px 3px 2px #25425E; box-shadow: 1px 1px 3px 2px #25425E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #25425E; -webkit-box-shadow: 1px 1px 3px 2px #25425E; box-shadow:1px 1px 3px 2px #25425E;">
Div content here</div>
Dieser Text ist in der Farbe #25425E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #25425E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #25425E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #25425E.