HEX: #C4742C
RGB: (196,116,44)
#C4742C contains mainly red color. Web safe color of #C4742C is #CC6633 (or #C63).
#C4742C color RGB value is (196,116,44).
RGB: (196,116,44)
(77%, 45%, 17%)
R 196 of 255 = 77%
G 116 of 255 = 45%
B 44 of 255 = 17%
R + G + B ~ 46%. #C4742C is middle color (not dark and not light).
R + G + B = 196 + 116 + 44 = 356 (100%)
R 196 of 356 ~ 55.06%
G 116 of 356 ~ 32.58%
B 44 of 356 ~ 12.36'%
#C4742C color CMYK value is (0,41,78,23).
CMYK: (0,41,78,23) C0M41Y78K23 (0%,41%,78%,23%) (0.00/0.41/0.78/0.23)
Color #C4742C in popluar color models
C4 | 74 | 2C | |
---|---|---|---|
RGB | 196 | 116 | 44 |
HSL | 28° | 63.33% | 47.06% |
HSB/HSV | 28° | 77.55% | 76.86% |
CMYK | 0.00% | 40.82% | 77.55% |
23.14% |
Color #C4742C in popluar number systems.
HEX | C4 | 74 | 2C |
Decimal | 196 | 116 | 44 |
Binary | 11000100 | 1110100 | 101100 |
Octal | 304 | 164 | 54 |
Shades of #C4742C
Tints of #C4742C
Examples of css and html codes for elements with #C4742C color. Also use rgb(196,116,44) instead hex code.
.myTextColor { color: #C4742C; }
<p style="color:#C4742C">This sample text font color is #C4742C.</p>
This text font color is #C4742C.
.myBgColor { background-color: #C4742C; }
<div style="background-color:#C4742C">Inner text</div>
This div background color is #C4742C.
.myBorderColor { border: 1px solid #C4742C; }
<div style="border:3px solid #C4742C">Div</div>
This div border color is #C4742C.
.myOpacity80 { color: #C4742C; opacity: 0.8; }
<p style="color:#C4742C;opacity:0.8;">80%</p>
Text with #C4742C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4742C;}
<p style="text-shadow: 3px 3px 1px #C4742C">Text here.</p>
This text has shadow with #C4742C color.
.textShadow {text-shadow: 3px 3px 1px #C4742C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4742C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4742C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4742C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4742C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4742C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4742C;
-webkit-box-shadow: 1px 1px 3px 2px #C4742C;
box-shadow: 1px 1px 3px 2px #C4742C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4742C; -webkit-box-shadow: 1px 1px 3px 2px #C4742C; box-shadow:1px 1px 3px 2px #C4742C;">
Div content here
</div>
This text has color #C4742C on black background.
This text has color #C4742C on white background.
This text has black color on #C4742C background.
This text has white color on #C4742C background.
Complementary color for #hex is #3B8BD3.
Color #C4742C is used in Light Brown gradient.
Light Brown