HEX: #4B776F
RGB: (75,119,111)
#4B776F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4B776F ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4B776F wird in RGB als (75,119,111) definiert.
RGB: (75,119,111) (29%,47%,44%)
R 75 von 255 = 29%
G 119 von 255 = 47%
B 111 von 255 = 44%
R + G + B ~ 40%. #4B776F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
75 + 119 + 111 = 305 (100%)
R 75 von 305 ~ 24.59%
G 119 von 305 ~ 39.02%
B 111 von 305 ~ 36.39%
Die Farbe #4B776F wird in CMYK als (37,0,7,53) definiert.
CMYK: (37,0,7,53) C37M0Y7K53 (37%,0%,7%,53%) (0.37/0.00/0.07/0.53)
4B | 77 | 6F | |
---|---|---|---|
RGB | 75 | 119 | 111 |
HSL | 169° | 22.68% | 38.04% |
HSB/HSV | 169° | 36.97% | 46.67% |
CMYK | 36.97% | 0.00% | 6.72% |
53.33% |
Hexadezimal | 4B | 77 | 6F |
Dezimal | 75 | 119 | 111 |
Binär | 1001011 | 1110111 | 1101111 |
Oktal | 113 | 167 | 157 |
Beispiele css- und html für Elemente in der Farbe #4B776F. Bitte benutzen Sie auch rgb(75,119,111) statt hex-Code.
.myTextColor { color: #4B776F; }
<p style="color:#4B776F">This sample text font color is #4B776F.</p>
Die Farbe dieses Textes ist #4B776F.
.myBgColor { background-color: #4B776F; }
<div style="background-color:#4B776F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B776F.
.myBorderColor { border: 1px solid #4B776F; }
<div style="border:3px solid #4B776F">Div</div>
Die Grenzen von diesem div sind in Farbe #4B776F.
.myOpacity80 { color: #4B776F; opacity: 0.8; }
<p style="color:#4B776F;opacity:0.8;">80%</p>
Text in Farbe #4B776F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B776F;}
<p style="text-shadow: 3px 3px 1px #4B776F">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B776F.
.textShadow {text-shadow: 3px 3px 1px #4B776F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B776F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B776F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B776F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B776F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B776F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4B776F; -webkit-box-shadow: 1px 1px 3px 2px #4B776F; box-shadow: 1px 1px 3px 2px #4B776F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4B776F; -webkit-box-shadow: 1px 1px 3px 2px #4B776F; box-shadow:1px 1px 3px 2px #4B776F;">
Div content here</div>
Dieser Text ist in der Farbe #4B776F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B776F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B776F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B776F.