HEX: #466B38
RGB: (70,107,56)
#466B38 contains red, green and blue colors in about the same proportion. Web safe color of #466B38 is #336633 (or #363).
#466B38 color RGB value is (70,107,56).
RGB: (70,107,56)
(27%, 42%, 22%)
R 70 of 255 = 27%
G 107 of 255 = 42%
B 56 of 255 = 22%
R + G + B ~ 30%. #466B38 is quite dark color.
R + G + B = 70 + 107 + 56 = 233 (100%)
R 70 of 233 ~ 30.04%
G 107 of 233 ~ 45.92%
B 56 of 233 ~ 24.03'%
#466B38 color CMYK value is (35,0,48,58).
CMYK: (35,0,48,58) C35M0Y48K58 (35%,0%,48%,58%) (0.35/0.00/0.48/0.58)
Color #466B38 in popluar color models
46 | 6B | 38 | |
---|---|---|---|
RGB | 70 | 107 | 56 |
HSL | 104° | 31.29% | 31.96% |
HSB/HSV | 104° | 47.66% | 41.96% |
CMYK | 34.58% | 0.00% | 47.66% |
58.04% |
Color #466B38 in popluar number systems.
HEX | 46 | 6B | 38 |
Decimal | 70 | 107 | 56 |
Binary | 1000110 | 1101011 | 111000 |
Octal | 106 | 153 | 70 |
Shades of #466B38
Tints of #466B38
Examples of css and html codes for elements with #466B38 color. Also use rgb(70,107,56) instead hex code.
.myTextColor { color: #466B38; }
<p style="color:#466B38">This sample text font color is #466B38.</p>
This text font color is #466B38.
.myBgColor { background-color: #466B38; }
<div style="background-color:#466B38">Inner text</div>
This div background color is #466B38.
.myBorderColor { border: 1px solid #466B38; }
<div style="border:3px solid #466B38">Div</div>
This div border color is #466B38.
.myOpacity80 { color: #466B38; opacity: 0.8; }
<p style="color:#466B38;opacity:0.8;">80%</p>
Text with #466B38 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466B38;}
<p style="text-shadow: 3px 3px 1px #466B38">Text here.</p>
This text has shadow with #466B38 color.
.textShadow {text-shadow: 3px 3px 1px #466B38', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466B38, 5px 5px 20px red">Text here.</p>
This text has shadow with #466B38 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466B38, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466B38, Direction=45, Strength=4)">Text</p>
This text has shadow with #466B38 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #466B38;
-webkit-box-shadow: 1px 1px 3px 2px #466B38;
box-shadow: 1px 1px 3px 2px #466B38;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #466B38; -webkit-box-shadow: 1px 1px 3px 2px #466B38; box-shadow:1px 1px 3px 2px #466B38;">
Div content here
</div>
This text has color #466B38 on black background.
This text has color #466B38 on white background.
This text has black color on #466B38 background.
This text has white color on #466B38 background.
Complementary color for #hex is #B994C7.