HEX: #334C55
RGB: (51,76,85)
#334C55 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #334C55 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #334C55 wird in RGB als (51,76,85) definiert.
RGB: (51,76,85) (20%,30%,33%)
R 51 von 255 = 20%
G 76 von 255 = 30%
B 85 von 255 = 33%
R + G + B ~ 28%. #334C55 ziemlich dunkle Farbe.
R + G + B =
51 + 76 + 85 = 212 (100%)
R 51 von 212 ~ 24.06%
G 76 von 212 ~ 35.85%
B 85 von 212 ~ 40.09%
Die Farbe #334C55 wird in CMYK als (40,11,0,67) definiert.
CMYK: (40,11,0,67) C40M11Y0K67 (40%,11%,0%,67%) (0.40/0.11/0.00/0.67)
33 | 4C | 55 | |
---|---|---|---|
RGB | 51 | 76 | 85 |
HSL | 196° | 25.00% | 26.67% |
HSB/HSV | 196° | 40.00% | 33.33% |
CMYK | 40.00% | 10.59% | 0.00% |
66.67% |
Hexadezimal | 33 | 4C | 55 |
Dezimal | 51 | 76 | 85 |
Binär | 110011 | 1001100 | 1010101 |
Oktal | 63 | 114 | 125 |
Beispiele css- und html für Elemente in der Farbe #334C55. Bitte benutzen Sie auch rgb(51,76,85) statt hex-Code.
.myTextColor { color: #334C55; }
<p style="color:#334C55">This sample text font color is #334C55.</p>
Die Farbe dieses Textes ist #334C55.
.myBgColor { background-color: #334C55; }
<div style="background-color:#334C55">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #334C55.
.myBorderColor { border: 1px solid #334C55; }
<div style="border:3px solid #334C55">Div</div>
Die Grenzen von diesem div sind in Farbe #334C55.
.myOpacity80 { color: #334C55; opacity: 0.8; }
<p style="color:#334C55;opacity:0.8;">80%</p>
Text in Farbe #334C55 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #334C55;}
<p style="text-shadow: 3px 3px 1px #334C55">Text here.</p>
Dieser Text hat den Schatten in Farbe #334C55.
.textShadow {text-shadow: 3px 3px 1px #334C55, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #334C55, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #334C55 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#334C55, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#334C55, Direction=45, Strength=4)">Text</p>
This text has shadow with #334C55 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #334C55; -webkit-box-shadow: 1px 1px 3px 2px #334C55; box-shadow: 1px 1px 3px 2px #334C55; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #334C55; -webkit-box-shadow: 1px 1px 3px 2px #334C55; box-shadow:1px 1px 3px 2px #334C55;">
Div content here</div>
Dieser Text ist in der Farbe #334C55 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #334C55 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #334C55.
Dieser Text ist weiß auf dem Hintergrund in Farbe #334C55.