HEX: #326B79
RGB: (50,107,121)
#326B79 enthält hauptsächlich grüne und blaue Farbe. Für #326B79 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #326B79 wird in RGB als (50,107,121) definiert.
RGB: (50,107,121) (20%,42%,47%)
R 50 von 255 = 20%
G 107 von 255 = 42%
B 121 von 255 = 47%
R + G + B ~ 36%. #326B79 ziemlich dunkle Farbe.
R + G + B =
50 + 107 + 121 = 278 (100%)
R 50 von 278 ~ 17.99%
G 107 von 278 ~ 38.49%
B 121 von 278 ~ 43.53%
Die Farbe #326B79 wird in CMYK als (59,12,0,53) definiert.
CMYK: (59,12,0,53) C59M12Y0K53 (59%,12%,0%,53%) (0.59/0.12/0.00/0.53)
32 | 6B | 79 | |
---|---|---|---|
RGB | 50 | 107 | 121 |
HSL | 192° | 41.52% | 33.53% |
HSB/HSV | 192° | 58.68% | 47.45% |
CMYK | 58.68% | 11.57% | 0.00% |
52.55% |
Hexadezimal | 32 | 6B | 79 |
Dezimal | 50 | 107 | 121 |
Binär | 110010 | 1101011 | 1111001 |
Oktal | 62 | 153 | 171 |
Beispiele css- und html für Elemente in der Farbe #326B79. Bitte benutzen Sie auch rgb(50,107,121) statt hex-Code.
.myTextColor { color: #326B79; }
<p style="color:#326B79">This sample text font color is #326B79.</p>
Die Farbe dieses Textes ist #326B79.
.myBgColor { background-color: #326B79; }
<div style="background-color:#326B79">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #326B79.
.myBorderColor { border: 1px solid #326B79; }
<div style="border:3px solid #326B79">Div</div>
Die Grenzen von diesem div sind in Farbe #326B79.
.myOpacity80 { color: #326B79; opacity: 0.8; }
<p style="color:#326B79;opacity:0.8;">80%</p>
Text in Farbe #326B79 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #326B79;}
<p style="text-shadow: 3px 3px 1px #326B79">Text here.</p>
Dieser Text hat den Schatten in Farbe #326B79.
.textShadow {text-shadow: 3px 3px 1px #326B79, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #326B79, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #326B79 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#326B79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#326B79, Direction=45, Strength=4)">Text</p>
This text has shadow with #326B79 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #326B79; -webkit-box-shadow: 1px 1px 3px 2px #326B79; box-shadow: 1px 1px 3px 2px #326B79; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #326B79; -webkit-box-shadow: 1px 1px 3px 2px #326B79; box-shadow:1px 1px 3px 2px #326B79;">
Div content here</div>
Dieser Text ist in der Farbe #326B79 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #326B79 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #326B79.
Dieser Text ist weiß auf dem Hintergrund in Farbe #326B79.