HEX: #C38370
RGB: (195,131,112)
#C38370 contains mainly red color. Web safe color of #C38370 is #CC9966 (or #C96).
#C38370 color RGB value is (195,131,112).
RGB: (195,131,112)
(76%, 51%, 44%)
R 195 of 255 = 76%
G 131 of 255 = 51%
B 112 of 255 = 44%
R + G + B ~ 57%. #C38370 is middle color (not dark and not light).
R + G + B = 195 + 131 + 112 = 438 (100%)
R 195 of 438 ~ 44.52%
G 131 of 438 ~ 29.91%
B 112 of 438 ~ 25.57'%
#C38370 color CMYK value is (0,33,43,24).
CMYK: (0,33,43,24) C0M33Y43K24 (0%,33%,43%,24%) (0.00/0.33/0.43/0.24)
Color #C38370 in popluar color models
C3 | 83 | 70 | |
---|---|---|---|
RGB | 195 | 131 | 112 |
HSL | 14° | 40.89% | 60.20% |
HSB/HSV | 14° | 42.56% | 76.47% |
CMYK | 0.00% | 32.82% | 42.56% |
23.53% |
Color #C38370 in popluar number systems.
HEX | C3 | 83 | 70 |
Decimal | 195 | 131 | 112 |
Binary | 11000011 | 10000011 | 1110000 |
Octal | 303 | 203 | 160 |
Shades of #C38370
Tints of #C38370
Examples of css and html codes for elements with #C38370 color. Also use rgb(195,131,112) instead hex code.
.myTextColor { color: #C38370; }
<p style="color:#C38370">This sample text font color is #C38370.</p>
This text font color is #C38370.
.myBgColor { background-color: #C38370; }
<div style="background-color:#C38370">Inner text</div>
This div background color is #C38370.
.myBorderColor { border: 1px solid #C38370; }
<div style="border:3px solid #C38370">Div</div>
This div border color is #C38370.
.myOpacity80 { color: #C38370; opacity: 0.8; }
<p style="color:#C38370;opacity:0.8;">80%</p>
Text with #C38370 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C38370;}
<p style="text-shadow: 3px 3px 1px #C38370">Text here.</p>
This text has shadow with #C38370 color.
.textShadow {text-shadow: 3px 3px 1px #C38370', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C38370, 5px 5px 20px red">Text here.</p>
This text has shadow with #C38370 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C38370, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C38370, Direction=45, Strength=4)">Text</p>
This text has shadow with #C38370 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C38370;
-webkit-box-shadow: 1px 1px 3px 2px #C38370;
box-shadow: 1px 1px 3px 2px #C38370;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C38370; -webkit-box-shadow: 1px 1px 3px 2px #C38370; box-shadow:1px 1px 3px 2px #C38370;">
Div content here
</div>
This text has color #C38370 on black background.
This text has color #C38370 on white background.
This text has black color on #C38370 background.
This text has white color on #C38370 background.
Complementary color for #hex is #3C7C8F.