HEX: #6B824F
RGB: (107,130,79)
#6B824F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6B824F ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6B824F wird in RGB als (107,130,79) definiert.
RGB: (107,130,79) (42%,51%,31%)
R 107 von 255 = 42%
G 130 von 255 = 51%
B 79 von 255 = 31%
R + G + B ~ 41%. #6B824F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
107 + 130 + 79 = 316 (100%)
R 107 von 316 ~ 33.86%
G 130 von 316 ~ 41.14%
B 79 von 316 ~ 25%
Die Farbe #6B824F wird in CMYK als (18,0,39,49) definiert.
CMYK: (18,0,39,49) C18M0Y39K49 (18%,0%,39%,49%) (0.18/0.00/0.39/0.49)
6B | 82 | 4F | |
---|---|---|---|
RGB | 107 | 130 | 79 |
HSL | 87° | 24.40% | 40.98% |
HSB/HSV | 87° | 39.23% | 50.98% |
CMYK | 17.69% | 0.00% | 39.23% |
49.02% |
Hexadezimal | 6B | 82 | 4F |
Dezimal | 107 | 130 | 79 |
Binär | 1101011 | 10000010 | 1001111 |
Oktal | 153 | 202 | 117 |
Beispiele css- und html für Elemente in der Farbe #6B824F. Bitte benutzen Sie auch rgb(107,130,79) statt hex-Code.
.myTextColor { color: #6B824F; }
<p style="color:#6B824F">This sample text font color is #6B824F.</p>
Die Farbe dieses Textes ist #6B824F.
.myBgColor { background-color: #6B824F; }
<div style="background-color:#6B824F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B824F.
.myBorderColor { border: 1px solid #6B824F; }
<div style="border:3px solid #6B824F">Div</div>
Die Grenzen von diesem div sind in Farbe #6B824F.
.myOpacity80 { color: #6B824F; opacity: 0.8; }
<p style="color:#6B824F;opacity:0.8;">80%</p>
Text in Farbe #6B824F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B824F;}
<p style="text-shadow: 3px 3px 1px #6B824F">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B824F.
.textShadow {text-shadow: 3px 3px 1px #6B824F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B824F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B824F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B824F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B824F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B824F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B824F; -webkit-box-shadow: 1px 1px 3px 2px #6B824F; box-shadow: 1px 1px 3px 2px #6B824F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B824F; -webkit-box-shadow: 1px 1px 3px 2px #6B824F; box-shadow:1px 1px 3px 2px #6B824F;">
Div content here</div>
Dieser Text ist in der Farbe #6B824F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B824F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B824F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B824F.