HEX: #C4AD36
RGB: (196,173,54)
#C4AD36 contains mainly red and green colors. Web safe color of #C4AD36 is #CC9933 (or #C93).
#C4AD36 color RGB value is (196,173,54).
RGB: (196,173,54)
(77%, 68%, 21%)
R 196 of 255 = 77%
G 173 of 255 = 68%
B 54 of 255 = 21%
R + G + B ~ 55%. #C4AD36 is middle color (not dark and not light).
R + G + B = 196 + 173 + 54 = 423 (100%)
R 196 of 423 ~ 46.34%
G 173 of 423 ~ 40.9%
B 54 of 423 ~ 12.77'%
#C4AD36 color CMYK value is (0,12,72,23).
CMYK: (0,12,72,23)
C0M12Y72K23 (0%, 12%, 72%, 23%)
(0.00 / 0.12 / 0.72 / 0.23)
Color #C4AD36 in popluar color models
C4 | AD | 36 | |
---|---|---|---|
RGB | 196 | 173 | 54 |
HSL | 50° | 56.80% | 49.02% |
HSB/HSV | 50° | 72.45% | 76.86% |
CMYK | 0.00% | 11.73% | 72.45% |
23.14% |
Color #C4AD36 in popluar number systems.
HEX | C4 | AD | 36 |
Decimal | 196 | 173 | 54 |
Binary | 11000100 | 10101101 | 110110 |
Octal | 304 | 255 | 66 |
Shades of #C4AD36
Tints of #C4AD36
Examples of css and html codes for elements with #C4AD36 color. Also use rgb(196,173,54) instead hex code.
.myTextColor { color: #C4AD36; }
<p style="color:#C4AD36">This sample text font color is #C4AD36.</p>
This text font color is #C4AD36.
.myBgColor { background-color: #C4AD36; }
<div style="background-color:#C4AD36">Inner text</div>
This div background color is #C4AD36.
.myBorderColor { border: 1px solid #C4AD36; }
<div style="border:3px solid #C4AD36">Div</div>
This div border color is #C4AD36.
.myOpacity80 { color: #C4AD36; opacity: 0.8; }
<p style="color:#C4AD36;opacity:0.8;">80%</p>
Text with #C4AD36 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4AD36;}
<p style="text-shadow: 3px 3px 1px #C4AD36">Text here.</p>
This text has shadow with #C4AD36 color.
.textShadow {text-shadow: 3px 3px 1px #C4AD36', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4AD36, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4AD36 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4AD36, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4AD36, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4AD36 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4AD36;
-webkit-box-shadow: 1px 1px 3px 2px #C4AD36;
box-shadow: 1px 1px 3px 2px #C4AD36;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4AD36; -webkit-box-shadow: 1px 1px 3px 2px #C4AD36; box-shadow:1px 1px 3px 2px #C4AD36;">
Div content here
</div>
This text has color #C4AD36 on black background.
This text has color #C4AD36 on white background.
This text has black color on #C4AD36 background.
This text has white color on #C4AD36 background.
Complementary color for #hex is #3B52C9.