HEX: #4C776A
RGB: (76,119,106)
#4C776A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C776A ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4C776A wird in RGB als (76,119,106) definiert.
RGB: (76,119,106)
(30%, 47%, 42%)
R 76 von 255 = 30%
G 119 von 255 = 47%
B 106 von 255 = 42%
R + G + B ~ 40%. #4C776A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 76 + 119 + 106 = 301 (100%)
R 76 von 301 ~ 25.25%
G 119 von 301 ~ 39.53%
B 106 von 301 ~ 35.22'%
Die Farbe #4C776A wird in CMYK als (36,0,11,53) definiert.
CMYK: (36,0,11,53)
C36M0Y11K53 (36%, 0%, 11%, 53%)
(0.36 / 0.00 / 0.11 / 0.53)
Farbe #4C776A in den populären Farbmodellen.
4C | 77 | 6A | |
---|---|---|---|
RGB | 76 | 119 | 106 |
HSL | 162° | 22.05% | 38.24% |
HSB/HSV | 162° | 36.13% | 46.67% |
CMYK | 36.13% | 0.00% | 10.92% |
53.33% |
Die Farbe #4C776A in den populären Zahlensystemen.
Hexadezimal | 4C | 77 | 6A |
Dezimal | 76 | 119 | 106 |
Binär | 1001100 | 1110111 | 1101010 |
Oktal | 114 | 167 | 152 |
Dunkle Töne der Farbe #4C776A
Helle Töne der Farbe #4C776A
Beispiele css- und html für Elemente in der Farbe #4C776A. Bitte benutzen Sie auch rgb(76,119,106) statt hex-Code.
.myTextColor { color: #4C776A; }
<p style="color:#4C776A">This sample text font color is #4C776A.</p>
Die Farbe dieses Textes ist #4C776A.
.myBgColor { background-color: #4C776A; }
<div style="background-color:#4C776A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C776A.
.myBorderColor { border: 1px solid #4C776A; }
<div style="border:3px solid #4C776A">Div</div>
Die Grenzen von diesem div sind in Farbe #4C776A.
.myOpacity80 { color: #4C776A; opacity: 0.8; }
<p style="color:#4C776A;opacity:0.8;">80%</p>
Text in Farbe #4C776A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C776A;}
<p style="text-shadow: 3px 3px 1px #4C776A">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C776A.
.textShadow {text-shadow: 3px 3px 1px #4C776A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C776A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C776A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C776A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C776A, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C776A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C776A;
-webkit-box-shadow: 1px 1px 3px 2px #4C776A;
box-shadow: 1px 1px 3px 2px #4C776A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C776A; -webkit-box-shadow: 1px 1px 3px 2px #4C776A; box-shadow:1px 1px 3px 2px #4C776A;">
Div content here
</div>
Dieser Text ist in der Farbe #4C776A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C776A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C776A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C776A.
Kontrastfarbe für #hex ist #B38895.