HEX: #84AE73
RGB: (132,174,115)
#84AE73 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #84AE73 ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #84AE73 wird in RGB als (132,174,115) definiert.
RGB: (132,174,115) (52%,68%,45%)
R 132 von 255 = 52%
G 174 von 255 = 68%
B 115 von 255 = 45%
R + G + B ~ 55%. #84AE73 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 174 + 115 = 421 (100%)
R 132 von 421 ~ 31.35%
G 174 von 421 ~ 41.33%
B 115 von 421 ~ 27.32%
Die Farbe #84AE73 wird in CMYK als (24,0,34,32) definiert.
CMYK: (24,0,34,32) C24M0Y34K32 (24%,0%,34%,32%) (0.24/0.00/0.34/0.32)
84 | AE | 73 | |
---|---|---|---|
RGB | 132 | 174 | 115 |
HSL | 103° | 26.70% | 56.67% |
HSB/HSV | 103° | 33.91% | 68.24% |
CMYK | 24.14% | 0.00% | 33.91% |
31.76% |
Hexadezimal | 84 | AE | 73 |
Dezimal | 132 | 174 | 115 |
Binär | 10000100 | 10101110 | 1110011 |
Oktal | 204 | 256 | 163 |
Beispiele css- und html für Elemente in der Farbe #84AE73. Bitte benutzen Sie auch rgb(132,174,115) statt hex-Code.
.myTextColor { color: #84AE73; }
<p style="color:#84AE73">This sample text font color is #84AE73.</p>
Die Farbe dieses Textes ist #84AE73.
.myBgColor { background-color: #84AE73; }
<div style="background-color:#84AE73">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84AE73.
.myBorderColor { border: 1px solid #84AE73; }
<div style="border:3px solid #84AE73">Div</div>
Die Grenzen von diesem div sind in Farbe #84AE73.
.myOpacity80 { color: #84AE73; opacity: 0.8; }
<p style="color:#84AE73;opacity:0.8;">80%</p>
Text in Farbe #84AE73 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84AE73;}
<p style="text-shadow: 3px 3px 1px #84AE73">Text here.</p>
Dieser Text hat den Schatten in Farbe #84AE73.
.textShadow {text-shadow: 3px 3px 1px #84AE73, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84AE73, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84AE73 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84AE73, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84AE73, Direction=45, Strength=4)">Text</p>
This text has shadow with #84AE73 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84AE73; -webkit-box-shadow: 1px 1px 3px 2px #84AE73; box-shadow: 1px 1px 3px 2px #84AE73; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #84AE73; -webkit-box-shadow: 1px 1px 3px 2px #84AE73; box-shadow:1px 1px 3px 2px #84AE73;">
Div content here</div>
Dieser Text ist in der Farbe #84AE73 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84AE73 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84AE73.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84AE73.