HEX: #336688
RGB: (51,102,136)
#336688 enthält hauptsächlich grüne und blaue Farbe. Für #336688 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #336688 wird in RGB als (51,102,136) definiert.
RGB: (51,102,136) (20%,40%,53%)
R 51 von 255 = 20%
G 102 von 255 = 40%
B 136 von 255 = 53%
R + G + B ~ 38%. #336688 ziemlich dunkle Farbe.
R + G + B =
51 + 102 + 136 = 289 (100%)
R 51 von 289 ~ 17.65%
G 102 von 289 ~ 35.29%
B 136 von 289 ~ 47.06%
Die Farbe #336688 wird in CMYK als (63,25,0,47) definiert.
CMYK: (63,25,0,47) C63M25Y0K47 (63%,25%,0%,47%) (0.63/0.25/0.00/0.47)
33 | 66 | 88 | |
---|---|---|---|
RGB | 51 | 102 | 136 |
HSL | 204° | 45.45% | 36.67% |
HSB/HSV | 204° | 62.50% | 53.33% |
CMYK | 62.50% | 25.00% | 0.00% |
46.67% |
Hexadezimal | 33 | 66 | 88 |
Dezimal | 51 | 102 | 136 |
Binär | 110011 | 1100110 | 10001000 |
Oktal | 63 | 146 | 210 |
Beispiele css- und html für Elemente in der Farbe #336688. Bitte benutzen Sie auch rgb(51,102,136) statt hex-Code.
.myTextColor { color: #336688; }
<p style="color:#336688">This sample text font color is #336688.</p>
Die Farbe dieses Textes ist #336688.
.myBgColor { background-color: #336688; }
<div style="background-color:#336688">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #336688.
.myBorderColor { border: 1px solid #336688; }
<div style="border:3px solid #336688">Div</div>
Die Grenzen von diesem div sind in Farbe #336688.
.myOpacity80 { color: #336688; opacity: 0.8; }
<p style="color:#336688;opacity:0.8;">80%</p>
Text in Farbe #336688 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #336688;}
<p style="text-shadow: 3px 3px 1px #336688">Text here.</p>
Dieser Text hat den Schatten in Farbe #336688.
.textShadow {text-shadow: 3px 3px 1px #336688, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #336688, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #336688 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#336688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#336688, Direction=45, Strength=4)">Text</p>
This text has shadow with #336688 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #336688; -webkit-box-shadow: 1px 1px 3px 2px #336688; box-shadow: 1px 1px 3px 2px #336688; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #336688; -webkit-box-shadow: 1px 1px 3px 2px #336688; box-shadow:1px 1px 3px 2px #336688;">
Div content here</div>
Dieser Text ist in der Farbe #336688 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #336688 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #336688.
Dieser Text ist weiß auf dem Hintergrund in Farbe #336688.