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