HEX: #C49E46
RGB: (196,158,70)
#C49E46 contains mainly red and green colors. Web safe color of #C49E46 is #CC9933 (or #C93).
#C49E46 color RGB value is (196,158,70).
RGB: (196,158,70)
(77%, 62%, 27%)
R 196 of 255 = 77%
G 158 of 255 = 62%
B 70 of 255 = 27%
R + G + B ~ 55%. #C49E46 is middle color (not dark and not light).
R + G + B = 196 + 158 + 70 = 424 (100%)
R 196 of 424 ~ 46.23%
G 158 of 424 ~ 37.26%
B 70 of 424 ~ 16.51'%
#C49E46 color CMYK value is (0,19,64,23).
CMYK: (0,19,64,23)
C0M19Y64K23 (0%, 19%, 64%, 23%)
(0.00 / 0.19 / 0.64 / 0.23)
Color #C49E46 in popluar color models
C4 | 9E | 46 | |
---|---|---|---|
RGB | 196 | 158 | 70 |
HSL | 42° | 51.64% | 52.16% |
HSB/HSV | 42° | 64.29% | 76.86% |
CMYK | 0.00% | 19.39% | 64.29% |
23.14% |
Color #C49E46 in popluar number systems.
HEX | C4 | 9E | 46 |
Decimal | 196 | 158 | 70 |
Binary | 11000100 | 10011110 | 1000110 |
Octal | 304 | 236 | 106 |
Shades of #C49E46
Tints of #C49E46
Examples of css and html codes for elements with #C49E46 color. Also use rgb(196,158,70) instead hex code.
.myTextColor { color: #C49E46; }
<p style="color:#C49E46">This sample text font color is #C49E46.</p>
This text font color is #C49E46.
.myBgColor { background-color: #C49E46; }
<div style="background-color:#C49E46">Inner text</div>
This div background color is #C49E46.
.myBorderColor { border: 1px solid #C49E46; }
<div style="border:3px solid #C49E46">Div</div>
This div border color is #C49E46.
.myOpacity80 { color: #C49E46; opacity: 0.8; }
<p style="color:#C49E46;opacity:0.8;">80%</p>
Text with #C49E46 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49E46;}
<p style="text-shadow: 3px 3px 1px #C49E46">Text here.</p>
This text has shadow with #C49E46 color.
.textShadow {text-shadow: 3px 3px 1px #C49E46', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49E46, 5px 5px 20px red">Text here.</p>
This text has shadow with #C49E46 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49E46, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49E46, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49E46 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C49E46;
-webkit-box-shadow: 1px 1px 3px 2px #C49E46;
box-shadow: 1px 1px 3px 2px #C49E46;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C49E46; -webkit-box-shadow: 1px 1px 3px 2px #C49E46; box-shadow:1px 1px 3px 2px #C49E46;">
Div content here
</div>
This text has color #C49E46 on black background.
This text has color #C49E46 on white background.
This text has black color on #C49E46 background.
This text has white color on #C49E46 background.
Complementary color for #hex is #3B61B9.