HEX: #747E5B
RGB: (116,126,91)
#747E5B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #747E5B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #747E5B wird in RGB als (116,126,91) definiert.
RGB: (116,126,91)
(45%, 49%, 36%)
R 116 von 255 = 45%
G 126 von 255 = 49%
B 91 von 255 = 36%
R + G + B ~ 43%. #747E5B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 126 + 91 = 333 (100%)
R 116 von 333 ~ 34.83%
G 126 von 333 ~ 37.84%
B 91 von 333 ~ 27.33'%
Die Farbe #747E5B wird in CMYK als (8,0,28,51) definiert.
CMYK: (8,0,28,51)
C8M0Y28K51 (8%, 0%, 28%, 51%)
(0.08 / 0.00 / 0.28 / 0.51)
Farbe #747E5B in den populären Farbmodellen.
74 | 7E | 5B | |
---|---|---|---|
RGB | 116 | 126 | 91 |
HSL | 77° | 16.13% | 42.55% |
HSB/HSV | 77° | 27.78% | 49.41% |
CMYK | 7.94% | 0.00% | 27.78% |
50.59% |
Die Farbe #747E5B in den populären Zahlensystemen.
Hexadezimal | 74 | 7E | 5B |
Dezimal | 116 | 126 | 91 |
Binär | 1110100 | 1111110 | 1011011 |
Oktal | 164 | 176 | 133 |
Dunkle Töne der Farbe #747E5B
Helle Töne der Farbe #747E5B
Beispiele css- und html für Elemente in der Farbe #747E5B. Bitte benutzen Sie auch rgb(116,126,91) statt hex-Code.
.myTextColor { color: #747E5B; }
<p style="color:#747E5B">This sample text font color is #747E5B.</p>
Die Farbe dieses Textes ist #747E5B.
.myBgColor { background-color: #747E5B; }
<div style="background-color:#747E5B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #747E5B.
.myBorderColor { border: 1px solid #747E5B; }
<div style="border:3px solid #747E5B">Div</div>
Die Grenzen von diesem div sind in Farbe #747E5B.
.myOpacity80 { color: #747E5B; opacity: 0.8; }
<p style="color:#747E5B;opacity:0.8;">80%</p>
Text in Farbe #747E5B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747E5B;}
<p style="text-shadow: 3px 3px 1px #747E5B">Text here.</p>
Dieser Text hat den Schatten in Farbe #747E5B.
.textShadow {text-shadow: 3px 3px 1px #747E5B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747E5B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #747E5B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747E5B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747E5B, Direction=45, Strength=4)">Text</p>
This text has shadow with #747E5B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #747E5B;
-webkit-box-shadow: 1px 1px 3px 2px #747E5B;
box-shadow: 1px 1px 3px 2px #747E5B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #747E5B; -webkit-box-shadow: 1px 1px 3px 2px #747E5B; box-shadow:1px 1px 3px 2px #747E5B;">
Div content here
</div>
Dieser Text ist in der Farbe #747E5B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #747E5B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #747E5B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #747E5B.
Kontrastfarbe für #hex ist #8B81A4.