HEX: #84A37D
RGB: (132,163,125)
#84A37D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #84A37D ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #84A37D wird in RGB als (132,163,125) definiert.
RGB: (132,163,125) (52%,64%,49%)
R 132 von 255 = 52%
G 163 von 255 = 64%
B 125 von 255 = 49%
R + G + B ~ 55%. #84A37D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 163 + 125 = 420 (100%)
R 132 von 420 ~ 31.43%
G 163 von 420 ~ 38.81%
B 125 von 420 ~ 29.76%
Die Farbe #84A37D wird in CMYK als (19,0,23,36) definiert.
CMYK: (19,0,23,36) C19M0Y23K36 (19%,0%,23%,36%) (0.19/0.00/0.23/0.36)
84 | A3 | 7D | |
---|---|---|---|
RGB | 132 | 163 | 125 |
HSL | 109° | 17.12% | 56.47% |
HSB/HSV | 109° | 23.31% | 63.92% |
CMYK | 19.02% | 0.00% | 23.31% |
36.08% |
Hexadezimal | 84 | A3 | 7D |
Dezimal | 132 | 163 | 125 |
Binär | 10000100 | 10100011 | 1111101 |
Oktal | 204 | 243 | 175 |
Beispiele css- und html für Elemente in der Farbe #84A37D. Bitte benutzen Sie auch rgb(132,163,125) statt hex-Code.
.myTextColor { color: #84A37D; }
<p style="color:#84A37D">This sample text font color is #84A37D.</p>
Die Farbe dieses Textes ist #84A37D.
.myBgColor { background-color: #84A37D; }
<div style="background-color:#84A37D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84A37D.
.myBorderColor { border: 1px solid #84A37D; }
<div style="border:3px solid #84A37D">Div</div>
Die Grenzen von diesem div sind in Farbe #84A37D.
.myOpacity80 { color: #84A37D; opacity: 0.8; }
<p style="color:#84A37D;opacity:0.8;">80%</p>
Text in Farbe #84A37D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84A37D;}
<p style="text-shadow: 3px 3px 1px #84A37D">Text here.</p>
Dieser Text hat den Schatten in Farbe #84A37D.
.textShadow {text-shadow: 3px 3px 1px #84A37D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84A37D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84A37D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84A37D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84A37D, Direction=45, Strength=4)">Text</p>
This text has shadow with #84A37D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84A37D; -webkit-box-shadow: 1px 1px 3px 2px #84A37D; box-shadow: 1px 1px 3px 2px #84A37D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #84A37D; -webkit-box-shadow: 1px 1px 3px 2px #84A37D; box-shadow:1px 1px 3px 2px #84A37D;">
Div content here</div>
Dieser Text ist in der Farbe #84A37D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84A37D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84A37D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84A37D.