HEX: #76B384
RGB: (118,179,132)
#76B384 enthält hauptsächlich grüne und blaue Farbe. Für #76B384 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #76B384 wird in RGB als (118,179,132) definiert.
RGB: (118,179,132)
(46%, 70%, 52%)
R 118 von 255 = 46%
G 179 von 255 = 70%
B 132 von 255 = 52%
R + G + B ~ 56%. #76B384 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 179 + 132 = 429 (100%)
R 118 von 429 ~ 27.51%
G 179 von 429 ~ 41.72%
B 132 von 429 ~ 30.77'%
Die Farbe #76B384 wird in CMYK als (34,0,26,30) definiert.
CMYK: (34,0,26,30)
C34M0Y26K30 (34%, 0%, 26%, 30%)
(0.34 / 0.00 / 0.26 / 0.30)
Farbe #76B384 in den populären Farbmodellen.
76 | B3 | 84 | |
---|---|---|---|
RGB | 118 | 179 | 132 |
HSL | 134° | 28.64% | 58.24% |
HSB/HSV | 134° | 34.08% | 70.20% |
CMYK | 34.08% | 0.00% | 26.26% |
29.80% |
Die Farbe #76B384 in den populären Zahlensystemen.
Hexadezimal | 76 | B3 | 84 |
Dezimal | 118 | 179 | 132 |
Binär | 1110110 | 10110011 | 10000100 |
Oktal | 166 | 263 | 204 |
Dunkle Töne der Farbe #76B384
Helle Töne der Farbe #76B384
Beispiele css- und html für Elemente in der Farbe #76B384. Bitte benutzen Sie auch rgb(118,179,132) statt hex-Code.
.myTextColor { color: #76B384; }
<p style="color:#76B384">This sample text font color is #76B384.</p>
Die Farbe dieses Textes ist #76B384.
.myBgColor { background-color: #76B384; }
<div style="background-color:#76B384">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76B384.
.myBorderColor { border: 1px solid #76B384; }
<div style="border:3px solid #76B384">Div</div>
Die Grenzen von diesem div sind in Farbe #76B384.
.myOpacity80 { color: #76B384; opacity: 0.8; }
<p style="color:#76B384;opacity:0.8;">80%</p>
Text in Farbe #76B384 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B384;}
<p style="text-shadow: 3px 3px 1px #76B384">Text here.</p>
Dieser Text hat den Schatten in Farbe #76B384.
.textShadow {text-shadow: 3px 3px 1px #76B384', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B384, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76B384 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B384, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B384, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B384 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76B384;
-webkit-box-shadow: 1px 1px 3px 2px #76B384;
box-shadow: 1px 1px 3px 2px #76B384;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B384; -webkit-box-shadow: 1px 1px 3px 2px #76B384; box-shadow:1px 1px 3px 2px #76B384;">
Div content here
</div>
Dieser Text ist in der Farbe #76B384 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76B384 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76B384.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76B384.
Kontrastfarbe für #hex ist #894C7B.