HEX: #497366
RGB: (73,115,102)
#497366 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #497366 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #497366 wird in RGB als (73,115,102) definiert.
RGB: (73,115,102) (29%,45%,40%)
R 73 von 255 = 29%
G 115 von 255 = 45%
B 102 von 255 = 40%
R + G + B ~ 38%. #497366 ziemlich dunkle Farbe.
R + G + B =
73 + 115 + 102 = 290 (100%)
R 73 von 290 ~ 25.17%
G 115 von 290 ~ 39.66%
B 102 von 290 ~ 35.17%
Die Farbe #497366 wird in CMYK als (37,0,11,55) definiert.
CMYK: (37,0,11,55) C37M0Y11K55 (37%,0%,11%,55%) (0.37/0.00/0.11/0.55)
49 | 73 | 66 | |
---|---|---|---|
RGB | 73 | 115 | 102 |
HSL | 161° | 22.34% | 36.86% |
HSB/HSV | 161° | 36.52% | 45.10% |
CMYK | 36.52% | 0.00% | 11.30% |
54.90% |
Hexadezimal | 49 | 73 | 66 |
Dezimal | 73 | 115 | 102 |
Binär | 1001001 | 1110011 | 1100110 |
Oktal | 111 | 163 | 146 |
Beispiele css- und html für Elemente in der Farbe #497366. Bitte benutzen Sie auch rgb(73,115,102) statt hex-Code.
.myTextColor { color: #497366; }
<p style="color:#497366">This sample text font color is #497366.</p>
Die Farbe dieses Textes ist #497366.
.myBgColor { background-color: #497366; }
<div style="background-color:#497366">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #497366.
.myBorderColor { border: 1px solid #497366; }
<div style="border:3px solid #497366">Div</div>
Die Grenzen von diesem div sind in Farbe #497366.
.myOpacity80 { color: #497366; opacity: 0.8; }
<p style="color:#497366;opacity:0.8;">80%</p>
Text in Farbe #497366 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497366;}
<p style="text-shadow: 3px 3px 1px #497366">Text here.</p>
Dieser Text hat den Schatten in Farbe #497366.
.textShadow {text-shadow: 3px 3px 1px #497366, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497366, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #497366 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497366, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497366, Direction=45, Strength=4)">Text</p>
This text has shadow with #497366 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497366; -webkit-box-shadow: 1px 1px 3px 2px #497366; box-shadow: 1px 1px 3px 2px #497366; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497366; -webkit-box-shadow: 1px 1px 3px 2px #497366; box-shadow:1px 1px 3px 2px #497366;">
Div content here</div>
Dieser Text ist in der Farbe #497366 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #497366 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #497366.
Dieser Text ist weiß auf dem Hintergrund in Farbe #497366.