HEX: #6B7073
RGB: (107,112,115)
#6B7073 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B7073 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #6B7073 wird in RGB als (107,112,115) definiert.
RGB: (107,112,115)
(42%, 44%, 45%)
R 107 von 255 = 42%
G 112 von 255 = 44%
B 115 von 255 = 45%
R + G + B ~ 44%. #6B7073 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 112 + 115 = 334 (100%)
R 107 von 334 ~ 32.04%
G 112 von 334 ~ 33.53%
B 115 von 334 ~ 34.43'%
Die Farbe #6B7073 wird in CMYK als (7,3,0,55) definiert.
CMYK: (7,3,0,55)
C7M3Y0K55 (7%, 3%, 0%, 55%)
(0.07 / 0.03 / 0.00 / 0.55)
Farbe #6B7073 in den populären Farbmodellen.
6B | 70 | 73 | |
---|---|---|---|
RGB | 107 | 112 | 115 |
HSL | 203° | 3.60% | 43.53% |
HSB/HSV | 203° | 6.96% | 45.10% |
CMYK | 6.96% | 2.61% | 0.00% |
54.90% |
Die Farbe #6B7073 in den populären Zahlensystemen.
Hexadezimal | 6B | 70 | 73 |
Dezimal | 107 | 112 | 115 |
Binär | 1101011 | 1110000 | 1110011 |
Oktal | 153 | 160 | 163 |
Dunkle Töne der Farbe #6B7073
Helle Töne der Farbe #6B7073
Beispiele css- und html für Elemente in der Farbe #6B7073. Bitte benutzen Sie auch rgb(107,112,115) statt hex-Code.
.myTextColor { color: #6B7073; }
<p style="color:#6B7073">This sample text font color is #6B7073.</p>
Die Farbe dieses Textes ist #6B7073.
.myBgColor { background-color: #6B7073; }
<div style="background-color:#6B7073">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B7073.
.myBorderColor { border: 1px solid #6B7073; }
<div style="border:3px solid #6B7073">Div</div>
Die Grenzen von diesem div sind in Farbe #6B7073.
.myOpacity80 { color: #6B7073; opacity: 0.8; }
<p style="color:#6B7073;opacity:0.8;">80%</p>
Text in Farbe #6B7073 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B7073;}
<p style="text-shadow: 3px 3px 1px #6B7073">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B7073.
.textShadow {text-shadow: 3px 3px 1px #6B7073', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B7073, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B7073 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B7073, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B7073, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B7073 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B7073;
-webkit-box-shadow: 1px 1px 3px 2px #6B7073;
box-shadow: 1px 1px 3px 2px #6B7073;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B7073; -webkit-box-shadow: 1px 1px 3px 2px #6B7073; box-shadow:1px 1px 3px 2px #6B7073;">
Div content here
</div>
Dieser Text ist in der Farbe #6B7073 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B7073 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B7073.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B7073.
Kontrastfarbe für #hex ist #948F8C.