HEX: #C4745A
RGB: (196,116,90)
#C4745A contains mainly red color. Web safe color of #C4745A is #CC6666 (or #C66).
#C4745A color RGB value is (196,116,90).
RGB: (196,116,90)
(77%, 45%, 35%)
R 196 of 255 = 77%
G 116 of 255 = 45%
B 90 of 255 = 35%
R + G + B ~ 52%. #C4745A is middle color (not dark and not light).
R + G + B = 196 + 116 + 90 = 402 (100%)
R 196 of 402 ~ 48.76%
G 116 of 402 ~ 28.86%
B 90 of 402 ~ 22.39'%
#C4745A color CMYK value is (0,41,54,23).
CMYK: (0,41,54,23)
C0M41Y54K23 (0%, 41%, 54%, 23%)
(0.00 / 0.41 / 0.54 / 0.23)
Color #C4745A in popluar color models
C4 | 74 | 5A | |
---|---|---|---|
RGB | 196 | 116 | 90 |
HSL | 15° | 47.32% | 56.08% |
HSB/HSV | 15° | 54.08% | 76.86% |
CMYK | 0.00% | 40.82% | 54.08% |
23.14% |
Color #C4745A in popluar number systems.
HEX | C4 | 74 | 5A |
Decimal | 196 | 116 | 90 |
Binary | 11000100 | 1110100 | 1011010 |
Octal | 304 | 164 | 132 |
Shades of #C4745A
Tints of #C4745A
Examples of css and html codes for elements with #C4745A color. Also use rgb(196,116,90) instead hex code.
.myTextColor { color: #C4745A; }
<p style="color:#C4745A">This sample text font color is #C4745A.</p>
This text font color is #C4745A.
.myBgColor { background-color: #C4745A; }
<div style="background-color:#C4745A">Inner text</div>
This div background color is #C4745A.
.myBorderColor { border: 1px solid #C4745A; }
<div style="border:3px solid #C4745A">Div</div>
This div border color is #C4745A.
.myOpacity80 { color: #C4745A; opacity: 0.8; }
<p style="color:#C4745A;opacity:0.8;">80%</p>
Text with #C4745A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4745A;}
<p style="text-shadow: 3px 3px 1px #C4745A">Text here.</p>
This text has shadow with #C4745A color.
.textShadow {text-shadow: 3px 3px 1px #C4745A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4745A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4745A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4745A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4745A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4745A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4745A;
-webkit-box-shadow: 1px 1px 3px 2px #C4745A;
box-shadow: 1px 1px 3px 2px #C4745A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4745A; -webkit-box-shadow: 1px 1px 3px 2px #C4745A; box-shadow:1px 1px 3px 2px #C4745A;">
Div content here
</div>
This text has color #C4745A on black background.
This text has color #C4745A on white background.
This text has black color on #C4745A background.
This text has white color on #C4745A background.
Complementary color for #hex is #3B8BA5.