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