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