HEX: #C7C340
RGB: (199,195,64)
#C7C340 contains mainly red and green colors. Web safe color of #C7C340 is #CCCC33 (or #CC3).
#C7C340 color RGB value is (199,195,64).
RGB: (199,195,64)
(78%, 76%, 25%)
R 199 of 255 = 78%
G 195 of 255 = 76%
B 64 of 255 = 25%
R + G + B ~ 60%. #C7C340 is middle color (not dark and not light).
R + G + B = 199 + 195 + 64 = 458 (100%)
R 199 of 458 ~ 43.45%
G 195 of 458 ~ 42.58%
B 64 of 458 ~ 13.97'%
#C7C340 color CMYK value is (0,2,68,22).
CMYK: (0,2,68,22)
C0M2Y68K22 (0%, 2%, 68%, 22%)
(0.00 / 0.02 / 0.68 / 0.22)
Color #C7C340 in popluar color models
C7 | C3 | 40 | |
---|---|---|---|
RGB | 199 | 195 | 64 |
HSL | 58° | 54.66% | 51.57% |
HSB/HSV | 58° | 67.84% | 78.04% |
CMYK | 0.00% | 2.01% | 67.84% |
21.96% |
Color #C7C340 in popluar number systems.
HEX | C7 | C3 | 40 |
Decimal | 199 | 195 | 64 |
Binary | 11000111 | 11000011 | 1000000 |
Octal | 307 | 303 | 100 |
Shades of #C7C340
Tints of #C7C340
Examples of css and html codes for elements with #C7C340 color. Also use rgb(199,195,64) instead hex code.
.myTextColor { color: #C7C340; }
<p style="color:#C7C340">This sample text font color is #C7C340.</p>
This text font color is #C7C340.
.myBgColor { background-color: #C7C340; }
<div style="background-color:#C7C340">Inner text</div>
This div background color is #C7C340.
.myBorderColor { border: 1px solid #C7C340; }
<div style="border:3px solid #C7C340">Div</div>
This div border color is #C7C340.
.myOpacity80 { color: #C7C340; opacity: 0.8; }
<p style="color:#C7C340;opacity:0.8;">80%</p>
Text with #C7C340 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C340;}
<p style="text-shadow: 3px 3px 1px #C7C340">Text here.</p>
This text has shadow with #C7C340 color.
.textShadow {text-shadow: 3px 3px 1px #C7C340', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C340, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7C340 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C340, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C340, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C340 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7C340;
-webkit-box-shadow: 1px 1px 3px 2px #C7C340;
box-shadow: 1px 1px 3px 2px #C7C340;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7C340; -webkit-box-shadow: 1px 1px 3px 2px #C7C340; box-shadow:1px 1px 3px 2px #C7C340;">
Div content here
</div>
This text has color #C7C340 on black background.
This text has color #C7C340 on white background.
This text has black color on #C7C340 background.
This text has white color on #C7C340 background.
Complementary color for #hex is #383CBF.