HEX: #6E8273
RGB: (110,130,115)
#6E8273 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6E8273 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6E8273 wird in RGB als (110,130,115) definiert.
RGB: (110,130,115) (43%,51%,45%)
R 110 von 255 = 43%
G 130 von 255 = 51%
B 115 von 255 = 45%
R + G + B ~ 46%. #6E8273 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
110 + 130 + 115 = 355 (100%)
R 110 von 355 ~ 30.99%
G 130 von 355 ~ 36.62%
B 115 von 355 ~ 32.39%
Die Farbe #6E8273 wird in CMYK als (15,0,12,49) definiert.
CMYK: (15,0,12,49) C15M0Y12K49 (15%,0%,12%,49%) (0.15/0.00/0.12/0.49)
6E | 82 | 73 | |
---|---|---|---|
RGB | 110 | 130 | 115 |
HSL | 135° | 8.33% | 47.06% |
HSB/HSV | 135° | 15.38% | 50.98% |
CMYK | 15.38% | 0.00% | 11.54% |
49.02% |
Hexadezimal | 6E | 82 | 73 |
Dezimal | 110 | 130 | 115 |
Binär | 1101110 | 10000010 | 1110011 |
Oktal | 156 | 202 | 163 |
Beispiele css- und html für Elemente in der Farbe #6E8273. Bitte benutzen Sie auch rgb(110,130,115) statt hex-Code.
.myTextColor { color: #6E8273; }
<p style="color:#6E8273">This sample text font color is #6E8273.</p>
Die Farbe dieses Textes ist #6E8273.
.myBgColor { background-color: #6E8273; }
<div style="background-color:#6E8273">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6E8273.
.myBorderColor { border: 1px solid #6E8273; }
<div style="border:3px solid #6E8273">Div</div>
Die Grenzen von diesem div sind in Farbe #6E8273.
.myOpacity80 { color: #6E8273; opacity: 0.8; }
<p style="color:#6E8273;opacity:0.8;">80%</p>
Text in Farbe #6E8273 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E8273;}
<p style="text-shadow: 3px 3px 1px #6E8273">Text here.</p>
Dieser Text hat den Schatten in Farbe #6E8273.
.textShadow {text-shadow: 3px 3px 1px #6E8273, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E8273, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6E8273 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E8273, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E8273, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E8273 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E8273; -webkit-box-shadow: 1px 1px 3px 2px #6E8273; box-shadow: 1px 1px 3px 2px #6E8273; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E8273; -webkit-box-shadow: 1px 1px 3px 2px #6E8273; box-shadow:1px 1px 3px 2px #6E8273;">
Div content here</div>
Dieser Text ist in der Farbe #6E8273 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6E8273 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6E8273.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6E8273.