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