HEX: #497F4E
RGB: (73,127,78)
#497F4E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #497F4E ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #497F4E wird in RGB als (73,127,78) definiert.
RGB: (73,127,78) (29%,50%,31%)
R 73 von 255 = 29%
G 127 von 255 = 50%
B 78 von 255 = 31%
R + G + B ~ 37%. #497F4E ziemlich dunkle Farbe.
R + G + B =
73 + 127 + 78 = 278 (100%)
R 73 von 278 ~ 26.26%
G 127 von 278 ~ 45.68%
B 78 von 278 ~ 28.06%
Die Farbe #497F4E wird in CMYK als (43,0,39,50) definiert.
CMYK: (43,0,39,50) C43M0Y39K50 (43%,0%,39%,50%) (0.43/0.00/0.39/0.50)
49 | 7F | 4E | |
---|---|---|---|
RGB | 73 | 127 | 78 |
HSL | 126° | 27.00% | 39.22% |
HSB/HSV | 126° | 42.52% | 49.80% |
CMYK | 42.52% | 0.00% | 38.58% |
50.20% |
Hexadezimal | 49 | 7F | 4E |
Dezimal | 73 | 127 | 78 |
Binär | 1001001 | 1111111 | 1001110 |
Oktal | 111 | 177 | 116 |
Beispiele css- und html für Elemente in der Farbe #497F4E. Bitte benutzen Sie auch rgb(73,127,78) statt hex-Code.
.myTextColor { color: #497F4E; }
<p style="color:#497F4E">This sample text font color is #497F4E.</p>
Die Farbe dieses Textes ist #497F4E.
.myBgColor { background-color: #497F4E; }
<div style="background-color:#497F4E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #497F4E.
.myBorderColor { border: 1px solid #497F4E; }
<div style="border:3px solid #497F4E">Div</div>
Die Grenzen von diesem div sind in Farbe #497F4E.
.myOpacity80 { color: #497F4E; opacity: 0.8; }
<p style="color:#497F4E;opacity:0.8;">80%</p>
Text in Farbe #497F4E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497F4E;}
<p style="text-shadow: 3px 3px 1px #497F4E">Text here.</p>
Dieser Text hat den Schatten in Farbe #497F4E.
.textShadow {text-shadow: 3px 3px 1px #497F4E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497F4E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #497F4E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497F4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497F4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #497F4E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497F4E; -webkit-box-shadow: 1px 1px 3px 2px #497F4E; box-shadow: 1px 1px 3px 2px #497F4E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497F4E; -webkit-box-shadow: 1px 1px 3px 2px #497F4E; box-shadow:1px 1px 3px 2px #497F4E;">
Div content here</div>
Dieser Text ist in der Farbe #497F4E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #497F4E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #497F4E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #497F4E.