HEX: #6B7344
RGB: (107,115,68)
#6B7344 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B7344 ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #6B7344 wird in RGB als (107,115,68) definiert.
RGB: (107,115,68) (42%,45%,27%)
R 107 von 255 = 42%
G 115 von 255 = 45%
B 68 von 255 = 27%
R + G + B ~ 38%. #6B7344 ziemlich dunkle Farbe.
R + G + B =
107 + 115 + 68 = 290 (100%)
R 107 von 290 ~ 36.9%
G 115 von 290 ~ 39.66%
B 68 von 290 ~ 23.45%
Die Farbe #6B7344 wird in CMYK als (7,0,41,55) definiert.
CMYK: (7,0,41,55) C7M0Y41K55 (7%,0%,41%,55%) (0.07/0.00/0.41/0.55)
6B | 73 | 44 | |
---|---|---|---|
RGB | 107 | 115 | 68 |
HSL | 70° | 25.68% | 35.88% |
HSB/HSV | 70° | 40.87% | 45.10% |
CMYK | 6.96% | 0.00% | 40.87% |
54.90% |
Hexadezimal | 6B | 73 | 44 |
Dezimal | 107 | 115 | 68 |
Binär | 1101011 | 1110011 | 1000100 |
Oktal | 153 | 163 | 104 |
Beispiele css- und html für Elemente in der Farbe #6B7344. Bitte benutzen Sie auch rgb(107,115,68) statt hex-Code.
.myTextColor { color: #6B7344; }
<p style="color:#6B7344">This sample text font color is #6B7344.</p>
Die Farbe dieses Textes ist #6B7344.
.myBgColor { background-color: #6B7344; }
<div style="background-color:#6B7344">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B7344.
.myBorderColor { border: 1px solid #6B7344; }
<div style="border:3px solid #6B7344">Div</div>
Die Grenzen von diesem div sind in Farbe #6B7344.
.myOpacity80 { color: #6B7344; opacity: 0.8; }
<p style="color:#6B7344;opacity:0.8;">80%</p>
Text in Farbe #6B7344 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B7344;}
<p style="text-shadow: 3px 3px 1px #6B7344">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B7344.
.textShadow {text-shadow: 3px 3px 1px #6B7344, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B7344, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B7344 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B7344, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B7344, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B7344 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B7344; -webkit-box-shadow: 1px 1px 3px 2px #6B7344; box-shadow: 1px 1px 3px 2px #6B7344; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B7344; -webkit-box-shadow: 1px 1px 3px 2px #6B7344; box-shadow:1px 1px 3px 2px #6B7344;">
Div content here</div>
Dieser Text ist in der Farbe #6B7344 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B7344 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B7344.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B7344.