HEX: #49684C
RGB: (73,104,76)
#49684C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #49684C ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #49684C wird in RGB als (73,104,76) definiert.
RGB: (73,104,76) (29%,41%,30%)
R 73 von 255 = 29%
G 104 von 255 = 41%
B 76 von 255 = 30%
R + G + B ~ 33%. #49684C ziemlich dunkle Farbe.
R + G + B =
73 + 104 + 76 = 253 (100%)
R 73 von 253 ~ 28.85%
G 104 von 253 ~ 41.11%
B 76 von 253 ~ 30.04%
Die Farbe #49684C wird in CMYK als (30,0,27,59) definiert.
CMYK: (30,0,27,59) C30M0Y27K59 (30%,0%,27%,59%) (0.30/0.00/0.27/0.59)
49 | 68 | 4C | |
---|---|---|---|
RGB | 73 | 104 | 76 |
HSL | 126° | 17.51% | 34.71% |
HSB/HSV | 126° | 29.81% | 40.78% |
CMYK | 29.81% | 0.00% | 26.92% |
59.22% |
Hexadezimal | 49 | 68 | 4C |
Dezimal | 73 | 104 | 76 |
Binär | 1001001 | 1101000 | 1001100 |
Oktal | 111 | 150 | 114 |
Beispiele css- und html für Elemente in der Farbe #49684C. Bitte benutzen Sie auch rgb(73,104,76) statt hex-Code.
.myTextColor { color: #49684C; }
<p style="color:#49684C">This sample text font color is #49684C.</p>
Die Farbe dieses Textes ist #49684C.
.myBgColor { background-color: #49684C; }
<div style="background-color:#49684C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49684C.
.myBorderColor { border: 1px solid #49684C; }
<div style="border:3px solid #49684C">Div</div>
Die Grenzen von diesem div sind in Farbe #49684C.
.myOpacity80 { color: #49684C; opacity: 0.8; }
<p style="color:#49684C;opacity:0.8;">80%</p>
Text in Farbe #49684C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49684C;}
<p style="text-shadow: 3px 3px 1px #49684C">Text here.</p>
Dieser Text hat den Schatten in Farbe #49684C.
.textShadow {text-shadow: 3px 3px 1px #49684C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49684C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49684C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49684C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49684C, Direction=45, Strength=4)">Text</p>
This text has shadow with #49684C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49684C; -webkit-box-shadow: 1px 1px 3px 2px #49684C; box-shadow: 1px 1px 3px 2px #49684C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49684C; -webkit-box-shadow: 1px 1px 3px 2px #49684C; box-shadow:1px 1px 3px 2px #49684C;">
Div content here</div>
Dieser Text ist in der Farbe #49684C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49684C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49684C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49684C.