HEX: #475342
RGB: (71,83,66)
#475342 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #475342 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #475342 wird in RGB als (71,83,66) definiert.
RGB: (71,83,66) (28%,33%,26%)
R 71 von 255 = 28%
G 83 von 255 = 33%
B 66 von 255 = 26%
R + G + B ~ 29%. #475342 ziemlich dunkle Farbe.
R + G + B =
71 + 83 + 66 = 220 (100%)
R 71 von 220 ~ 32.27%
G 83 von 220 ~ 37.73%
B 66 von 220 ~ 30%
Die Farbe #475342 wird in CMYK als (14,0,20,67) definiert.
CMYK: (14,0,20,67) C14M0Y20K67 (14%,0%,20%,67%) (0.14/0.00/0.20/0.67)
47 | 53 | 42 | |
---|---|---|---|
RGB | 71 | 83 | 66 |
HSL | 102° | 11.41% | 29.22% |
HSB/HSV | 102° | 20.48% | 32.55% |
CMYK | 14.46% | 0.00% | 20.48% |
67.45% |
Hexadezimal | 47 | 53 | 42 |
Dezimal | 71 | 83 | 66 |
Binär | 1000111 | 1010011 | 1000010 |
Oktal | 107 | 123 | 102 |
Beispiele css- und html für Elemente in der Farbe #475342. Bitte benutzen Sie auch rgb(71,83,66) statt hex-Code.
.myTextColor { color: #475342; }
<p style="color:#475342">This sample text font color is #475342.</p>
Die Farbe dieses Textes ist #475342.
.myBgColor { background-color: #475342; }
<div style="background-color:#475342">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475342.
.myBorderColor { border: 1px solid #475342; }
<div style="border:3px solid #475342">Div</div>
Die Grenzen von diesem div sind in Farbe #475342.
.myOpacity80 { color: #475342; opacity: 0.8; }
<p style="color:#475342;opacity:0.8;">80%</p>
Text in Farbe #475342 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475342;}
<p style="text-shadow: 3px 3px 1px #475342">Text here.</p>
Dieser Text hat den Schatten in Farbe #475342.
.textShadow {text-shadow: 3px 3px 1px #475342, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475342, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475342 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475342, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475342, Direction=45, Strength=4)">Text</p>
This text has shadow with #475342 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475342; -webkit-box-shadow: 1px 1px 3px 2px #475342; box-shadow: 1px 1px 3px 2px #475342; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475342; -webkit-box-shadow: 1px 1px 3px 2px #475342; box-shadow:1px 1px 3px 2px #475342;">
Div content here</div>
Dieser Text ist in der Farbe #475342 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475342 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475342.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475342.