HEX: #49A99D
RGB: (73,169,157)
#49A99D enthält hauptsächlich grüne und blaue Farbe. Für #49A99D ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #49A99D wird in RGB als (73,169,157) definiert.
RGB: (73,169,157) (29%,66%,62%)
R 73 von 255 = 29%
G 169 von 255 = 66%
B 157 von 255 = 62%
R + G + B ~ 52%. #49A99D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 169 + 157 = 399 (100%)
R 73 von 399 ~ 18.3%
G 169 von 399 ~ 42.36%
B 157 von 399 ~ 39.35%
Die Farbe #49A99D wird in CMYK als (57,0,7,34) definiert.
CMYK: (57,0,7,34) C57M0Y7K34 (57%,0%,7%,34%) (0.57/0.00/0.07/0.34)
49 | A9 | 9D | |
---|---|---|---|
RGB | 73 | 169 | 157 |
HSL | 173° | 39.67% | 47.45% |
HSB/HSV | 173° | 56.80% | 66.27% |
CMYK | 56.80% | 0.00% | 7.10% |
33.73% |
Hexadezimal | 49 | A9 | 9D |
Dezimal | 73 | 169 | 157 |
Binär | 1001001 | 10101001 | 10011101 |
Oktal | 111 | 251 | 235 |
Beispiele css- und html für Elemente in der Farbe #49A99D. Bitte benutzen Sie auch rgb(73,169,157) statt hex-Code.
.myTextColor { color: #49A99D; }
<p style="color:#49A99D">This sample text font color is #49A99D.</p>
Die Farbe dieses Textes ist #49A99D.
.myBgColor { background-color: #49A99D; }
<div style="background-color:#49A99D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49A99D.
.myBorderColor { border: 1px solid #49A99D; }
<div style="border:3px solid #49A99D">Div</div>
Die Grenzen von diesem div sind in Farbe #49A99D.
.myOpacity80 { color: #49A99D; opacity: 0.8; }
<p style="color:#49A99D;opacity:0.8;">80%</p>
Text in Farbe #49A99D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49A99D;}
<p style="text-shadow: 3px 3px 1px #49A99D">Text here.</p>
Dieser Text hat den Schatten in Farbe #49A99D.
.textShadow {text-shadow: 3px 3px 1px #49A99D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49A99D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49A99D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49A99D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49A99D, Direction=45, Strength=4)">Text</p>
This text has shadow with #49A99D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49A99D; -webkit-box-shadow: 1px 1px 3px 2px #49A99D; box-shadow: 1px 1px 3px 2px #49A99D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49A99D; -webkit-box-shadow: 1px 1px 3px 2px #49A99D; box-shadow:1px 1px 3px 2px #49A99D;">
Div content here</div>
Dieser Text ist in der Farbe #49A99D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49A99D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49A99D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49A99D.