HEX: #7C8A6A
RGB: (124,138,106)
#7C8A6A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7C8A6A ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #7C8A6A wird in RGB als (124,138,106) definiert.
RGB: (124,138,106) (49%,54%,42%)
R 124 von 255 = 49%
G 138 von 255 = 54%
B 106 von 255 = 42%
R + G + B ~ 48%. #7C8A6A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 138 + 106 = 368 (100%)
R 124 von 368 ~ 33.7%
G 138 von 368 ~ 37.5%
B 106 von 368 ~ 28.8%
Die Farbe #7C8A6A wird in CMYK als (10,0,23,46) definiert.
CMYK: (10,0,23,46) C10M0Y23K46 (10%,0%,23%,46%) (0.10/0.00/0.23/0.46)
7C | 8A | 6A | |
---|---|---|---|
RGB | 124 | 138 | 106 |
HSL | 86° | 13.11% | 47.84% |
HSB/HSV | 86° | 23.19% | 54.12% |
CMYK | 10.14% | 0.00% | 23.19% |
45.88% |
Hexadezimal | 7C | 8A | 6A |
Dezimal | 124 | 138 | 106 |
Binär | 1111100 | 10001010 | 1101010 |
Oktal | 174 | 212 | 152 |
Beispiele css- und html für Elemente in der Farbe #7C8A6A. Bitte benutzen Sie auch rgb(124,138,106) statt hex-Code.
.myTextColor { color: #7C8A6A; }
<p style="color:#7C8A6A">This sample text font color is #7C8A6A.</p>
Die Farbe dieses Textes ist #7C8A6A.
.myBgColor { background-color: #7C8A6A; }
<div style="background-color:#7C8A6A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7C8A6A.
.myBorderColor { border: 1px solid #7C8A6A; }
<div style="border:3px solid #7C8A6A">Div</div>
Die Grenzen von diesem div sind in Farbe #7C8A6A.
.myOpacity80 { color: #7C8A6A; opacity: 0.8; }
<p style="color:#7C8A6A;opacity:0.8;">80%</p>
Text in Farbe #7C8A6A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7C8A6A;}
<p style="text-shadow: 3px 3px 1px #7C8A6A">Text here.</p>
Dieser Text hat den Schatten in Farbe #7C8A6A.
.textShadow {text-shadow: 3px 3px 1px #7C8A6A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7C8A6A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7C8A6A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7C8A6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7C8A6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7C8A6A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7C8A6A; -webkit-box-shadow: 1px 1px 3px 2px #7C8A6A; box-shadow: 1px 1px 3px 2px #7C8A6A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7C8A6A; -webkit-box-shadow: 1px 1px 3px 2px #7C8A6A; box-shadow:1px 1px 3px 2px #7C8A6A;">
Div content here</div>
Dieser Text ist in der Farbe #7C8A6A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7C8A6A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7C8A6A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7C8A6A.