HEX: #C5924C
RGB: (197,146,76)
#C5924C contains mainly red and green colors. Web safe color of #C5924C is #CC9933 (or #C93).
#C5924C color RGB value is (197,146,76).
RGB: (197,146,76)
(77%, 57%, 30%)
R 197 of 255 = 77%
G 146 of 255 = 57%
B 76 of 255 = 30%
R + G + B ~ 55%. #C5924C is middle color (not dark and not light).
R + G + B = 197 + 146 + 76 = 419 (100%)
R 197 of 419 ~ 47.02%
G 146 of 419 ~ 34.84%
B 76 of 419 ~ 18.14'%
#C5924C color CMYK value is (0,26,61,23).
CMYK: (0,26,61,23)
C0M26Y61K23 (0%, 26%, 61%, 23%)
(0.00 / 0.26 / 0.61 / 0.23)
Color #C5924C in popluar color models
C5 | 92 | 4C | |
---|---|---|---|
RGB | 197 | 146 | 76 |
HSL | 35° | 51.05% | 53.53% |
HSB/HSV | 35° | 61.42% | 77.25% |
CMYK | 0.00% | 25.89% | 61.42% |
22.75% |
Color #C5924C in popluar number systems.
HEX | C5 | 92 | 4C |
Decimal | 197 | 146 | 76 |
Binary | 11000101 | 10010010 | 1001100 |
Octal | 305 | 222 | 114 |
Shades of #C5924C
Tints of #C5924C
Examples of css and html codes for elements with #C5924C color. Also use rgb(197,146,76) instead hex code.
.myTextColor { color: #C5924C; }
<p style="color:#C5924C">This sample text font color is #C5924C.</p>
This text font color is #C5924C.
.myBgColor { background-color: #C5924C; }
<div style="background-color:#C5924C">Inner text</div>
This div background color is #C5924C.
.myBorderColor { border: 1px solid #C5924C; }
<div style="border:3px solid #C5924C">Div</div>
This div border color is #C5924C.
.myOpacity80 { color: #C5924C; opacity: 0.8; }
<p style="color:#C5924C;opacity:0.8;">80%</p>
Text with #C5924C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5924C;}
<p style="text-shadow: 3px 3px 1px #C5924C">Text here.</p>
This text has shadow with #C5924C color.
.textShadow {text-shadow: 3px 3px 1px #C5924C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5924C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5924C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5924C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5924C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5924C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5924C;
-webkit-box-shadow: 1px 1px 3px 2px #C5924C;
box-shadow: 1px 1px 3px 2px #C5924C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5924C; -webkit-box-shadow: 1px 1px 3px 2px #C5924C; box-shadow:1px 1px 3px 2px #C5924C;">
Div content here
</div>
This text has color #C5924C on black background.
This text has color #C5924C on white background.
This text has black color on #C5924C background.
This text has white color on #C5924C background.
Complementary color for #hex is #3A6DB3.