HEX: #473729
RGB: (71,55,41)
#473729 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #473729 ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #473729 wird in RGB als (71,55,41) definiert.
RGB: (71,55,41) (28%,22%,16%)
R 71 von 255 = 28%
G 55 von 255 = 22%
B 41 von 255 = 16%
R + G + B ~ 22%. #473729 dunkle Farbe.
R + G + B =
71 + 55 + 41 = 167 (100%)
R 71 von 167 ~ 42.51%
G 55 von 167 ~ 32.93%
B 41 von 167 ~ 24.55%
Die Farbe #473729 wird in CMYK als (0,23,42,72) definiert.
CMYK: (0,23,42,72) C0M23Y42K72 (0%,23%,42%,72%) (0.00/0.23/0.42/0.72)
47 | 37 | 29 | |
---|---|---|---|
RGB | 71 | 55 | 41 |
HSL | 28° | 26.79% | 21.96% |
HSB/HSV | 28° | 42.25% | 27.84% |
CMYK | 0.00% | 22.54% | 42.25% |
72.16% |
Hexadezimal | 47 | 37 | 29 |
Dezimal | 71 | 55 | 41 |
Binär | 1000111 | 110111 | 101001 |
Oktal | 107 | 67 | 51 |
Beispiele css- und html für Elemente in der Farbe #473729. Bitte benutzen Sie auch rgb(71,55,41) statt hex-Code.
.myTextColor { color: #473729; }
<p style="color:#473729">This sample text font color is #473729.</p>
Die Farbe dieses Textes ist #473729.
.myBgColor { background-color: #473729; }
<div style="background-color:#473729">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #473729.
.myBorderColor { border: 1px solid #473729; }
<div style="border:3px solid #473729">Div</div>
Die Grenzen von diesem div sind in Farbe #473729.
.myOpacity80 { color: #473729; opacity: 0.8; }
<p style="color:#473729;opacity:0.8;">80%</p>
Text in Farbe #473729 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473729;}
<p style="text-shadow: 3px 3px 1px #473729">Text here.</p>
Dieser Text hat den Schatten in Farbe #473729.
.textShadow {text-shadow: 3px 3px 1px #473729, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473729, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #473729 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473729, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473729, Direction=45, Strength=4)">Text</p>
This text has shadow with #473729 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473729; -webkit-box-shadow: 1px 1px 3px 2px #473729; box-shadow: 1px 1px 3px 2px #473729; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473729; -webkit-box-shadow: 1px 1px 3px 2px #473729; box-shadow:1px 1px 3px 2px #473729;">
Div content here</div>
Dieser Text ist in der Farbe #473729 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #473729 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #473729.
Dieser Text ist weiß auf dem Hintergrund in Farbe #473729.