HEX: #C56E37
RGB: (197,110,55)
#C56E37 contains mainly red color. Web safe color of #C56E37 is #CC6633 (or #C63).
#C56E37 color RGB value is (197,110,55).
RGB: (197,110,55)
(77%, 43%, 22%)
R 197 of 255 = 77%
G 110 of 255 = 43%
B 55 of 255 = 22%
R + G + B ~ 47%. #C56E37 is middle color (not dark and not light).
R + G + B = 197 + 110 + 55 = 362 (100%)
R 197 of 362 ~ 54.42%
G 110 of 362 ~ 30.39%
B 55 of 362 ~ 15.19'%
#C56E37 color CMYK value is (0,44,72,23).
CMYK: (0,44,72,23) C0M44Y72K23 (0%,44%,72%,23%) (0.00/0.44/0.72/0.23)
Color #C56E37 in popluar color models
C5 | 6E | 37 | |
---|---|---|---|
RGB | 197 | 110 | 55 |
HSL | 23° | 56.35% | 49.41% |
HSB/HSV | 23° | 72.08% | 77.25% |
CMYK | 0.00% | 44.16% | 72.08% |
22.75% |
Color #C56E37 in popluar number systems.
HEX | C5 | 6E | 37 |
Decimal | 197 | 110 | 55 |
Binary | 11000101 | 1101110 | 110111 |
Octal | 305 | 156 | 67 |
Shades of #C56E37
Tints of #C56E37
Examples of css and html codes for elements with #C56E37 color. Also use rgb(197,110,55) instead hex code.
.myTextColor { color: #C56E37; }
<p style="color:#C56E37">This sample text font color is #C56E37.</p>
This text font color is #C56E37.
.myBgColor { background-color: #C56E37; }
<div style="background-color:#C56E37">Inner text</div>
This div background color is #C56E37.
.myBorderColor { border: 1px solid #C56E37; }
<div style="border:3px solid #C56E37">Div</div>
This div border color is #C56E37.
.myOpacity80 { color: #C56E37; opacity: 0.8; }
<p style="color:#C56E37;opacity:0.8;">80%</p>
Text with #C56E37 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C56E37;}
<p style="text-shadow: 3px 3px 1px #C56E37">Text here.</p>
This text has shadow with #C56E37 color.
.textShadow {text-shadow: 3px 3px 1px #C56E37', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C56E37, 5px 5px 20px red">Text here.</p>
This text has shadow with #C56E37 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C56E37, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C56E37, Direction=45, Strength=4)">Text</p>
This text has shadow with #C56E37 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C56E37;
-webkit-box-shadow: 1px 1px 3px 2px #C56E37;
box-shadow: 1px 1px 3px 2px #C56E37;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C56E37; -webkit-box-shadow: 1px 1px 3px 2px #C56E37; box-shadow:1px 1px 3px 2px #C56E37;">
Div content here
</div>
This text has color #C56E37 on black background.
This text has color #C56E37 on white background.
This text has black color on #C56E37 background.
This text has white color on #C56E37 background.
Complementary color for #hex is #3A91C8.