HEX: #466448
RGB: (70,100,72)
#466448 contains red, green and blue colors in about the same proportion. Web safe color of #466448 is #336633 (or #363).
#466448 color RGB value is (70,100,72).
RGB: (70,100,72) (27%,39%,28%)
R 70 of 255 = 27%
G 100 of 255 = 39%
B 72 of 255 = 28%
R + G + B ~ 31%. #466448 is quite dark color.
R + G + B =
70 + 100 + 72 = 242 (100%)
R 70 of 242 ~ 28.93%
G 100 of 242 ~ 41.32%
B 72 of 242 ~ 29.75%
#466448 color CMYK value is (30,0,28,61).
CMYK: (30,0,28,61) C30M0Y28K61 (30%,0%,28%,61%) (0.30/0.00/0.28/0.61)
46 | 64 | 48 | |
---|---|---|---|
RGB | 70 | 100 | 72 |
HSL | 124° | 17.65% | 33.33% |
HSB/HSV | 124° | 30.00% | 39.22% |
CMYK | 30.00% | 0.00% | 28.00% |
60.78% |
HEX | 46 | 64 | 48 |
Decimal | 70 | 100 | 72 |
Binary | 1000110 | 1100100 | 1001000 |
Octal | 106 | 144 | 110 |
Examples of css and html codes for elements with #466448 color. Also use rgb(70,100,72) instead hex code.
.myTextColor { color: #466448; }
<p style="color:#466448">This sample text font color is #466448.</p>
This text font color is #466448.
.myBgColor { background-color: #466448; }
<div style="background-color:#466448">Inner text</div>
This div background color is #466448.
.myBorderColor { border: 1px solid #466448; }
<div style="border:3px solid #466448">Div</div>
This div border color is #466448.
.myOpacity80 { color: #466448; opacity: 0.8; }
<p style="color:#466448;opacity:0.8;">80%</p>
Text with #466448 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466448;}
<p style="text-shadow: 3px 3px 1px #466448">Text here.</p>
This text has shadow with #466448 color.
.textShadow {text-shadow: 3px 3px 1px #466448, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466448, 5px 5px 20px red">Text here.</p>
This text has shadow with #466448 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466448, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466448, Direction=45, Strength=4)">Text</p>
This text has shadow with #466448 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466448; -webkit-box-shadow: 1px 1px 3px 2px #466448; box-shadow: 1px 1px 3px 2px #466448; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #466448; -webkit-box-shadow: 1px 1px 3px 2px #466448; box-shadow:1px 1px 3px 2px #466448;">
Div content here</div>
This text has color #466448 on black background.
This text has color #466448 on white background.
This text has black color on #466448 background.
This text has white color on #466448 background.