HEX: #473946
RGB: (71,57,70)
#473946 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #473946 ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #473946 wird in RGB als (71,57,70) definiert.
RGB: (71,57,70) (28%,22%,27%)
R 71 von 255 = 28%
G 57 von 255 = 22%
B 70 von 255 = 27%
R + G + B ~ 26%. #473946 ziemlich dunkle Farbe.
R + G + B =
71 + 57 + 70 = 198 (100%)
R 71 von 198 ~ 35.86%
G 57 von 198 ~ 28.79%
B 70 von 198 ~ 35.35%
Die Farbe #473946 wird in CMYK als (0,20,1,72) definiert.
CMYK: (0,20,1,72) C0M20Y1K72 (0%,20%,1%,72%) (0.00/0.20/0.01/0.72)
47 | 39 | 46 | |
---|---|---|---|
RGB | 71 | 57 | 70 |
HSL | 304° | 10.94% | 25.10% |
HSB/HSV | 304° | 19.72% | 27.84% |
CMYK | 0.00% | 19.72% | 1.41% |
72.16% |
Hexadezimal | 47 | 39 | 46 |
Dezimal | 71 | 57 | 70 |
Binär | 1000111 | 111001 | 1000110 |
Oktal | 107 | 71 | 106 |
Beispiele css- und html für Elemente in der Farbe #473946. Bitte benutzen Sie auch rgb(71,57,70) statt hex-Code.
.myTextColor { color: #473946; }
<p style="color:#473946">This sample text font color is #473946.</p>
Die Farbe dieses Textes ist #473946.
.myBgColor { background-color: #473946; }
<div style="background-color:#473946">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #473946.
.myBorderColor { border: 1px solid #473946; }
<div style="border:3px solid #473946">Div</div>
Die Grenzen von diesem div sind in Farbe #473946.
.myOpacity80 { color: #473946; opacity: 0.8; }
<p style="color:#473946;opacity:0.8;">80%</p>
Text in Farbe #473946 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473946;}
<p style="text-shadow: 3px 3px 1px #473946">Text here.</p>
Dieser Text hat den Schatten in Farbe #473946.
.textShadow {text-shadow: 3px 3px 1px #473946, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473946, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #473946 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473946, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473946, Direction=45, Strength=4)">Text</p>
This text has shadow with #473946 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473946; -webkit-box-shadow: 1px 1px 3px 2px #473946; box-shadow: 1px 1px 3px 2px #473946; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473946; -webkit-box-shadow: 1px 1px 3px 2px #473946; box-shadow:1px 1px 3px 2px #473946;">
Div content here</div>
Dieser Text ist in der Farbe #473946 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #473946 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #473946.
Dieser Text ist weiß auf dem Hintergrund in Farbe #473946.