HEX: #49747B
RGB: (73,116,123)
#49747B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #49747B ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #49747B wird in RGB als (73,116,123) definiert.
RGB: (73,116,123)
(29%, 45%, 48%)
R 73 von 255 = 29%
G 116 von 255 = 45%
B 123 von 255 = 48%
R + G + B ~ 41%. #49747B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 73 + 116 + 123 = 312 (100%)
R 73 von 312 ~ 23.4%
G 116 von 312 ~ 37.18%
B 123 von 312 ~ 39.42'%
Die Farbe #49747B wird in CMYK als (41,6,0,52) definiert.
CMYK: (41,6,0,52)
C41M6Y0K52 (41%, 6%, 0%, 52%)
(0.41 / 0.06 / 0.00 / 0.52)
Farbe #49747B in den populären Farbmodellen.
49 | 74 | 7B | |
---|---|---|---|
RGB | 73 | 116 | 123 |
HSL | 188° | 25.51% | 38.43% |
HSB/HSV | 188° | 40.65% | 48.24% |
CMYK | 40.65% | 5.69% | 0.00% |
51.76% |
Die Farbe #49747B in den populären Zahlensystemen.
Hexadezimal | 49 | 74 | 7B |
Dezimal | 73 | 116 | 123 |
Binär | 1001001 | 1110100 | 1111011 |
Oktal | 111 | 164 | 173 |
Dunkle Töne der Farbe #49747B
Helle Töne der Farbe #49747B
Beispiele css- und html für Elemente in der Farbe #49747B. Bitte benutzen Sie auch rgb(73,116,123) statt hex-Code.
.myTextColor { color: #49747B; }
<p style="color:#49747B">This sample text font color is #49747B.</p>
Die Farbe dieses Textes ist #49747B.
.myBgColor { background-color: #49747B; }
<div style="background-color:#49747B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49747B.
.myBorderColor { border: 1px solid #49747B; }
<div style="border:3px solid #49747B">Div</div>
Die Grenzen von diesem div sind in Farbe #49747B.
.myOpacity80 { color: #49747B; opacity: 0.8; }
<p style="color:#49747B;opacity:0.8;">80%</p>
Text in Farbe #49747B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49747B;}
<p style="text-shadow: 3px 3px 1px #49747B">Text here.</p>
Dieser Text hat den Schatten in Farbe #49747B.
.textShadow {text-shadow: 3px 3px 1px #49747B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49747B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49747B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49747B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49747B, Direction=45, Strength=4)">Text</p>
This text has shadow with #49747B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49747B;
-webkit-box-shadow: 1px 1px 3px 2px #49747B;
box-shadow: 1px 1px 3px 2px #49747B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49747B; -webkit-box-shadow: 1px 1px 3px 2px #49747B; box-shadow:1px 1px 3px 2px #49747B;">
Div content here
</div>
Dieser Text ist in der Farbe #49747B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49747B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49747B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49747B.
Kontrastfarbe für #hex ist #B68B84.