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