HEX: #C36343
RGB: (195,99,67)
#C36343 contains mainly red color. Web safe color of #C36343 is #CC6633 (or #C63).
#C36343 color RGB value is (195,99,67).
RGB: (195,99,67)
(76%, 39%, 26%)
R 195 of 255 = 76%
G 99 of 255 = 39%
B 67 of 255 = 26%
R + G + B ~ 47%. #C36343 is middle color (not dark and not light).
R + G + B = 195 + 99 + 67 = 361 (100%)
R 195 of 361 ~ 54.02%
G 99 of 361 ~ 27.42%
B 67 of 361 ~ 18.56'%
#C36343 color CMYK value is (0,49,66,24).
CMYK: (0,49,66,24)
C0M49Y66K24 (0%, 49%, 66%, 24%)
(0.00 / 0.49 / 0.66 / 0.24)
Color #C36343 in popluar color models
C3 | 63 | 43 | |
---|---|---|---|
RGB | 195 | 99 | 67 |
HSL | 15° | 51.61% | 51.37% |
HSB/HSV | 15° | 65.64% | 76.47% |
CMYK | 0.00% | 49.23% | 65.64% |
23.53% |
Color #C36343 in popluar number systems.
HEX | C3 | 63 | 43 |
Decimal | 195 | 99 | 67 |
Binary | 11000011 | 1100011 | 1000011 |
Octal | 303 | 143 | 103 |
Shades of #C36343
Tints of #C36343
Examples of css and html codes for elements with #C36343 color. Also use rgb(195,99,67) instead hex code.
.myTextColor { color: #C36343; }
<p style="color:#C36343">This sample text font color is #C36343.</p>
This text font color is #C36343.
.myBgColor { background-color: #C36343; }
<div style="background-color:#C36343">Inner text</div>
This div background color is #C36343.
.myBorderColor { border: 1px solid #C36343; }
<div style="border:3px solid #C36343">Div</div>
This div border color is #C36343.
.myOpacity80 { color: #C36343; opacity: 0.8; }
<p style="color:#C36343;opacity:0.8;">80%</p>
Text with #C36343 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C36343;}
<p style="text-shadow: 3px 3px 1px #C36343">Text here.</p>
This text has shadow with #C36343 color.
.textShadow {text-shadow: 3px 3px 1px #C36343', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C36343, 5px 5px 20px red">Text here.</p>
This text has shadow with #C36343 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C36343, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C36343, Direction=45, Strength=4)">Text</p>
This text has shadow with #C36343 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C36343;
-webkit-box-shadow: 1px 1px 3px 2px #C36343;
box-shadow: 1px 1px 3px 2px #C36343;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C36343; -webkit-box-shadow: 1px 1px 3px 2px #C36343; box-shadow:1px 1px 3px 2px #C36343;">
Div content here
</div>
This text has color #C36343 on black background.
This text has color #C36343 on white background.
This text has black color on #C36343 background.
This text has white color on #C36343 background.
Complementary color for #hex is #3C9CBC.