HEX: #4B754B
RGB: (75,117,75)
#4B754B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4B754B ist eine «websichere» Webfarbe #336633 (oder kurz #363).
Die Farbe #4B754B wird in RGB als (75,117,75) definiert.
RGB: (75,117,75)
(29%, 46%, 29%)
R 75 von 255 = 29%
G 117 von 255 = 46%
B 75 von 255 = 29%
R + G + B ~ 35%. #4B754B ziemlich dunkle Farbe.
R + G + B = 75 + 117 + 75 = 267 (100%)
R 75 von 267 ~ 28.09%
G 117 von 267 ~ 43.82%
B 75 von 267 ~ 28.09'%
Die Farbe #4B754B wird in CMYK als (36,0,36,54) definiert.
CMYK: (36,0,36,54) C36M0Y36K54 (36%,0%,36%,54%) (0.36/0.00/0.36/0.54)
Farbe #4B754B in den populären Farbmodellen.
4B | 75 | 4B | |
---|---|---|---|
RGB | 75 | 117 | 75 |
HSL | 120° | 21.88% | 37.65% |
HSB/HSV | 120° | 35.90% | 45.88% |
CMYK | 35.90% | 0.00% | 35.90% |
54.12% |
Die Farbe #4B754B in den populären Zahlensystemen.
Hexadezimal | 4B | 75 | 4B |
Dezimal | 75 | 117 | 75 |
Binär | 1001011 | 1110101 | 1001011 |
Oktal | 113 | 165 | 113 |
Dunkle Töne der Farbe #4B754B
Helle Töne der Farbe #4B754B
Beispiele css- und html für Elemente in der Farbe #4B754B. Bitte benutzen Sie auch rgb(75,117,75) statt hex-Code.
.myTextColor { color: #4B754B; }
<p style="color:#4B754B">This sample text font color is #4B754B.</p>
Die Farbe dieses Textes ist #4B754B.
.myBgColor { background-color: #4B754B; }
<div style="background-color:#4B754B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B754B.
.myBorderColor { border: 1px solid #4B754B; }
<div style="border:3px solid #4B754B">Div</div>
Die Grenzen von diesem div sind in Farbe #4B754B.
.myOpacity80 { color: #4B754B; opacity: 0.8; }
<p style="color:#4B754B;opacity:0.8;">80%</p>
Text in Farbe #4B754B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B754B;}
<p style="text-shadow: 3px 3px 1px #4B754B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B754B.
.textShadow {text-shadow: 3px 3px 1px #4B754B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B754B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B754B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B754B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B754B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B754B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B754B;
-webkit-box-shadow: 1px 1px 3px 2px #4B754B;
box-shadow: 1px 1px 3px 2px #4B754B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B754B; -webkit-box-shadow: 1px 1px 3px 2px #4B754B; box-shadow:1px 1px 3px 2px #4B754B;">
Div content here
</div>
Dieser Text ist in der Farbe #4B754B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B754B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B754B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B754B.
Kontrastfarbe für #hex ist #B48AB4.