HEX: #49714E
RGB: (73,113,78)
#49714E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #49714E ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #49714E wird in RGB als (73,113,78) definiert.
RGB: (73,113,78)
(29%, 44%, 31%)
R 73 von 255 = 29%
G 113 von 255 = 44%
B 78 von 255 = 31%
R + G + B ~ 35%. #49714E ziemlich dunkle Farbe.
R + G + B = 73 + 113 + 78 = 264 (100%)
R 73 von 264 ~ 27.65%
G 113 von 264 ~ 42.8%
B 78 von 264 ~ 29.55'%
Die Farbe #49714E wird in CMYK als (35,0,31,56) definiert.
CMYK: (35,0,31,56)
C35M0Y31K56 (35%, 0%, 31%, 56%)
(0.35 / 0.00 / 0.31 / 0.56)
Farbe #49714E in den populären Farbmodellen.
49 | 71 | 4E | |
---|---|---|---|
RGB | 73 | 113 | 78 |
HSL | 128° | 21.51% | 36.47% |
HSB/HSV | 128° | 35.40% | 44.31% |
CMYK | 35.40% | 0.00% | 30.97% |
55.69% |
Die Farbe #49714E in den populären Zahlensystemen.
Hexadezimal | 49 | 71 | 4E |
Dezimal | 73 | 113 | 78 |
Binär | 1001001 | 1110001 | 1001110 |
Oktal | 111 | 161 | 116 |
Dunkle Töne der Farbe #49714E
Helle Töne der Farbe #49714E
Beispiele css- und html für Elemente in der Farbe #49714E. Bitte benutzen Sie auch rgb(73,113,78) statt hex-Code.
.myTextColor { color: #49714E; }
<p style="color:#49714E">This sample text font color is #49714E.</p>
Die Farbe dieses Textes ist #49714E.
.myBgColor { background-color: #49714E; }
<div style="background-color:#49714E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49714E.
.myBorderColor { border: 1px solid #49714E; }
<div style="border:3px solid #49714E">Div</div>
Die Grenzen von diesem div sind in Farbe #49714E.
.myOpacity80 { color: #49714E; opacity: 0.8; }
<p style="color:#49714E;opacity:0.8;">80%</p>
Text in Farbe #49714E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49714E;}
<p style="text-shadow: 3px 3px 1px #49714E">Text here.</p>
Dieser Text hat den Schatten in Farbe #49714E.
.textShadow {text-shadow: 3px 3px 1px #49714E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49714E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49714E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49714E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49714E, Direction=45, Strength=4)">Text</p>
This text has shadow with #49714E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49714E;
-webkit-box-shadow: 1px 1px 3px 2px #49714E;
box-shadow: 1px 1px 3px 2px #49714E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49714E; -webkit-box-shadow: 1px 1px 3px 2px #49714E; box-shadow:1px 1px 3px 2px #49714E;">
Div content here
</div>
Dieser Text ist in der Farbe #49714E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49714E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49714E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49714E.
Kontrastfarbe für #hex ist #B68EB1.