HEX: #2F497B
RGB: (47,73,123)
#2F497B enthält hauptsächlich grüne und blaue Farbe. Für #2F497B ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #2F497B wird in RGB als (47,73,123) definiert.
RGB: (47,73,123) (18%,29%,48%)
R 47 von 255 = 18%
G 73 von 255 = 29%
B 123 von 255 = 48%
R + G + B ~ 32%. #2F497B ziemlich dunkle Farbe.
R + G + B =
47 + 73 + 123 = 243 (100%)
R 47 von 243 ~ 19.34%
G 73 von 243 ~ 30.04%
B 123 von 243 ~ 50.62%
Die Farbe #2F497B wird in CMYK als (62,41,0,52) definiert.
CMYK: (62,41,0,52) C62M41Y0K52 (62%,41%,0%,52%) (0.62/0.41/0.00/0.52)
2F | 49 | 7B | |
---|---|---|---|
RGB | 47 | 73 | 123 |
HSL | 219° | 44.71% | 33.33% |
HSB/HSV | 219° | 61.79% | 48.24% |
CMYK | 61.79% | 40.65% | 0.00% |
51.76% |
Hexadezimal | 2F | 49 | 7B |
Dezimal | 47 | 73 | 123 |
Binär | 101111 | 1001001 | 1111011 |
Oktal | 57 | 111 | 173 |
Beispiele css- und html für Elemente in der Farbe #2F497B. Bitte benutzen Sie auch rgb(47,73,123) statt hex-Code.
.myTextColor { color: #2F497B; }
<p style="color:#2F497B">This sample text font color is #2F497B.</p>
Die Farbe dieses Textes ist #2F497B.
.myBgColor { background-color: #2F497B; }
<div style="background-color:#2F497B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #2F497B.
.myBorderColor { border: 1px solid #2F497B; }
<div style="border:3px solid #2F497B">Div</div>
Die Grenzen von diesem div sind in Farbe #2F497B.
.myOpacity80 { color: #2F497B; opacity: 0.8; }
<p style="color:#2F497B;opacity:0.8;">80%</p>
Text in Farbe #2F497B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #2F497B;}
<p style="text-shadow: 3px 3px 1px #2F497B">Text here.</p>
Dieser Text hat den Schatten in Farbe #2F497B.
.textShadow {text-shadow: 3px 3px 1px #2F497B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #2F497B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #2F497B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2F497B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#2F497B, Direction=45, Strength=4)">Text</p>
This text has shadow with #2F497B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2F497B; -webkit-box-shadow: 1px 1px 3px 2px #2F497B; box-shadow: 1px 1px 3px 2px #2F497B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #2F497B; -webkit-box-shadow: 1px 1px 3px 2px #2F497B; box-shadow:1px 1px 3px 2px #2F497B;">
Div content here</div>
Dieser Text ist in der Farbe #2F497B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #2F497B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #2F497B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #2F497B.