HEX: #46774B
RGB: (70,119,75)
#46774B contains red, green and blue colors in about the same proportion. Web safe color of #46774B is #336633 (or #363).
#46774B color RGB value is (70,119,75).
RGB: (70,119,75)
(27%, 47%, 29%)
R 70 of 255 = 27%
G 119 of 255 = 47%
B 75 of 255 = 29%
R + G + B ~ 34%. #46774B is quite dark color.
R + G + B = 70 + 119 + 75 = 264 (100%)
R 70 of 264 ~ 26.52%
G 119 of 264 ~ 45.08%
B 75 of 264 ~ 28.41'%
#46774B color CMYK value is (41,0,37,53).
CMYK: (41,0,37,53)
C41M0Y37K53 (41%, 0%, 37%, 53%)
(0.41 / 0.00 / 0.37 / 0.53)
Color #46774B in popluar color models
46 | 77 | 4B | |
---|---|---|---|
RGB | 70 | 119 | 75 |
HSL | 126° | 25.93% | 37.06% |
HSB/HSV | 126° | 41.18% | 46.67% |
CMYK | 41.18% | 0.00% | 36.97% |
53.33% |
Color #46774B in popluar number systems.
HEX | 46 | 77 | 4B |
Decimal | 70 | 119 | 75 |
Binary | 1000110 | 1110111 | 1001011 |
Octal | 106 | 167 | 113 |
Shades of #46774B
Tints of #46774B
Examples of css and html codes for elements with #46774B color. Also use rgb(70,119,75) instead hex code.
.myTextColor { color: #46774B; }
<p style="color:#46774B">This sample text font color is #46774B.</p>
This text font color is #46774B.
.myBgColor { background-color: #46774B; }
<div style="background-color:#46774B">Inner text</div>
This div background color is #46774B.
.myBorderColor { border: 1px solid #46774B; }
<div style="border:3px solid #46774B">Div</div>
This div border color is #46774B.
.myOpacity80 { color: #46774B; opacity: 0.8; }
<p style="color:#46774B;opacity:0.8;">80%</p>
Text with #46774B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #46774B;}
<p style="text-shadow: 3px 3px 1px #46774B">Text here.</p>
This text has shadow with #46774B color.
.textShadow {text-shadow: 3px 3px 1px #46774B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #46774B, 5px 5px 20px red">Text here.</p>
This text has shadow with #46774B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#46774B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#46774B, Direction=45, Strength=4)">Text</p>
This text has shadow with #46774B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #46774B;
-webkit-box-shadow: 1px 1px 3px 2px #46774B;
box-shadow: 1px 1px 3px 2px #46774B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #46774B; -webkit-box-shadow: 1px 1px 3px 2px #46774B; box-shadow:1px 1px 3px 2px #46774B;">
Div content here
</div>
This text has color #46774B on black background.
This text has color #46774B on white background.
This text has black color on #46774B background.
This text has white color on #46774B background.
Complementary color for #hex is #B988B4.