HEX: #996350
RGB: (153,99,80)
#996350 enthält hauptsächlich rote und grüne Farbe. Für #996350 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #996350 wird in RGB als (153,99,80) definiert.
RGB: (153,99,80) (60%,39%,31%)
R 153 von 255 = 60%
G 99 von 255 = 39%
B 80 von 255 = 31%
R + G + B ~ 43%. #996350 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
153 + 99 + 80 = 332 (100%)
R 153 von 332 ~ 46.08%
G 99 von 332 ~ 29.82%
B 80 von 332 ~ 24.1%
Die Farbe #996350 wird in CMYK als (0,35,48,40) definiert.
CMYK: (0,35,48,40) C0M35Y48K40 (0%,35%,48%,40%) (0.00/0.35/0.48/0.40)
99 | 63 | 50 | |
---|---|---|---|
RGB | 153 | 99 | 80 |
HSL | 16° | 31.33% | 45.69% |
HSB/HSV | 16° | 47.71% | 60.00% |
CMYK | 0.00% | 35.29% | 47.71% |
40.00% |
Hexadezimal | 99 | 63 | 50 |
Dezimal | 153 | 99 | 80 |
Binär | 10011001 | 1100011 | 1010000 |
Oktal | 231 | 143 | 120 |
Beispiele css- und html für Elemente in der Farbe #996350. Bitte benutzen Sie auch rgb(153,99,80) statt hex-Code.
.myTextColor { color: #996350; }
<p style="color:#996350">This sample text font color is #996350.</p>
Die Farbe dieses Textes ist #996350.
.myBgColor { background-color: #996350; }
<div style="background-color:#996350">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #996350.
.myBorderColor { border: 1px solid #996350; }
<div style="border:3px solid #996350">Div</div>
Die Grenzen von diesem div sind in Farbe #996350.
.myOpacity80 { color: #996350; opacity: 0.8; }
<p style="color:#996350;opacity:0.8;">80%</p>
Text in Farbe #996350 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #996350;}
<p style="text-shadow: 3px 3px 1px #996350">Text here.</p>
Dieser Text hat den Schatten in Farbe #996350.
.textShadow {text-shadow: 3px 3px 1px #996350, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #996350, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #996350 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#996350, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#996350, Direction=45, Strength=4)">Text</p>
This text has shadow with #996350 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #996350; -webkit-box-shadow: 1px 1px 3px 2px #996350; box-shadow: 1px 1px 3px 2px #996350; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #996350; -webkit-box-shadow: 1px 1px 3px 2px #996350; box-shadow:1px 1px 3px 2px #996350;">
Div content here</div>
Dieser Text ist in der Farbe #996350 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #996350 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #996350.
Dieser Text ist weiß auf dem Hintergrund in Farbe #996350.