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