HEX: #337F6A
RGB: (51,127,106)
#337F6A enthält hauptsächlich grüne und blaue Farbe. Für #337F6A ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #337F6A wird in RGB als (51,127,106) definiert.
RGB: (51,127,106) (20%,50%,42%)
R 51 von 255 = 20%
G 127 von 255 = 50%
B 106 von 255 = 42%
R + G + B ~ 37%. #337F6A ziemlich dunkle Farbe.
R + G + B =
51 + 127 + 106 = 284 (100%)
R 51 von 284 ~ 17.96%
G 127 von 284 ~ 44.72%
B 106 von 284 ~ 37.32%
Die Farbe #337F6A wird in CMYK als (60,0,17,50) definiert.
CMYK: (60,0,17,50) C60M0Y17K50 (60%,0%,17%,50%) (0.60/0.00/0.17/0.50)
33 | 7F | 6A | |
---|---|---|---|
RGB | 51 | 127 | 106 |
HSL | 163° | 42.70% | 34.90% |
HSB/HSV | 163° | 59.84% | 49.80% |
CMYK | 59.84% | 0.00% | 16.54% |
50.20% |
Hexadezimal | 33 | 7F | 6A |
Dezimal | 51 | 127 | 106 |
Binär | 110011 | 1111111 | 1101010 |
Oktal | 63 | 177 | 152 |
Beispiele css- und html für Elemente in der Farbe #337F6A. Bitte benutzen Sie auch rgb(51,127,106) statt hex-Code.
.myTextColor { color: #337F6A; }
<p style="color:#337F6A">This sample text font color is #337F6A.</p>
Die Farbe dieses Textes ist #337F6A.
.myBgColor { background-color: #337F6A; }
<div style="background-color:#337F6A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #337F6A.
.myBorderColor { border: 1px solid #337F6A; }
<div style="border:3px solid #337F6A">Div</div>
Die Grenzen von diesem div sind in Farbe #337F6A.
.myOpacity80 { color: #337F6A; opacity: 0.8; }
<p style="color:#337F6A;opacity:0.8;">80%</p>
Text in Farbe #337F6A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #337F6A;}
<p style="text-shadow: 3px 3px 1px #337F6A">Text here.</p>
Dieser Text hat den Schatten in Farbe #337F6A.
.textShadow {text-shadow: 3px 3px 1px #337F6A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #337F6A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #337F6A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#337F6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#337F6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #337F6A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #337F6A; -webkit-box-shadow: 1px 1px 3px 2px #337F6A; box-shadow: 1px 1px 3px 2px #337F6A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #337F6A; -webkit-box-shadow: 1px 1px 3px 2px #337F6A; box-shadow:1px 1px 3px 2px #337F6A;">
Div content here</div>
Dieser Text ist in der Farbe #337F6A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #337F6A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #337F6A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #337F6A.