HEX: #714B4C
RGB: (113,75,76)
#714B4C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #714B4C ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #714B4C wird in RGB als (113,75,76) definiert.
RGB: (113,75,76) (44%,29%,30%)
R 113 von 255 = 44%
G 75 von 255 = 29%
B 76 von 255 = 30%
R + G + B ~ 34%. #714B4C ziemlich dunkle Farbe.
R + G + B =
113 + 75 + 76 = 264 (100%)
R 113 von 264 ~ 42.8%
G 75 von 264 ~ 28.41%
B 76 von 264 ~ 28.79%
Die Farbe #714B4C wird in CMYK als (0,34,33,56) definiert.
CMYK: (0,34,33,56) C0M34Y33K56 (0%,34%,33%,56%) (0.00/0.34/0.33/0.56)
71 | 4B | 4C | |
---|---|---|---|
RGB | 113 | 75 | 76 |
HSL | 358° | 20.21% | 36.86% |
HSB/HSV | 358° | 33.63% | 44.31% |
CMYK | 0.00% | 33.63% | 32.74% |
55.69% |
Hexadezimal | 71 | 4B | 4C |
Dezimal | 113 | 75 | 76 |
Binär | 1110001 | 1001011 | 1001100 |
Oktal | 161 | 113 | 114 |
Beispiele css- und html für Elemente in der Farbe #714B4C. Bitte benutzen Sie auch rgb(113,75,76) statt hex-Code.
.myTextColor { color: #714B4C; }
<p style="color:#714B4C">This sample text font color is #714B4C.</p>
Die Farbe dieses Textes ist #714B4C.
.myBgColor { background-color: #714B4C; }
<div style="background-color:#714B4C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #714B4C.
.myBorderColor { border: 1px solid #714B4C; }
<div style="border:3px solid #714B4C">Div</div>
Die Grenzen von diesem div sind in Farbe #714B4C.
.myOpacity80 { color: #714B4C; opacity: 0.8; }
<p style="color:#714B4C;opacity:0.8;">80%</p>
Text in Farbe #714B4C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #714B4C;}
<p style="text-shadow: 3px 3px 1px #714B4C">Text here.</p>
Dieser Text hat den Schatten in Farbe #714B4C.
.textShadow {text-shadow: 3px 3px 1px #714B4C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #714B4C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #714B4C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714B4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#714B4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #714B4C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #714B4C; -webkit-box-shadow: 1px 1px 3px 2px #714B4C; box-shadow: 1px 1px 3px 2px #714B4C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #714B4C; -webkit-box-shadow: 1px 1px 3px 2px #714B4C; box-shadow:1px 1px 3px 2px #714B4C;">
Div content here</div>
Dieser Text ist in der Farbe #714B4C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #714B4C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #714B4C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #714B4C.