HEX: #C4A63B
RGB: (196,166,59)
#C4A63B contains mainly red and green colors. Web safe color of #C4A63B is #CC9933 (or #C93).
#C4A63B color RGB value is (196,166,59).
RGB: (196,166,59)
(77%, 65%, 23%)
R 196 of 255 = 77%
G 166 of 255 = 65%
B 59 of 255 = 23%
R + G + B ~ 55%. #C4A63B is middle color (not dark and not light).
R + G + B = 196 + 166 + 59 = 421 (100%)
R 196 of 421 ~ 46.56%
G 166 of 421 ~ 39.43%
B 59 of 421 ~ 14.01'%
#C4A63B color CMYK value is (0,15,70,23).
CMYK: (0,15,70,23)
C0M15Y70K23 (0%, 15%, 70%, 23%)
(0.00 / 0.15 / 0.70 / 0.23)
Color #C4A63B in popluar color models
C4 | A6 | 3B | |
---|---|---|---|
RGB | 196 | 166 | 59 |
HSL | 47° | 53.73% | 50.00% |
HSB/HSV | 47° | 69.90% | 76.86% |
CMYK | 0.00% | 15.31% | 69.90% |
23.14% |
Color #C4A63B in popluar number systems.
HEX | C4 | A6 | 3B |
Decimal | 196 | 166 | 59 |
Binary | 11000100 | 10100110 | 111011 |
Octal | 304 | 246 | 73 |
Shades of #C4A63B
Tints of #C4A63B
Examples of css and html codes for elements with #C4A63B color. Also use rgb(196,166,59) instead hex code.
.myTextColor { color: #C4A63B; }
<p style="color:#C4A63B">This sample text font color is #C4A63B.</p>
This text font color is #C4A63B.
.myBgColor { background-color: #C4A63B; }
<div style="background-color:#C4A63B">Inner text</div>
This div background color is #C4A63B.
.myBorderColor { border: 1px solid #C4A63B; }
<div style="border:3px solid #C4A63B">Div</div>
This div border color is #C4A63B.
.myOpacity80 { color: #C4A63B; opacity: 0.8; }
<p style="color:#C4A63B;opacity:0.8;">80%</p>
Text with #C4A63B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4A63B;}
<p style="text-shadow: 3px 3px 1px #C4A63B">Text here.</p>
This text has shadow with #C4A63B color.
.textShadow {text-shadow: 3px 3px 1px #C4A63B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4A63B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4A63B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4A63B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4A63B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4A63B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4A63B;
-webkit-box-shadow: 1px 1px 3px 2px #C4A63B;
box-shadow: 1px 1px 3px 2px #C4A63B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4A63B; -webkit-box-shadow: 1px 1px 3px 2px #C4A63B; box-shadow:1px 1px 3px 2px #C4A63B;">
Div content here
</div>
This text has color #C4A63B on black background.
This text has color #C4A63B on white background.
This text has black color on #C4A63B background.
This text has white color on #C4A63B background.
Complementary color for #hex is #3B59C4.