HEX: #6D733B
RGB: (109,115,59)
#6D733B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6D733B ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #6D733B wird in RGB als (109,115,59) definiert.
RGB: (109,115,59)
(43%, 45%, 23%)
R 109 von 255 = 43%
G 115 von 255 = 45%
B 59 von 255 = 23%
R + G + B ~ 37%. #6D733B ziemlich dunkle Farbe.
R + G + B = 109 + 115 + 59 = 283 (100%)
R 109 von 283 ~ 38.52%
G 115 von 283 ~ 40.64%
B 59 von 283 ~ 20.85'%
Die Farbe #6D733B wird in CMYK als (5,0,49,55) definiert.
CMYK: (5,0,49,55) C5M0Y49K55 (5%,0%,49%,55%) (0.05/0.00/0.49/0.55)
Farbe #6D733B in den populären Farbmodellen.
6D | 73 | 3B | |
---|---|---|---|
RGB | 109 | 115 | 59 |
HSL | 66° | 32.18% | 34.12% |
HSB/HSV | 66° | 48.70% | 45.10% |
CMYK | 5.22% | 0.00% | 48.70% |
54.90% |
Die Farbe #6D733B in den populären Zahlensystemen.
Hexadezimal | 6D | 73 | 3B |
Dezimal | 109 | 115 | 59 |
Binär | 1101101 | 1110011 | 111011 |
Oktal | 155 | 163 | 73 |
Dunkle Töne der Farbe #6D733B
Helle Töne der Farbe #6D733B
Beispiele css- und html für Elemente in der Farbe #6D733B. Bitte benutzen Sie auch rgb(109,115,59) statt hex-Code.
.myTextColor { color: #6D733B; }
<p style="color:#6D733B">This sample text font color is #6D733B.</p>
Die Farbe dieses Textes ist #6D733B.
.myBgColor { background-color: #6D733B; }
<div style="background-color:#6D733B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D733B.
.myBorderColor { border: 1px solid #6D733B; }
<div style="border:3px solid #6D733B">Div</div>
Die Grenzen von diesem div sind in Farbe #6D733B.
.myOpacity80 { color: #6D733B; opacity: 0.8; }
<p style="color:#6D733B;opacity:0.8;">80%</p>
Text in Farbe #6D733B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D733B;}
<p style="text-shadow: 3px 3px 1px #6D733B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D733B.
.textShadow {text-shadow: 3px 3px 1px #6D733B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D733B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D733B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D733B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D733B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D733B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D733B;
-webkit-box-shadow: 1px 1px 3px 2px #6D733B;
box-shadow: 1px 1px 3px 2px #6D733B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D733B; -webkit-box-shadow: 1px 1px 3px 2px #6D733B; box-shadow:1px 1px 3px 2px #6D733B;">
Div content here
</div>
Dieser Text ist in der Farbe #6D733B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D733B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D733B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D733B.
Kontrastfarbe für #hex ist #928CC4.