HEX: #84986D
RGB: (132,152,109)
#84986D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #84986D ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #84986D wird in RGB als (132,152,109) definiert.
RGB: (132,152,109)
(52%, 60%, 43%)
R 132 von 255 = 52%
G 152 von 255 = 60%
B 109 von 255 = 43%
R + G + B ~ 52%. #84986D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 152 + 109 = 393 (100%)
R 132 von 393 ~ 33.59%
G 152 von 393 ~ 38.68%
B 109 von 393 ~ 27.74'%
Die Farbe #84986D wird in CMYK als (13,0,28,40) definiert.
CMYK: (13,0,28,40) C13M0Y28K40 (13%,0%,28%,40%) (0.13/0.00/0.28/0.40)
Farbe #84986D in den populären Farbmodellen.
84 | 98 | 6D | |
---|---|---|---|
RGB | 132 | 152 | 109 |
HSL | 88° | 17.27% | 51.18% |
HSB/HSV | 88° | 28.29% | 59.61% |
CMYK | 13.16% | 0.00% | 28.29% |
40.39% |
Die Farbe #84986D in den populären Zahlensystemen.
Hexadezimal | 84 | 98 | 6D |
Dezimal | 132 | 152 | 109 |
Binär | 10000100 | 10011000 | 1101101 |
Oktal | 204 | 230 | 155 |
Dunkle Töne der Farbe #84986D
Helle Töne der Farbe #84986D
Beispiele css- und html für Elemente in der Farbe #84986D. Bitte benutzen Sie auch rgb(132,152,109) statt hex-Code.
.myTextColor { color: #84986D; }
<p style="color:#84986D">This sample text font color is #84986D.</p>
Die Farbe dieses Textes ist #84986D.
.myBgColor { background-color: #84986D; }
<div style="background-color:#84986D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84986D.
.myBorderColor { border: 1px solid #84986D; }
<div style="border:3px solid #84986D">Div</div>
Die Grenzen von diesem div sind in Farbe #84986D.
.myOpacity80 { color: #84986D; opacity: 0.8; }
<p style="color:#84986D;opacity:0.8;">80%</p>
Text in Farbe #84986D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84986D;}
<p style="text-shadow: 3px 3px 1px #84986D">Text here.</p>
Dieser Text hat den Schatten in Farbe #84986D.
.textShadow {text-shadow: 3px 3px 1px #84986D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84986D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84986D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84986D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84986D, Direction=45, Strength=4)">Text</p>
This text has shadow with #84986D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84986D;
-webkit-box-shadow: 1px 1px 3px 2px #84986D;
box-shadow: 1px 1px 3px 2px #84986D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84986D; -webkit-box-shadow: 1px 1px 3px 2px #84986D; box-shadow:1px 1px 3px 2px #84986D;">
Div content here
</div>
Dieser Text ist in der Farbe #84986D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84986D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84986D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84986D.
Kontrastfarbe für #hex ist #7B6792.