HEX: #1D475D
RGB: (29,71,93)
#1D475D enthält hauptsächlich grüne und blaue Farbe. Für #1D475D ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #1D475D wird in RGB als (29,71,93) definiert.
RGB: (29,71,93) (11%,28%,36%)
R 29 von 255 = 11%
G 71 von 255 = 28%
B 93 von 255 = 36%
R + G + B ~ 25%. #1D475D ziemlich dunkle Farbe.
R + G + B =
29 + 71 + 93 = 193 (100%)
R 29 von 193 ~ 15.03%
G 71 von 193 ~ 36.79%
B 93 von 193 ~ 48.19%
Die Farbe #1D475D wird in CMYK als (69,24,0,64) definiert.
CMYK: (69,24,0,64) C69M24Y0K64 (69%,24%,0%,64%) (0.69/0.24/0.00/0.64)
1D | 47 | 5D | |
---|---|---|---|
RGB | 29 | 71 | 93 |
HSL | 201° | 52.46% | 23.92% |
HSB/HSV | 201° | 68.82% | 36.47% |
CMYK | 68.82% | 23.66% | 0.00% |
63.53% |
Hexadezimal | 1D | 47 | 5D |
Dezimal | 29 | 71 | 93 |
Binär | 11101 | 1000111 | 1011101 |
Oktal | 35 | 107 | 135 |
Beispiele css- und html für Elemente in der Farbe #1D475D. Bitte benutzen Sie auch rgb(29,71,93) statt hex-Code.
.myTextColor { color: #1D475D; }
<p style="color:#1D475D">This sample text font color is #1D475D.</p>
Die Farbe dieses Textes ist #1D475D.
.myBgColor { background-color: #1D475D; }
<div style="background-color:#1D475D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #1D475D.
.myBorderColor { border: 1px solid #1D475D; }
<div style="border:3px solid #1D475D">Div</div>
Die Grenzen von diesem div sind in Farbe #1D475D.
.myOpacity80 { color: #1D475D; opacity: 0.8; }
<p style="color:#1D475D;opacity:0.8;">80%</p>
Text in Farbe #1D475D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #1D475D;}
<p style="text-shadow: 3px 3px 1px #1D475D">Text here.</p>
Dieser Text hat den Schatten in Farbe #1D475D.
.textShadow {text-shadow: 3px 3px 1px #1D475D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #1D475D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #1D475D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1D475D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#1D475D, Direction=45, Strength=4)">Text</p>
This text has shadow with #1D475D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1D475D; -webkit-box-shadow: 1px 1px 3px 2px #1D475D; box-shadow: 1px 1px 3px 2px #1D475D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #1D475D; -webkit-box-shadow: 1px 1px 3px 2px #1D475D; box-shadow:1px 1px 3px 2px #1D475D;">
Div content here</div>
Dieser Text ist in der Farbe #1D475D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #1D475D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #1D475D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #1D475D.