HEX: #7EA329
RGB: (126,163,41)
#7EA329 enthält hauptsächlich rote und grüne Farbe. Für #7EA329 ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #7EA329 wird in RGB als (126,163,41) definiert.
RGB: (126,163,41) (49%,64%,16%)
R 126 von 255 = 49%
G 163 von 255 = 64%
B 41 von 255 = 16%
R + G + B ~ 43%. #7EA329 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 163 + 41 = 330 (100%)
R 126 von 330 ~ 38.18%
G 163 von 330 ~ 49.39%
B 41 von 330 ~ 12.42%
Die Farbe #7EA329 wird in CMYK als (23,0,75,36) definiert.
CMYK: (23,0,75,36) C23M0Y75K36 (23%,0%,75%,36%) (0.23/0.00/0.75/0.36)
7E | A3 | 29 | |
---|---|---|---|
RGB | 126 | 163 | 41 |
HSL | 78° | 59.80% | 40.00% |
HSB/HSV | 78° | 74.85% | 63.92% |
CMYK | 22.70% | 0.00% | 74.85% |
36.08% |
Hexadezimal | 7E | A3 | 29 |
Dezimal | 126 | 163 | 41 |
Binär | 1111110 | 10100011 | 101001 |
Oktal | 176 | 243 | 51 |
Beispiele css- und html für Elemente in der Farbe #7EA329. Bitte benutzen Sie auch rgb(126,163,41) statt hex-Code.
.myTextColor { color: #7EA329; }
<p style="color:#7EA329">This sample text font color is #7EA329.</p>
Die Farbe dieses Textes ist #7EA329.
.myBgColor { background-color: #7EA329; }
<div style="background-color:#7EA329">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EA329.
.myBorderColor { border: 1px solid #7EA329; }
<div style="border:3px solid #7EA329">Div</div>
Die Grenzen von diesem div sind in Farbe #7EA329.
.myOpacity80 { color: #7EA329; opacity: 0.8; }
<p style="color:#7EA329;opacity:0.8;">80%</p>
Text in Farbe #7EA329 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EA329;}
<p style="text-shadow: 3px 3px 1px #7EA329">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EA329.
.textShadow {text-shadow: 3px 3px 1px #7EA329, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EA329, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EA329 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA329, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EA329, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EA329 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7EA329; -webkit-box-shadow: 1px 1px 3px 2px #7EA329; box-shadow: 1px 1px 3px 2px #7EA329; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7EA329; -webkit-box-shadow: 1px 1px 3px 2px #7EA329; box-shadow:1px 1px 3px 2px #7EA329;">
Div content here</div>
Dieser Text ist in der Farbe #7EA329 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EA329 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EA329.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EA329.