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