HEX: #84994C
RGB: (132,153,76)
#84994C enthält hauptsächlich rote und grüne Farbe. Für #84994C ist eine «websichere» Webfarbe #999933 (oder kurz #993).
Die Farbe #84994C wird in RGB als (132,153,76) definiert.
RGB: (132,153,76)
(52%, 60%, 30%)
R 132 von 255 = 52%
G 153 von 255 = 60%
B 76 von 255 = 30%
R + G + B ~ 47%. #84994C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 153 + 76 = 361 (100%)
R 132 von 361 ~ 36.57%
G 153 von 361 ~ 42.38%
B 76 von 361 ~ 21.05'%
Die Farbe #84994C wird in CMYK als (14,0,50,40) definiert.
CMYK: (14,0,50,40)
C14M0Y50K40 (14%, 0%, 50%, 40%)
(0.14 / 0.00 / 0.50 / 0.40)
Farbe #84994C in den populären Farbmodellen.
84 | 99 | 4C | |
---|---|---|---|
RGB | 132 | 153 | 76 |
HSL | 76° | 33.62% | 44.90% |
HSB/HSV | 76° | 50.33% | 60.00% |
CMYK | 13.73% | 0.00% | 50.33% |
40.00% |
Die Farbe #84994C in den populären Zahlensystemen.
Hexadezimal | 84 | 99 | 4C |
Dezimal | 132 | 153 | 76 |
Binär | 10000100 | 10011001 | 1001100 |
Oktal | 204 | 231 | 114 |
Dunkle Töne der Farbe #84994C
Helle Töne der Farbe #84994C
Beispiele css- und html für Elemente in der Farbe #84994C. Bitte benutzen Sie auch rgb(132,153,76) statt hex-Code.
.myTextColor { color: #84994C; }
<p style="color:#84994C">This sample text font color is #84994C.</p>
Die Farbe dieses Textes ist #84994C.
.myBgColor { background-color: #84994C; }
<div style="background-color:#84994C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84994C.
.myBorderColor { border: 1px solid #84994C; }
<div style="border:3px solid #84994C">Div</div>
Die Grenzen von diesem div sind in Farbe #84994C.
.myOpacity80 { color: #84994C; opacity: 0.8; }
<p style="color:#84994C;opacity:0.8;">80%</p>
Text in Farbe #84994C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84994C;}
<p style="text-shadow: 3px 3px 1px #84994C">Text here.</p>
Dieser Text hat den Schatten in Farbe #84994C.
.textShadow {text-shadow: 3px 3px 1px #84994C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84994C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84994C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84994C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84994C, Direction=45, Strength=4)">Text</p>
This text has shadow with #84994C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84994C;
-webkit-box-shadow: 1px 1px 3px 2px #84994C;
box-shadow: 1px 1px 3px 2px #84994C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84994C; -webkit-box-shadow: 1px 1px 3px 2px #84994C; box-shadow:1px 1px 3px 2px #84994C;">
Div content here
</div>
Dieser Text ist in der Farbe #84994C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84994C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84994C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84994C.
Kontrastfarbe für #hex ist #7B66B3.