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