HEX: #473757
RGB: (71,55,87)
#473757 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #473757 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #473757 wird in RGB als (71,55,87) definiert.
RGB: (71,55,87)
(28%, 22%, 34%)
R 71 von 255 = 28%
G 55 von 255 = 22%
B 87 von 255 = 34%
R + G + B ~ 28%. #473757 ziemlich dunkle Farbe.
R + G + B = 71 + 55 + 87 = 213 (100%)
R 71 von 213 ~ 33.33%
G 55 von 213 ~ 25.82%
B 87 von 213 ~ 40.85'%
Die Farbe #473757 wird in CMYK als (18,37,0,66) definiert.
CMYK: (18,37,0,66)
C18M37Y0K66 (18%, 37%, 0%, 66%)
(0.18 / 0.37 / 0.00 / 0.66)
Farbe #473757 in den populären Farbmodellen.
47 | 37 | 57 | |
---|---|---|---|
RGB | 71 | 55 | 87 |
HSL | 270° | 22.54% | 27.84% |
HSB/HSV | 270° | 36.78% | 34.12% |
CMYK | 18.39% | 36.78% | 0.00% |
65.88% |
Die Farbe #473757 in den populären Zahlensystemen.
Hexadezimal | 47 | 37 | 57 |
Dezimal | 71 | 55 | 87 |
Binär | 1000111 | 110111 | 1010111 |
Oktal | 107 | 67 | 127 |
Dunkle Töne der Farbe #473757
Helle Töne der Farbe #473757
Beispiele css- und html für Elemente in der Farbe #473757. Bitte benutzen Sie auch rgb(71,55,87) statt hex-Code.
.myTextColor { color: #473757; }
<p style="color:#473757">This sample text font color is #473757.</p>
Die Farbe dieses Textes ist #473757.
.myBgColor { background-color: #473757; }
<div style="background-color:#473757">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #473757.
.myBorderColor { border: 1px solid #473757; }
<div style="border:3px solid #473757">Div</div>
Die Grenzen von diesem div sind in Farbe #473757.
.myOpacity80 { color: #473757; opacity: 0.8; }
<p style="color:#473757;opacity:0.8;">80%</p>
Text in Farbe #473757 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473757;}
<p style="text-shadow: 3px 3px 1px #473757">Text here.</p>
Dieser Text hat den Schatten in Farbe #473757.
.textShadow {text-shadow: 3px 3px 1px #473757', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473757, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #473757 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473757, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473757, Direction=45, Strength=4)">Text</p>
This text has shadow with #473757 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473757;
-webkit-box-shadow: 1px 1px 3px 2px #473757;
box-shadow: 1px 1px 3px 2px #473757;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473757; -webkit-box-shadow: 1px 1px 3px 2px #473757; box-shadow:1px 1px 3px 2px #473757;">
Div content here
</div>
Dieser Text ist in der Farbe #473757 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #473757 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #473757.
Dieser Text ist weiß auf dem Hintergrund in Farbe #473757.
Kontrastfarbe für #hex ist #B8C8A8.