HEX: #993333
RGB: (153,51,51)
#993333 enthält hauptsächlich rote Farbe. Die Farbe #993333 ist «eine websichere» Webfarbe. Sie kann kurz als #933 geschrieben werden.
Die Farbe #993333 wird in RGB als (153,51,51) definiert.
RGB: (153,51,51)
(60%, 20%, 20%)
R 153 von 255 = 60%
G 51 von 255 = 20%
B 51 von 255 = 20%
R + G + B ~ 33%. #993333 ziemlich dunkle Farbe.
R + G + B = 153 + 51 + 51 = 255 (100%)
R 153 von 255 ~ 60%
G 51 von 255 ~ 20%
B 51 von 255 ~ 20'%
Die Farbe #993333 wird in CMYK als (0,67,67,40) definiert.
CMYK: (0,67,67,40) C0M67Y67K40 (0%,67%,67%,40%) (0.00/0.67/0.67/0.40)
Farbe #993333 in den populären Farbmodellen.
99 | 33 | 33 | |
---|---|---|---|
RGB | 153 | 51 | 51 |
HSL | 0° | 50.00% | 40.00% |
HSB/HSV | 0° | 66.67% | 60.00% |
CMYK | 0.00% | 66.67% | 66.67% |
40.00% |
Die Farbe #993333 in den populären Zahlensystemen.
Hexadezimal | 99 | 33 | 33 |
Dezimal | 153 | 51 | 51 |
Binär | 10011001 | 110011 | 110011 |
Oktal | 231 | 63 | 63 |
Dunkle Töne der Farbe #993333
Helle Töne der Farbe #993333
Beispiele css- und html für Elemente in der Farbe #993333. Bitte benutzen Sie auch rgb(153,51,51) statt hex-Code.
.myTextColor { color: #993333; }
<p style="color:#993333">This sample text font color is #993333.</p>
Die Farbe dieses Textes ist #993333.
.myBgColor { background-color: #993333; }
<div style="background-color:#993333">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #993333.
.myBorderColor { border: 1px solid #993333; }
<div style="border:3px solid #993333">Div</div>
Die Grenzen von diesem div sind in Farbe #993333.
.myOpacity80 { color: #993333; opacity: 0.8; }
<p style="color:#993333;opacity:0.8;">80%</p>
Text in Farbe #993333 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #993333;}
<p style="text-shadow: 3px 3px 1px #993333">Text here.</p>
Dieser Text hat den Schatten in Farbe #993333.
.textShadow {text-shadow: 3px 3px 1px #993333', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #993333, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #993333 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#993333, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#993333, Direction=45, Strength=4)">Text</p>
This text has shadow with #993333 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #993333;
-webkit-box-shadow: 1px 1px 3px 2px #993333;
box-shadow: 1px 1px 3px 2px #993333;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #993333; -webkit-box-shadow: 1px 1px 3px 2px #993333; box-shadow:1px 1px 3px 2px #993333;">
Div content here
</div>
Dieser Text ist in der Farbe #993333 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #993333 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #993333.
Dieser Text ist weiß auf dem Hintergrund in Farbe #993333.