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