HEX: #5B9656
RGB: (91,150,86)
#5B9656 enthält hauptsächlich rote und grüne Farbe. Für #5B9656 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #5B9656 wird in RGB als (91,150,86) definiert.
RGB: (91,150,86)
(36%, 59%, 34%)
R 91 von 255 = 36%
G 150 von 255 = 59%
B 86 von 255 = 34%
R + G + B ~ 43%. #5B9656 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 91 + 150 + 86 = 327 (100%)
R 91 von 327 ~ 27.83%
G 150 von 327 ~ 45.87%
B 86 von 327 ~ 26.3'%
Die Farbe #5B9656 wird in CMYK als (39,0,43,41) definiert.
CMYK: (39,0,43,41)
C39M0Y43K41 (39%, 0%, 43%, 41%)
(0.39 / 0.00 / 0.43 / 0.41)
Farbe #5B9656 in den populären Farbmodellen.
5B | 96 | 56 | |
---|---|---|---|
RGB | 91 | 150 | 86 |
HSL | 115° | 27.12% | 46.27% |
HSB/HSV | 115° | 42.67% | 58.82% |
CMYK | 39.33% | 0.00% | 42.67% |
41.18% |
Die Farbe #5B9656 in den populären Zahlensystemen.
Hexadezimal | 5B | 96 | 56 |
Dezimal | 91 | 150 | 86 |
Binär | 1011011 | 10010110 | 1010110 |
Oktal | 133 | 226 | 126 |
Dunkle Töne der Farbe #5B9656
Helle Töne der Farbe #5B9656
Beispiele css- und html für Elemente in der Farbe #5B9656. Bitte benutzen Sie auch rgb(91,150,86) statt hex-Code.
.myTextColor { color: #5B9656; }
<p style="color:#5B9656">This sample text font color is #5B9656.</p>
Die Farbe dieses Textes ist #5B9656.
.myBgColor { background-color: #5B9656; }
<div style="background-color:#5B9656">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5B9656.
.myBorderColor { border: 1px solid #5B9656; }
<div style="border:3px solid #5B9656">Div</div>
Die Grenzen von diesem div sind in Farbe #5B9656.
.myOpacity80 { color: #5B9656; opacity: 0.8; }
<p style="color:#5B9656;opacity:0.8;">80%</p>
Text in Farbe #5B9656 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5B9656;}
<p style="text-shadow: 3px 3px 1px #5B9656">Text here.</p>
Dieser Text hat den Schatten in Farbe #5B9656.
.textShadow {text-shadow: 3px 3px 1px #5B9656', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5B9656, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5B9656 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B9656, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5B9656, Direction=45, Strength=4)">Text</p>
This text has shadow with #5B9656 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5B9656;
-webkit-box-shadow: 1px 1px 3px 2px #5B9656;
box-shadow: 1px 1px 3px 2px #5B9656;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5B9656; -webkit-box-shadow: 1px 1px 3px 2px #5B9656; box-shadow:1px 1px 3px 2px #5B9656;">
Div content here
</div>
Dieser Text ist in der Farbe #5B9656 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5B9656 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5B9656.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5B9656.
Kontrastfarbe für #hex ist #A469A9.