HEX: #6C475E
RGB: (108,71,94)
#6C475E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C475E ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #6C475E wird in RGB als (108,71,94) definiert.
RGB: (108,71,94) (42%,28%,37%)
R 108 von 255 = 42%
G 71 von 255 = 28%
B 94 von 255 = 37%
R + G + B ~ 36%. #6C475E ziemlich dunkle Farbe.
R + G + B =
108 + 71 + 94 = 273 (100%)
R 108 von 273 ~ 39.56%
G 71 von 273 ~ 26.01%
B 94 von 273 ~ 34.43%
Die Farbe #6C475E wird in CMYK als (0,34,13,58) definiert.
CMYK: (0,34,13,58) C0M34Y13K58 (0%,34%,13%,58%) (0.00/0.34/0.13/0.58)
6C | 47 | 5E | |
---|---|---|---|
RGB | 108 | 71 | 94 |
HSL | 323° | 20.67% | 35.10% |
HSB/HSV | 323° | 34.26% | 42.35% |
CMYK | 0.00% | 34.26% | 12.96% |
57.65% |
Hexadezimal | 6C | 47 | 5E |
Dezimal | 108 | 71 | 94 |
Binär | 1101100 | 1000111 | 1011110 |
Oktal | 154 | 107 | 136 |
Beispiele css- und html für Elemente in der Farbe #6C475E. Bitte benutzen Sie auch rgb(108,71,94) statt hex-Code.
.myTextColor { color: #6C475E; }
<p style="color:#6C475E">This sample text font color is #6C475E.</p>
Die Farbe dieses Textes ist #6C475E.
.myBgColor { background-color: #6C475E; }
<div style="background-color:#6C475E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C475E.
.myBorderColor { border: 1px solid #6C475E; }
<div style="border:3px solid #6C475E">Div</div>
Die Grenzen von diesem div sind in Farbe #6C475E.
.myOpacity80 { color: #6C475E; opacity: 0.8; }
<p style="color:#6C475E;opacity:0.8;">80%</p>
Text in Farbe #6C475E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C475E;}
<p style="text-shadow: 3px 3px 1px #6C475E">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C475E.
.textShadow {text-shadow: 3px 3px 1px #6C475E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C475E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C475E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C475E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C475E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C475E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C475E; -webkit-box-shadow: 1px 1px 3px 2px #6C475E; box-shadow: 1px 1px 3px 2px #6C475E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C475E; -webkit-box-shadow: 1px 1px 3px 2px #6C475E; box-shadow:1px 1px 3px 2px #6C475E;">
Div content here</div>
Dieser Text ist in der Farbe #6C475E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C475E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C475E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C475E.