HEX: #ACB395
RGB: (172,179,149)
#ACB395 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ACB395 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #ACB395 wird in RGB als (172,179,149) definiert.
RGB: (172,179,149) (67%,70%,58%)
R 172 von 255 = 67%
G 179 von 255 = 70%
B 149 von 255 = 58%
R + G + B ~ 65%. #ACB395 ziemlich helle Farbe.
R + G + B =
172 + 179 + 149 = 500 (100%)
R 172 von 500 ~ 34.4%
G 179 von 500 ~ 35.8%
B 149 von 500 ~ 29.8%
Die Farbe #ACB395 wird in CMYK als (4,0,17,30) definiert.
CMYK: (4,0,17,30) C4M0Y17K30 (4%,0%,17%,30%) (0.04/0.00/0.17/0.30)
AC | B3 | 95 | |
---|---|---|---|
RGB | 172 | 179 | 149 |
HSL | 74° | 16.48% | 64.31% |
HSB/HSV | 74° | 16.76% | 70.20% |
CMYK | 3.91% | 0.00% | 16.76% |
29.80% |
Hexadezimal | AC | B3 | 95 |
Dezimal | 172 | 179 | 149 |
Binär | 10101100 | 10110011 | 10010101 |
Oktal | 254 | 263 | 225 |
Beispiele css- und html für Elemente in der Farbe #ACB395. Bitte benutzen Sie auch rgb(172,179,149) statt hex-Code.
.myTextColor { color: #ACB395; }
<p style="color:#ACB395">This sample text font color is #ACB395.</p>
Die Farbe dieses Textes ist #ACB395.
.myBgColor { background-color: #ACB395; }
<div style="background-color:#ACB395">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ACB395.
.myBorderColor { border: 1px solid #ACB395; }
<div style="border:3px solid #ACB395">Div</div>
Die Grenzen von diesem div sind in Farbe #ACB395.
.myOpacity80 { color: #ACB395; opacity: 0.8; }
<p style="color:#ACB395;opacity:0.8;">80%</p>
Text in Farbe #ACB395 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACB395;}
<p style="text-shadow: 3px 3px 1px #ACB395">Text here.</p>
Dieser Text hat den Schatten in Farbe #ACB395.
.textShadow {text-shadow: 3px 3px 1px #ACB395, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACB395, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ACB395 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACB395, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACB395, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACB395 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ACB395; -webkit-box-shadow: 1px 1px 3px 2px #ACB395; box-shadow: 1px 1px 3px 2px #ACB395; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ACB395; -webkit-box-shadow: 1px 1px 3px 2px #ACB395; box-shadow:1px 1px 3px 2px #ACB395;">
Div content here</div>
Dieser Text ist in der Farbe #ACB395 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ACB395 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ACB395.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ACB395.