HEX: #59996B
RGB: (89,153,107)
#59996B enthält hauptsächlich grüne und blaue Farbe. Für #59996B ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #59996B wird in RGB als (89,153,107) definiert.
RGB: (89,153,107) (35%,60%,42%)
R 89 von 255 = 35%
G 153 von 255 = 60%
B 107 von 255 = 42%
R + G + B ~ 46%. #59996B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
89 + 153 + 107 = 349 (100%)
R 89 von 349 ~ 25.5%
G 153 von 349 ~ 43.84%
B 107 von 349 ~ 30.66%
Die Farbe #59996B wird in CMYK als (42,0,30,40) definiert.
CMYK: (42,0,30,40) C42M0Y30K40 (42%,0%,30%,40%) (0.42/0.00/0.30/0.40)
59 | 99 | 6B | |
---|---|---|---|
RGB | 89 | 153 | 107 |
HSL | 137° | 26.45% | 47.45% |
HSB/HSV | 137° | 41.83% | 60.00% |
CMYK | 41.83% | 0.00% | 30.07% |
40.00% |
Hexadezimal | 59 | 99 | 6B |
Dezimal | 89 | 153 | 107 |
Binär | 1011001 | 10011001 | 1101011 |
Oktal | 131 | 231 | 153 |
Beispiele css- und html für Elemente in der Farbe #59996B. Bitte benutzen Sie auch rgb(89,153,107) statt hex-Code.
.myTextColor { color: #59996B; }
<p style="color:#59996B">This sample text font color is #59996B.</p>
Die Farbe dieses Textes ist #59996B.
.myBgColor { background-color: #59996B; }
<div style="background-color:#59996B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #59996B.
.myBorderColor { border: 1px solid #59996B; }
<div style="border:3px solid #59996B">Div</div>
Die Grenzen von diesem div sind in Farbe #59996B.
.myOpacity80 { color: #59996B; opacity: 0.8; }
<p style="color:#59996B;opacity:0.8;">80%</p>
Text in Farbe #59996B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59996B;}
<p style="text-shadow: 3px 3px 1px #59996B">Text here.</p>
Dieser Text hat den Schatten in Farbe #59996B.
.textShadow {text-shadow: 3px 3px 1px #59996B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59996B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #59996B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59996B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59996B, Direction=45, Strength=4)">Text</p>
This text has shadow with #59996B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59996B; -webkit-box-shadow: 1px 1px 3px 2px #59996B; box-shadow: 1px 1px 3px 2px #59996B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #59996B; -webkit-box-shadow: 1px 1px 3px 2px #59996B; box-shadow:1px 1px 3px 2px #59996B;">
Div content here</div>
Dieser Text ist in der Farbe #59996B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #59996B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #59996B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #59996B.