HEX: #74476C
RGB: (116,71,108)
#74476C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #74476C ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #74476C wird in RGB als (116,71,108) definiert.
RGB: (116,71,108)
(45%, 28%, 42%)
R 116 von 255 = 45%
G 71 von 255 = 28%
B 108 von 255 = 42%
R + G + B ~ 38%. #74476C ziemlich dunkle Farbe.
R + G + B = 116 + 71 + 108 = 295 (100%)
R 116 von 295 ~ 39.32%
G 71 von 295 ~ 24.07%
B 108 von 295 ~ 36.61'%
Die Farbe #74476C wird in CMYK als (0,39,7,55) definiert.
CMYK: (0,39,7,55)
C0M39Y7K55 (0%, 39%, 7%, 55%)
(0.00 / 0.39 / 0.07 / 0.55)
Farbe #74476C in den populären Farbmodellen.
74 | 47 | 6C | |
---|---|---|---|
RGB | 116 | 71 | 108 |
HSL | 311° | 24.06% | 36.67% |
HSB/HSV | 311° | 38.79% | 45.49% |
CMYK | 0.00% | 38.79% | 6.90% |
54.51% |
Die Farbe #74476C in den populären Zahlensystemen.
Hexadezimal | 74 | 47 | 6C |
Dezimal | 116 | 71 | 108 |
Binär | 1110100 | 1000111 | 1101100 |
Oktal | 164 | 107 | 154 |
Dunkle Töne der Farbe #74476C
Helle Töne der Farbe #74476C
Beispiele css- und html für Elemente in der Farbe #74476C. Bitte benutzen Sie auch rgb(116,71,108) statt hex-Code.
.myTextColor { color: #74476C; }
<p style="color:#74476C">This sample text font color is #74476C.</p>
Die Farbe dieses Textes ist #74476C.
.myBgColor { background-color: #74476C; }
<div style="background-color:#74476C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #74476C.
.myBorderColor { border: 1px solid #74476C; }
<div style="border:3px solid #74476C">Div</div>
Die Grenzen von diesem div sind in Farbe #74476C.
.myOpacity80 { color: #74476C; opacity: 0.8; }
<p style="color:#74476C;opacity:0.8;">80%</p>
Text in Farbe #74476C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74476C;}
<p style="text-shadow: 3px 3px 1px #74476C">Text here.</p>
Dieser Text hat den Schatten in Farbe #74476C.
.textShadow {text-shadow: 3px 3px 1px #74476C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74476C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #74476C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74476C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74476C, Direction=45, Strength=4)">Text</p>
This text has shadow with #74476C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74476C;
-webkit-box-shadow: 1px 1px 3px 2px #74476C;
box-shadow: 1px 1px 3px 2px #74476C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74476C; -webkit-box-shadow: 1px 1px 3px 2px #74476C; box-shadow:1px 1px 3px 2px #74476C;">
Div content here
</div>
Dieser Text ist in der Farbe #74476C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #74476C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #74476C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #74476C.
Kontrastfarbe für #hex ist #8BB893.