HEX: #473E3C
RGB: (71,62,60)
#473E3C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #473E3C ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #473E3C wird in RGB als (71,62,60) definiert.
RGB: (71,62,60)
(28%, 24%, 24%)
R 71 von 255 = 28%
G 62 von 255 = 24%
B 60 von 255 = 24%
R + G + B ~ 25%. #473E3C ziemlich dunkle Farbe.
R + G + B = 71 + 62 + 60 = 193 (100%)
R 71 von 193 ~ 36.79%
G 62 von 193 ~ 32.12%
B 60 von 193 ~ 31.09'%
Die Farbe #473E3C wird in CMYK als (0,13,15,72) definiert.
CMYK: (0,13,15,72)
C0M13Y15K72 (0%, 13%, 15%, 72%)
(0.00 / 0.13 / 0.15 / 0.72)
Farbe #473E3C in den populären Farbmodellen.
47 | 3E | 3C | |
---|---|---|---|
RGB | 71 | 62 | 60 |
HSL | 11° | 8.40% | 25.69% |
HSB/HSV | 11° | 15.49% | 27.84% |
CMYK | 0.00% | 12.68% | 15.49% |
72.16% |
Die Farbe #473E3C in den populären Zahlensystemen.
Hexadezimal | 47 | 3E | 3C |
Dezimal | 71 | 62 | 60 |
Binär | 1000111 | 111110 | 111100 |
Oktal | 107 | 76 | 74 |
Dunkle Töne der Farbe #473E3C
Helle Töne der Farbe #473E3C
Beispiele css- und html für Elemente in der Farbe #473E3C. Bitte benutzen Sie auch rgb(71,62,60) statt hex-Code.
.myTextColor { color: #473E3C; }
<p style="color:#473E3C">This sample text font color is #473E3C.</p>
Die Farbe dieses Textes ist #473E3C.
.myBgColor { background-color: #473E3C; }
<div style="background-color:#473E3C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #473E3C.
.myBorderColor { border: 1px solid #473E3C; }
<div style="border:3px solid #473E3C">Div</div>
Die Grenzen von diesem div sind in Farbe #473E3C.
.myOpacity80 { color: #473E3C; opacity: 0.8; }
<p style="color:#473E3C;opacity:0.8;">80%</p>
Text in Farbe #473E3C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473E3C;}
<p style="text-shadow: 3px 3px 1px #473E3C">Text here.</p>
Dieser Text hat den Schatten in Farbe #473E3C.
.textShadow {text-shadow: 3px 3px 1px #473E3C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473E3C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #473E3C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473E3C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473E3C, Direction=45, Strength=4)">Text</p>
This text has shadow with #473E3C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473E3C;
-webkit-box-shadow: 1px 1px 3px 2px #473E3C;
box-shadow: 1px 1px 3px 2px #473E3C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473E3C; -webkit-box-shadow: 1px 1px 3px 2px #473E3C; box-shadow:1px 1px 3px 2px #473E3C;">
Div content here
</div>
Dieser Text ist in der Farbe #473E3C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #473E3C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #473E3C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #473E3C.
Kontrastfarbe für #hex ist #B8C1C3.