HEX: #6B726F
RGB: (107,114,111)
#6B726F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B726F ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6B726F wird in RGB als (107,114,111) definiert.
RGB: (107,114,111) (42%,45%,44%)
R 107 von 255 = 42%
G 114 von 255 = 45%
B 111 von 255 = 44%
R + G + B ~ 44%. #6B726F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
107 + 114 + 111 = 332 (100%)
R 107 von 332 ~ 32.23%
G 114 von 332 ~ 34.34%
B 111 von 332 ~ 33.43%
Die Farbe #6B726F wird in CMYK als (6,0,3,55) definiert.
CMYK: (6,0,3,55) C6M0Y3K55 (6%,0%,3%,55%) (0.06/0.00/0.03/0.55)
6B | 72 | 6F | |
---|---|---|---|
RGB | 107 | 114 | 111 |
HSL | 154° | 3.17% | 43.33% |
HSB/HSV | 154° | 6.14% | 44.71% |
CMYK | 6.14% | 0.00% | 2.63% |
55.29% |
Hexadezimal | 6B | 72 | 6F |
Dezimal | 107 | 114 | 111 |
Binär | 1101011 | 1110010 | 1101111 |
Oktal | 153 | 162 | 157 |
Beispiele css- und html für Elemente in der Farbe #6B726F. Bitte benutzen Sie auch rgb(107,114,111) statt hex-Code.
.myTextColor { color: #6B726F; }
<p style="color:#6B726F">This sample text font color is #6B726F.</p>
Die Farbe dieses Textes ist #6B726F.
.myBgColor { background-color: #6B726F; }
<div style="background-color:#6B726F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B726F.
.myBorderColor { border: 1px solid #6B726F; }
<div style="border:3px solid #6B726F">Div</div>
Die Grenzen von diesem div sind in Farbe #6B726F.
.myOpacity80 { color: #6B726F; opacity: 0.8; }
<p style="color:#6B726F;opacity:0.8;">80%</p>
Text in Farbe #6B726F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B726F;}
<p style="text-shadow: 3px 3px 1px #6B726F">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B726F.
.textShadow {text-shadow: 3px 3px 1px #6B726F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B726F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B726F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B726F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B726F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B726F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B726F; -webkit-box-shadow: 1px 1px 3px 2px #6B726F; box-shadow: 1px 1px 3px 2px #6B726F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B726F; -webkit-box-shadow: 1px 1px 3px 2px #6B726F; box-shadow:1px 1px 3px 2px #6B726F;">
Div content here</div>
Dieser Text ist in der Farbe #6B726F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B726F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B726F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B726F.