HEX: #472951
RGB: (71,41,81)
#472951 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #472951 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #472951 wird in RGB als (71,41,81) definiert.
RGB: (71,41,81) (28%,16%,32%)
R 71 von 255 = 28%
G 41 von 255 = 16%
B 81 von 255 = 32%
R + G + B ~ 25%. #472951 ziemlich dunkle Farbe.
R + G + B =
71 + 41 + 81 = 193 (100%)
R 71 von 193 ~ 36.79%
G 41 von 193 ~ 21.24%
B 81 von 193 ~ 41.97%
Die Farbe #472951 wird in CMYK als (12,49,0,68) definiert.
CMYK: (12,49,0,68) C12M49Y0K68 (12%,49%,0%,68%) (0.12/0.49/0.00/0.68)
47 | 29 | 51 | |
---|---|---|---|
RGB | 71 | 41 | 81 |
HSL | 285° | 32.79% | 23.92% |
HSB/HSV | 285° | 49.38% | 31.76% |
CMYK | 12.35% | 49.38% | 0.00% |
68.24% |
Hexadezimal | 47 | 29 | 51 |
Dezimal | 71 | 41 | 81 |
Binär | 1000111 | 101001 | 1010001 |
Oktal | 107 | 51 | 121 |
Beispiele css- und html für Elemente in der Farbe #472951. Bitte benutzen Sie auch rgb(71,41,81) statt hex-Code.
.myTextColor { color: #472951; }
<p style="color:#472951">This sample text font color is #472951.</p>
Die Farbe dieses Textes ist #472951.
.myBgColor { background-color: #472951; }
<div style="background-color:#472951">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #472951.
.myBorderColor { border: 1px solid #472951; }
<div style="border:3px solid #472951">Div</div>
Die Grenzen von diesem div sind in Farbe #472951.
.myOpacity80 { color: #472951; opacity: 0.8; }
<p style="color:#472951;opacity:0.8;">80%</p>
Text in Farbe #472951 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472951;}
<p style="text-shadow: 3px 3px 1px #472951">Text here.</p>
Dieser Text hat den Schatten in Farbe #472951.
.textShadow {text-shadow: 3px 3px 1px #472951, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472951, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #472951 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472951, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472951, Direction=45, Strength=4)">Text</p>
This text has shadow with #472951 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #472951; -webkit-box-shadow: 1px 1px 3px 2px #472951; box-shadow: 1px 1px 3px 2px #472951; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #472951; -webkit-box-shadow: 1px 1px 3px 2px #472951; box-shadow:1px 1px 3px 2px #472951;">
Div content here</div>
Dieser Text ist in der Farbe #472951 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #472951 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #472951.
Dieser Text ist weiß auf dem Hintergrund in Farbe #472951.