HEX: #74A48C
RGB: (116,164,140)
#74A48C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #74A48C ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #74A48C wird in RGB als (116,164,140) definiert.
RGB: (116,164,140)
(45%, 64%, 55%)
R 116 von 255 = 45%
G 164 von 255 = 64%
B 140 von 255 = 55%
R + G + B ~ 55%. #74A48C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 164 + 140 = 420 (100%)
R 116 von 420 ~ 27.62%
G 164 von 420 ~ 39.05%
B 140 von 420 ~ 33.33'%
Die Farbe #74A48C wird in CMYK als (29,0,15,36) definiert.
CMYK: (29,0,15,36)
C29M0Y15K36 (29%, 0%, 15%, 36%)
(0.29 / 0.00 / 0.15 / 0.36)
Farbe #74A48C in den populären Farbmodellen.
74 | A4 | 8C | |
---|---|---|---|
RGB | 116 | 164 | 140 |
HSL | 150° | 20.87% | 54.90% |
HSB/HSV | 150° | 29.27% | 64.31% |
CMYK | 29.27% | 0.00% | 14.63% |
35.69% |
Die Farbe #74A48C in den populären Zahlensystemen.
Hexadezimal | 74 | A4 | 8C |
Dezimal | 116 | 164 | 140 |
Binär | 1110100 | 10100100 | 10001100 |
Oktal | 164 | 244 | 214 |
Dunkle Töne der Farbe #74A48C
Helle Töne der Farbe #74A48C
Beispiele css- und html für Elemente in der Farbe #74A48C. Bitte benutzen Sie auch rgb(116,164,140) statt hex-Code.
.myTextColor { color: #74A48C; }
<p style="color:#74A48C">This sample text font color is #74A48C.</p>
Die Farbe dieses Textes ist #74A48C.
.myBgColor { background-color: #74A48C; }
<div style="background-color:#74A48C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74A48C.
.myBorderColor { border: 1px solid #74A48C; }
<div style="border:3px solid #74A48C">Div</div>
Die Grenzen von diesem div sind in Farbe #74A48C.
.myOpacity80 { color: #74A48C; opacity: 0.8; }
<p style="color:#74A48C;opacity:0.8;">80%</p>
Text in Farbe #74A48C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74A48C;}
<p style="text-shadow: 3px 3px 1px #74A48C">Text here.</p>
Dieser Text hat den Schatten in Farbe #74A48C.
.textShadow {text-shadow: 3px 3px 1px #74A48C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74A48C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74A48C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A48C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74A48C, Direction=45, Strength=4)">Text</p>
This text has shadow with #74A48C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74A48C;
-webkit-box-shadow: 1px 1px 3px 2px #74A48C;
box-shadow: 1px 1px 3px 2px #74A48C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A48C; -webkit-box-shadow: 1px 1px 3px 2px #74A48C; box-shadow:1px 1px 3px 2px #74A48C;">
Div content here
</div>
Dieser Text ist in der Farbe #74A48C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74A48C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74A48C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74A48C.
Kontrastfarbe für #hex ist #8B5B73.