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