HEX: #595519
RGB: (89,85,25)
#595519 enthält hauptsächlich rote und grüne Farbe. Für #595519 ist eine «websichere» Webfarbe #666600 (oder kurz #660).
Die Farbe #595519 wird in RGB als (89,85,25) definiert.
RGB: (89,85,25)
(35%, 33%, 10%)
R 89 von 255 = 35%
G 85 von 255 = 33%
B 25 von 255 = 10%
R + G + B ~ 26%. #595519 ziemlich dunkle Farbe.
R + G + B = 89 + 85 + 25 = 199 (100%)
R 89 von 199 ~ 44.72%
G 85 von 199 ~ 42.71%
B 25 von 199 ~ 12.56'%
Die Farbe #595519 wird in CMYK als (0,4,72,65) definiert.
CMYK: (0,4,72,65) C0M4Y72K65 (0%,4%,72%,65%) (0.00/0.04/0.72/0.65)
Farbe #595519 in den populären Farbmodellen.
59 | 55 | 19 | |
---|---|---|---|
RGB | 89 | 85 | 25 |
HSL | 56° | 56.14% | 22.35% |
HSB/HSV | 56° | 71.91% | 34.90% |
CMYK | 0.00% | 4.49% | 71.91% |
65.10% |
Die Farbe #595519 in den populären Zahlensystemen.
Hexadezimal | 59 | 55 | 19 |
Dezimal | 89 | 85 | 25 |
Binär | 1011001 | 1010101 | 11001 |
Oktal | 131 | 125 | 31 |
Dunkle Töne der Farbe #595519
Helle Töne der Farbe #595519
Beispiele css- und html für Elemente in der Farbe #595519. Bitte benutzen Sie auch rgb(89,85,25) statt hex-Code.
.myTextColor { color: #595519; }
<p style="color:#595519">This sample text font color is #595519.</p>
Die Farbe dieses Textes ist #595519.
.myBgColor { background-color: #595519; }
<div style="background-color:#595519">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #595519.
.myBorderColor { border: 1px solid #595519; }
<div style="border:3px solid #595519">Div</div>
Die Grenzen von diesem div sind in Farbe #595519.
.myOpacity80 { color: #595519; opacity: 0.8; }
<p style="color:#595519;opacity:0.8;">80%</p>
Text in Farbe #595519 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #595519;}
<p style="text-shadow: 3px 3px 1px #595519">Text here.</p>
Dieser Text hat den Schatten in Farbe #595519.
.textShadow {text-shadow: 3px 3px 1px #595519', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #595519, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #595519 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#595519, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#595519, Direction=45, Strength=4)">Text</p>
This text has shadow with #595519 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #595519;
-webkit-box-shadow: 1px 1px 3px 2px #595519;
box-shadow: 1px 1px 3px 2px #595519;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #595519; -webkit-box-shadow: 1px 1px 3px 2px #595519; box-shadow:1px 1px 3px 2px #595519;">
Div content here
</div>
Dieser Text ist in der Farbe #595519 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #595519 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #595519.
Dieser Text ist weiß auf dem Hintergrund in Farbe #595519.
Kontrastfarbe für #hex ist #A6AAE6.