HEX: #84998C
RGB: (132,153,140)
#84998C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #84998C ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #84998C wird in RGB als (132,153,140) definiert.
RGB: (132,153,140) (52%,60%,55%)
R 132 von 255 = 52%
G 153 von 255 = 60%
B 140 von 255 = 55%
R + G + B ~ 56%. #84998C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 153 + 140 = 425 (100%)
R 132 von 425 ~ 31.06%
G 153 von 425 ~ 36%
B 140 von 425 ~ 32.94%
Die Farbe #84998C wird in CMYK als (14,0,8,40) definiert.
CMYK: (14,0,8,40) C14M0Y8K40 (14%,0%,8%,40%) (0.14/0.00/0.08/0.40)
84 | 99 | 8C | |
---|---|---|---|
RGB | 132 | 153 | 140 |
HSL | 143° | 9.33% | 55.88% |
HSB/HSV | 143° | 13.73% | 60.00% |
CMYK | 13.73% | 0.00% | 8.50% |
40.00% |
Hexadezimal | 84 | 99 | 8C |
Dezimal | 132 | 153 | 140 |
Binär | 10000100 | 10011001 | 10001100 |
Oktal | 204 | 231 | 214 |
Beispiele css- und html für Elemente in der Farbe #84998C. Bitte benutzen Sie auch rgb(132,153,140) statt hex-Code.
.myTextColor { color: #84998C; }
<p style="color:#84998C">This sample text font color is #84998C.</p>
Die Farbe dieses Textes ist #84998C.
.myBgColor { background-color: #84998C; }
<div style="background-color:#84998C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84998C.
.myBorderColor { border: 1px solid #84998C; }
<div style="border:3px solid #84998C">Div</div>
Die Grenzen von diesem div sind in Farbe #84998C.
.myOpacity80 { color: #84998C; opacity: 0.8; }
<p style="color:#84998C;opacity:0.8;">80%</p>
Text in Farbe #84998C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84998C;}
<p style="text-shadow: 3px 3px 1px #84998C">Text here.</p>
Dieser Text hat den Schatten in Farbe #84998C.
.textShadow {text-shadow: 3px 3px 1px #84998C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84998C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84998C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84998C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84998C, Direction=45, Strength=4)">Text</p>
This text has shadow with #84998C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84998C; -webkit-box-shadow: 1px 1px 3px 2px #84998C; box-shadow: 1px 1px 3px 2px #84998C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #84998C; -webkit-box-shadow: 1px 1px 3px 2px #84998C; box-shadow:1px 1px 3px 2px #84998C;">
Div content here</div>
Dieser Text ist in der Farbe #84998C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84998C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84998C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84998C.