HEX: #6C736D
RGB: (108,115,109)
#6C736D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C736D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6C736D wird in RGB als (108,115,109) definiert.
RGB: (108,115,109) (42%,45%,43%)
R 108 von 255 = 42%
G 115 von 255 = 45%
B 109 von 255 = 43%
R + G + B ~ 43%. #6C736D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 115 + 109 = 332 (100%)
R 108 von 332 ~ 32.53%
G 115 von 332 ~ 34.64%
B 109 von 332 ~ 32.83%
Die Farbe #6C736D wird in CMYK als (6,0,5,55) definiert.
CMYK: (6,0,5,55) C6M0Y5K55 (6%,0%,5%,55%) (0.06/0.00/0.05/0.55)
6C | 73 | 6D | |
---|---|---|---|
RGB | 108 | 115 | 109 |
HSL | 129° | 3.14% | 43.73% |
HSB/HSV | 129° | 6.09% | 45.10% |
CMYK | 6.09% | 0.00% | 5.22% |
54.90% |
Hexadezimal | 6C | 73 | 6D |
Dezimal | 108 | 115 | 109 |
Binär | 1101100 | 1110011 | 1101101 |
Oktal | 154 | 163 | 155 |
Beispiele css- und html für Elemente in der Farbe #6C736D. Bitte benutzen Sie auch rgb(108,115,109) statt hex-Code.
.myTextColor { color: #6C736D; }
<p style="color:#6C736D">This sample text font color is #6C736D.</p>
Die Farbe dieses Textes ist #6C736D.
.myBgColor { background-color: #6C736D; }
<div style="background-color:#6C736D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C736D.
.myBorderColor { border: 1px solid #6C736D; }
<div style="border:3px solid #6C736D">Div</div>
Die Grenzen von diesem div sind in Farbe #6C736D.
.myOpacity80 { color: #6C736D; opacity: 0.8; }
<p style="color:#6C736D;opacity:0.8;">80%</p>
Text in Farbe #6C736D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C736D;}
<p style="text-shadow: 3px 3px 1px #6C736D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C736D.
.textShadow {text-shadow: 3px 3px 1px #6C736D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C736D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C736D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C736D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C736D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C736D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C736D; -webkit-box-shadow: 1px 1px 3px 2px #6C736D; box-shadow: 1px 1px 3px 2px #6C736D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C736D; -webkit-box-shadow: 1px 1px 3px 2px #6C736D; box-shadow:1px 1px 3px 2px #6C736D;">
Div content here</div>
Dieser Text ist in der Farbe #6C736D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C736D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C736D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C736D.