HEX: #C49E58
RGB: (196,158,88)
#C49E58 contains mainly red and green colors. Web safe color of #C49E58 is #CC9966 (or #C96).
#C49E58 color RGB value is (196,158,88).
RGB: (196,158,88)
(77%, 62%, 35%)
R 196 of 255 = 77%
G 158 of 255 = 62%
B 88 of 255 = 35%
R + G + B ~ 58%. #C49E58 is middle color (not dark and not light).
R + G + B = 196 + 158 + 88 = 442 (100%)
R 196 of 442 ~ 44.34%
G 158 of 442 ~ 35.75%
B 88 of 442 ~ 19.91'%
#C49E58 color CMYK value is (0,19,55,23).
CMYK: (0,19,55,23)
C0M19Y55K23 (0%, 19%, 55%, 23%)
(0.00 / 0.19 / 0.55 / 0.23)
Color #C49E58 in popluar color models
C4 | 9E | 58 | |
---|---|---|---|
RGB | 196 | 158 | 88 |
HSL | 39° | 47.79% | 55.69% |
HSB/HSV | 39° | 55.10% | 76.86% |
CMYK | 0.00% | 19.39% | 55.10% |
23.14% |
Color #C49E58 in popluar number systems.
HEX | C4 | 9E | 58 |
Decimal | 196 | 158 | 88 |
Binary | 11000100 | 10011110 | 1011000 |
Octal | 304 | 236 | 130 |
Shades of #C49E58
Tints of #C49E58
Examples of css and html codes for elements with #C49E58 color. Also use rgb(196,158,88) instead hex code.
.myTextColor { color: #C49E58; }
<p style="color:#C49E58">This sample text font color is #C49E58.</p>
This text font color is #C49E58.
.myBgColor { background-color: #C49E58; }
<div style="background-color:#C49E58">Inner text</div>
This div background color is #C49E58.
.myBorderColor { border: 1px solid #C49E58; }
<div style="border:3px solid #C49E58">Div</div>
This div border color is #C49E58.
.myOpacity80 { color: #C49E58; opacity: 0.8; }
<p style="color:#C49E58;opacity:0.8;">80%</p>
Text with #C49E58 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49E58;}
<p style="text-shadow: 3px 3px 1px #C49E58">Text here.</p>
This text has shadow with #C49E58 color.
.textShadow {text-shadow: 3px 3px 1px #C49E58', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49E58, 5px 5px 20px red">Text here.</p>
This text has shadow with #C49E58 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49E58, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49E58, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49E58 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C49E58;
-webkit-box-shadow: 1px 1px 3px 2px #C49E58;
box-shadow: 1px 1px 3px 2px #C49E58;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C49E58; -webkit-box-shadow: 1px 1px 3px 2px #C49E58; box-shadow:1px 1px 3px 2px #C49E58;">
Div content here
</div>
This text has color #C49E58 on black background.
This text has color #C49E58 on white background.
This text has black color on #C49E58 background.
This text has white color on #C49E58 background.
Complementary color for #hex is #3B61A7.