HEX: #75516E
RGB: (117,81,110)
#75516E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #75516E ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #75516E wird in RGB als (117,81,110) definiert.
RGB: (117,81,110) (46%,32%,43%)
R 117 von 255 = 46%
G 81 von 255 = 32%
B 110 von 255 = 43%
R + G + B ~ 40%. #75516E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
117 + 81 + 110 = 308 (100%)
R 117 von 308 ~ 37.99%
G 81 von 308 ~ 26.3%
B 110 von 308 ~ 35.71%
Die Farbe #75516E wird in CMYK als (0,31,6,54) definiert.
CMYK: (0,31,6,54) C0M31Y6K54 (0%,31%,6%,54%) (0.00/0.31/0.06/0.54)
75 | 51 | 6E | |
---|---|---|---|
RGB | 117 | 81 | 110 |
HSL | 312° | 18.18% | 38.82% |
HSB/HSV | 312° | 30.77% | 45.88% |
CMYK | 0.00% | 30.77% | 5.98% |
54.12% |
Hexadezimal | 75 | 51 | 6E |
Dezimal | 117 | 81 | 110 |
Binär | 1110101 | 1010001 | 1101110 |
Oktal | 165 | 121 | 156 |
Beispiele css- und html für Elemente in der Farbe #75516E. Bitte benutzen Sie auch rgb(117,81,110) statt hex-Code.
.myTextColor { color: #75516E; }
<p style="color:#75516E">This sample text font color is #75516E.</p>
Die Farbe dieses Textes ist #75516E.
.myBgColor { background-color: #75516E; }
<div style="background-color:#75516E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75516E.
.myBorderColor { border: 1px solid #75516E; }
<div style="border:3px solid #75516E">Div</div>
Die Grenzen von diesem div sind in Farbe #75516E.
.myOpacity80 { color: #75516E; opacity: 0.8; }
<p style="color:#75516E;opacity:0.8;">80%</p>
Text in Farbe #75516E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75516E;}
<p style="text-shadow: 3px 3px 1px #75516E">Text here.</p>
Dieser Text hat den Schatten in Farbe #75516E.
.textShadow {text-shadow: 3px 3px 1px #75516E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75516E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75516E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75516E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75516E, Direction=45, Strength=4)">Text</p>
This text has shadow with #75516E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #75516E; -webkit-box-shadow: 1px 1px 3px 2px #75516E; box-shadow: 1px 1px 3px 2px #75516E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #75516E; -webkit-box-shadow: 1px 1px 3px 2px #75516E; box-shadow:1px 1px 3px 2px #75516E;">
Div content here</div>
Dieser Text ist in der Farbe #75516E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75516E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75516E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75516E.