HEX: #4B795F
RGB: (75,121,95)
#4B795F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4B795F ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4B795F wird in RGB als (75,121,95) definiert.
RGB: (75,121,95) (29%,47%,37%)
R 75 von 255 = 29%
G 121 von 255 = 47%
B 95 von 255 = 37%
R + G + B ~ 38%. #4B795F ziemlich dunkle Farbe.
R + G + B =
75 + 121 + 95 = 291 (100%)
R 75 von 291 ~ 25.77%
G 121 von 291 ~ 41.58%
B 95 von 291 ~ 32.65%
Die Farbe #4B795F wird in CMYK als (38,0,21,53) definiert.
CMYK: (38,0,21,53) C38M0Y21K53 (38%,0%,21%,53%) (0.38/0.00/0.21/0.53)
4B | 79 | 5F | |
---|---|---|---|
RGB | 75 | 121 | 95 |
HSL | 146° | 23.47% | 38.43% |
HSB/HSV | 146° | 38.02% | 47.45% |
CMYK | 38.02% | 0.00% | 21.49% |
52.55% |
Hexadezimal | 4B | 79 | 5F |
Dezimal | 75 | 121 | 95 |
Binär | 1001011 | 1111001 | 1011111 |
Oktal | 113 | 171 | 137 |
Beispiele css- und html für Elemente in der Farbe #4B795F. Bitte benutzen Sie auch rgb(75,121,95) statt hex-Code.
.myTextColor { color: #4B795F; }
<p style="color:#4B795F">This sample text font color is #4B795F.</p>
Die Farbe dieses Textes ist #4B795F.
.myBgColor { background-color: #4B795F; }
<div style="background-color:#4B795F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B795F.
.myBorderColor { border: 1px solid #4B795F; }
<div style="border:3px solid #4B795F">Div</div>
Die Grenzen von diesem div sind in Farbe #4B795F.
.myOpacity80 { color: #4B795F; opacity: 0.8; }
<p style="color:#4B795F;opacity:0.8;">80%</p>
Text in Farbe #4B795F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B795F;}
<p style="text-shadow: 3px 3px 1px #4B795F">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B795F.
.textShadow {text-shadow: 3px 3px 1px #4B795F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B795F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B795F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B795F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B795F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B795F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4B795F; -webkit-box-shadow: 1px 1px 3px 2px #4B795F; box-shadow: 1px 1px 3px 2px #4B795F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4B795F; -webkit-box-shadow: 1px 1px 3px 2px #4B795F; box-shadow:1px 1px 3px 2px #4B795F;">
Div content here</div>
Dieser Text ist in der Farbe #4B795F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B795F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B795F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B795F.