HEX: #466631
RGB: (70,102,49)
#466631 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #466631 ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #466631 wird in RGB als (70,102,49) definiert.
RGB: (70,102,49) (27%,40%,19%)
R 70 von 255 = 27%
G 102 von 255 = 40%
B 49 von 255 = 19%
R + G + B ~ 29%. #466631 ziemlich dunkle Farbe.
R + G + B =
70 + 102 + 49 = 221 (100%)
R 70 von 221 ~ 31.67%
G 102 von 221 ~ 46.15%
B 49 von 221 ~ 22.17%
Die Farbe #466631 wird in CMYK als (31,0,52,60) definiert.
CMYK: (31,0,52,60) C31M0Y52K60 (31%,0%,52%,60%) (0.31/0.00/0.52/0.60)
46 | 66 | 31 | |
---|---|---|---|
RGB | 70 | 102 | 49 |
HSL | 96° | 35.10% | 29.61% |
HSB/HSV | 96° | 51.96% | 40.00% |
CMYK | 31.37% | 0.00% | 51.96% |
60.00% |
Hexadezimal | 46 | 66 | 31 |
Dezimal | 70 | 102 | 49 |
Binär | 1000110 | 1100110 | 110001 |
Oktal | 106 | 146 | 61 |
Beispiele css- und html für Elemente in der Farbe #466631. Bitte benutzen Sie auch rgb(70,102,49) statt hex-Code.
.myTextColor { color: #466631; }
<p style="color:#466631">This sample text font color is #466631.</p>
Die Farbe dieses Textes ist #466631.
.myBgColor { background-color: #466631; }
<div style="background-color:#466631">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #466631.
.myBorderColor { border: 1px solid #466631; }
<div style="border:3px solid #466631">Div</div>
Die Grenzen von diesem div sind in Farbe #466631.
.myOpacity80 { color: #466631; opacity: 0.8; }
<p style="color:#466631;opacity:0.8;">80%</p>
Text in Farbe #466631 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466631;}
<p style="text-shadow: 3px 3px 1px #466631">Text here.</p>
Dieser Text hat den Schatten in Farbe #466631.
.textShadow {text-shadow: 3px 3px 1px #466631, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466631, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #466631 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466631, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466631, Direction=45, Strength=4)">Text</p>
This text has shadow with #466631 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466631; -webkit-box-shadow: 1px 1px 3px 2px #466631; box-shadow: 1px 1px 3px 2px #466631; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #466631; -webkit-box-shadow: 1px 1px 3px 2px #466631; box-shadow:1px 1px 3px 2px #466631;">
Div content here</div>
Dieser Text ist in der Farbe #466631 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #466631 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #466631.
Dieser Text ist weiß auf dem Hintergrund in Farbe #466631.