HEX: #C47B32
RGB: (196,123,50)
#C47B32 contains mainly red color. Web safe color of #C47B32 is #CC6633 (or #C63).
#C47B32 color RGB value is (196,123,50).
RGB: (196,123,50)
(77%, 48%, 20%)
R 196 of 255 = 77%
G 123 of 255 = 48%
B 50 of 255 = 20%
R + G + B ~ 48%. #C47B32 is middle color (not dark and not light).
R + G + B = 196 + 123 + 50 = 369 (100%)
R 196 of 369 ~ 53.12%
G 123 of 369 ~ 33.33%
B 50 of 369 ~ 13.55'%
#C47B32 color CMYK value is (0,37,74,23).
CMYK: (0,37,74,23)
C0M37Y74K23 (0%, 37%, 74%, 23%)
(0.00 / 0.37 / 0.74 / 0.23)
Color #C47B32 in popluar color models
C4 | 7B | 32 | |
---|---|---|---|
RGB | 196 | 123 | 50 |
HSL | 30° | 59.35% | 48.24% |
HSB/HSV | 30° | 74.49% | 76.86% |
CMYK | 0.00% | 37.24% | 74.49% |
23.14% |
Color #C47B32 in popluar number systems.
HEX | C4 | 7B | 32 |
Decimal | 196 | 123 | 50 |
Binary | 11000100 | 1111011 | 110010 |
Octal | 304 | 173 | 62 |
Shades of #C47B32
Tints of #C47B32
Examples of css and html codes for elements with #C47B32 color. Also use rgb(196,123,50) instead hex code.
.myTextColor { color: #C47B32; }
<p style="color:#C47B32">This sample text font color is #C47B32.</p>
This text font color is #C47B32.
.myBgColor { background-color: #C47B32; }
<div style="background-color:#C47B32">Inner text</div>
This div background color is #C47B32.
.myBorderColor { border: 1px solid #C47B32; }
<div style="border:3px solid #C47B32">Div</div>
This div border color is #C47B32.
.myOpacity80 { color: #C47B32; opacity: 0.8; }
<p style="color:#C47B32;opacity:0.8;">80%</p>
Text with #C47B32 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47B32;}
<p style="text-shadow: 3px 3px 1px #C47B32">Text here.</p>
This text has shadow with #C47B32 color.
.textShadow {text-shadow: 3px 3px 1px #C47B32', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47B32, 5px 5px 20px red">Text here.</p>
This text has shadow with #C47B32 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47B32, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47B32, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47B32 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47B32;
-webkit-box-shadow: 1px 1px 3px 2px #C47B32;
box-shadow: 1px 1px 3px 2px #C47B32;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47B32; -webkit-box-shadow: 1px 1px 3px 2px #C47B32; box-shadow:1px 1px 3px 2px #C47B32;">
Div content here
</div>
This text has color #C47B32 on black background.
This text has color #C47B32 on white background.
This text has black color on #C47B32 background.
This text has white color on #C47B32 background.
Complementary color for #C47B32 is #3B84CD.