HEX: #C7A346
RGB: (199,163,70)
#C7A346 contains mainly red and green colors. Web safe color of #C7A346 is #CC9933 (or #C93).
#C7A346 color RGB value is (199,163,70).
RGB: (199,163,70)
(78%, 64%, 27%)
R 199 of 255 = 78%
G 163 of 255 = 64%
B 70 of 255 = 27%
R + G + B ~ 56%. #C7A346 is middle color (not dark and not light).
R + G + B = 199 + 163 + 70 = 432 (100%)
R 199 of 432 ~ 46.06%
G 163 of 432 ~ 37.73%
B 70 of 432 ~ 16.2'%
#C7A346 color CMYK value is (0,18,65,22).
CMYK: (0,18,65,22) C0M18Y65K22 (0%,18%,65%,22%) (0.00/0.18/0.65/0.22)
Color #C7A346 in popluar color models
C7 | A3 | 46 | |
---|---|---|---|
RGB | 199 | 163 | 70 |
HSL | 43° | 53.53% | 52.75% |
HSB/HSV | 43° | 64.82% | 78.04% |
CMYK | 0.00% | 18.09% | 64.82% |
21.96% |
Color #C7A346 in popluar number systems.
HEX | C7 | A3 | 46 |
Decimal | 199 | 163 | 70 |
Binary | 11000111 | 10100011 | 1000110 |
Octal | 307 | 243 | 106 |
Shades of #C7A346
Tints of #C7A346
Examples of css and html codes for elements with #C7A346 color. Also use rgb(199,163,70) instead hex code.
.myTextColor { color: #C7A346; }
<p style="color:#C7A346">This sample text font color is #C7A346.</p>
This text font color is #C7A346.
.myBgColor { background-color: #C7A346; }
<div style="background-color:#C7A346">Inner text</div>
This div background color is #C7A346.
.myBorderColor { border: 1px solid #C7A346; }
<div style="border:3px solid #C7A346">Div</div>
This div border color is #C7A346.
.myOpacity80 { color: #C7A346; opacity: 0.8; }
<p style="color:#C7A346;opacity:0.8;">80%</p>
Text with #C7A346 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7A346;}
<p style="text-shadow: 3px 3px 1px #C7A346">Text here.</p>
This text has shadow with #C7A346 color.
.textShadow {text-shadow: 3px 3px 1px #C7A346', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7A346, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7A346 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7A346, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7A346, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7A346 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7A346;
-webkit-box-shadow: 1px 1px 3px 2px #C7A346;
box-shadow: 1px 1px 3px 2px #C7A346;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7A346; -webkit-box-shadow: 1px 1px 3px 2px #C7A346; box-shadow:1px 1px 3px 2px #C7A346;">
Div content here
</div>
This text has color #C7A346 on black background.
This text has color #C7A346 on white background.
This text has black color on #C7A346 background.
This text has white color on #C7A346 background.
Complementary color for #hex is #385CB9.