HEX: #74847B
RGB: (116,132,123)
#74847B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #74847B ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #74847B wird in RGB als (116,132,123) definiert.
RGB: (116,132,123) (45%,52%,48%)
R 116 von 255 = 45%
G 132 von 255 = 52%
B 123 von 255 = 48%
R + G + B ~ 48%. #74847B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
116 + 132 + 123 = 371 (100%)
R 116 von 371 ~ 31.27%
G 132 von 371 ~ 35.58%
B 123 von 371 ~ 33.15%
Die Farbe #74847B wird in CMYK als (12,0,7,48) definiert.
CMYK: (12,0,7,48) C12M0Y7K48 (12%,0%,7%,48%) (0.12/0.00/0.07/0.48)
74 | 84 | 7B | |
---|---|---|---|
RGB | 116 | 132 | 123 |
HSL | 146° | 6.45% | 48.63% |
HSB/HSV | 146° | 12.12% | 51.76% |
CMYK | 12.12% | 0.00% | 6.82% |
48.24% |
Hexadezimal | 74 | 84 | 7B |
Dezimal | 116 | 132 | 123 |
Binär | 1110100 | 10000100 | 1111011 |
Oktal | 164 | 204 | 173 |
Beispiele css- und html für Elemente in der Farbe #74847B. Bitte benutzen Sie auch rgb(116,132,123) statt hex-Code.
.myTextColor { color: #74847B; }
<p style="color:#74847B">This sample text font color is #74847B.</p>
Die Farbe dieses Textes ist #74847B.
.myBgColor { background-color: #74847B; }
<div style="background-color:#74847B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74847B.
.myBorderColor { border: 1px solid #74847B; }
<div style="border:3px solid #74847B">Div</div>
Die Grenzen von diesem div sind in Farbe #74847B.
.myOpacity80 { color: #74847B; opacity: 0.8; }
<p style="color:#74847B;opacity:0.8;">80%</p>
Text in Farbe #74847B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74847B;}
<p style="text-shadow: 3px 3px 1px #74847B">Text here.</p>
Dieser Text hat den Schatten in Farbe #74847B.
.textShadow {text-shadow: 3px 3px 1px #74847B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74847B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74847B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74847B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74847B, Direction=45, Strength=4)">Text</p>
This text has shadow with #74847B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74847B; -webkit-box-shadow: 1px 1px 3px 2px #74847B; box-shadow: 1px 1px 3px 2px #74847B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #74847B; -webkit-box-shadow: 1px 1px 3px 2px #74847B; box-shadow:1px 1px 3px 2px #74847B;">
Div content here</div>
Dieser Text ist in der Farbe #74847B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74847B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74847B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74847B.