HEX: #3F475A
RGB: (63,71,90)
#3F475A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #3F475A ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #3F475A wird in RGB als (63,71,90) definiert.
RGB: (63,71,90)
(25%, 28%, 35%)
R 63 von 255 = 25%
G 71 von 255 = 28%
B 90 von 255 = 35%
R + G + B ~ 29%. #3F475A ziemlich dunkle Farbe.
R + G + B = 63 + 71 + 90 = 224 (100%)
R 63 von 224 ~ 28.13%
G 71 von 224 ~ 31.7%
B 90 von 224 ~ 40.18'%
Die Farbe #3F475A wird in CMYK als (30,21,0,65) definiert.
CMYK: (30,21,0,65) C30M21Y0K65 (30%,21%,0%,65%) (0.30/0.21/0.00/0.65)
Farbe #3F475A in den populären Farbmodellen.
3F | 47 | 5A | |
---|---|---|---|
RGB | 63 | 71 | 90 |
HSL | 222° | 17.65% | 30.00% |
HSB/HSV | 222° | 30.00% | 35.29% |
CMYK | 30.00% | 21.11% | 0.00% |
64.71% |
Die Farbe #3F475A in den populären Zahlensystemen.
Hexadezimal | 3F | 47 | 5A |
Dezimal | 63 | 71 | 90 |
Binär | 111111 | 1000111 | 1011010 |
Oktal | 77 | 107 | 132 |
Dunkle Töne der Farbe #3F475A
Helle Töne der Farbe #3F475A
Beispiele css- und html für Elemente in der Farbe #3F475A. Bitte benutzen Sie auch rgb(63,71,90) statt hex-Code.
.myTextColor { color: #3F475A; }
<p style="color:#3F475A">This sample text font color is #3F475A.</p>
Die Farbe dieses Textes ist #3F475A.
.myBgColor { background-color: #3F475A; }
<div style="background-color:#3F475A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #3F475A.
.myBorderColor { border: 1px solid #3F475A; }
<div style="border:3px solid #3F475A">Div</div>
Die Grenzen von diesem div sind in Farbe #3F475A.
.myOpacity80 { color: #3F475A; opacity: 0.8; }
<p style="color:#3F475A;opacity:0.8;">80%</p>
Text in Farbe #3F475A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #3F475A;}
<p style="text-shadow: 3px 3px 1px #3F475A">Text here.</p>
Dieser Text hat den Schatten in Farbe #3F475A.
.textShadow {text-shadow: 3px 3px 1px #3F475A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #3F475A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #3F475A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3F475A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#3F475A, Direction=45, Strength=4)">Text</p>
This text has shadow with #3F475A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3F475A;
-webkit-box-shadow: 1px 1px 3px 2px #3F475A;
box-shadow: 1px 1px 3px 2px #3F475A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3F475A; -webkit-box-shadow: 1px 1px 3px 2px #3F475A; box-shadow:1px 1px 3px 2px #3F475A;">
Div content here
</div>
Dieser Text ist in der Farbe #3F475A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #3F475A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #3F475A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #3F475A.
Kontrastfarbe für #hex ist #C0B8A5.