HEX: #C38B79
RGB: (195,139,121)
#C38B79 contains mainly red and green colors. Web safe color of #C38B79 is #CC9966 (or #C96).
#C38B79 color RGB value is (195,139,121).
RGB: (195,139,121)
(76%, 55%, 47%)
R 195 of 255 = 76%
G 139 of 255 = 55%
B 121 of 255 = 47%
R + G + B ~ 59%. #C38B79 is middle color (not dark and not light).
R + G + B = 195 + 139 + 121 = 455 (100%)
R 195 of 455 ~ 42.86%
G 139 of 455 ~ 30.55%
B 121 of 455 ~ 26.59'%
#C38B79 color CMYK value is (0,29,38,24).
CMYK: (0,29,38,24) C0M29Y38K24 (0%,29%,38%,24%) (0.00/0.29/0.38/0.24)
Color #C38B79 in popluar color models
C3 | 8B | 79 | |
---|---|---|---|
RGB | 195 | 139 | 121 |
HSL | 15° | 38.14% | 61.96% |
HSB/HSV | 15° | 37.95% | 76.47% |
CMYK | 0.00% | 28.72% | 37.95% |
23.53% |
Color #C38B79 in popluar number systems.
HEX | C3 | 8B | 79 |
Decimal | 195 | 139 | 121 |
Binary | 11000011 | 10001011 | 1111001 |
Octal | 303 | 213 | 171 |
Shades of #C38B79
Tints of #C38B79
Examples of css and html codes for elements with #C38B79 color. Also use rgb(195,139,121) instead hex code.
.myTextColor { color: #C38B79; }
<p style="color:#C38B79">This sample text font color is #C38B79.</p>
This text font color is #C38B79.
.myBgColor { background-color: #C38B79; }
<div style="background-color:#C38B79">Inner text</div>
This div background color is #C38B79.
.myBorderColor { border: 1px solid #C38B79; }
<div style="border:3px solid #C38B79">Div</div>
This div border color is #C38B79.
.myOpacity80 { color: #C38B79; opacity: 0.8; }
<p style="color:#C38B79;opacity:0.8;">80%</p>
Text with #C38B79 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C38B79;}
<p style="text-shadow: 3px 3px 1px #C38B79">Text here.</p>
This text has shadow with #C38B79 color.
.textShadow {text-shadow: 3px 3px 1px #C38B79', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C38B79, 5px 5px 20px red">Text here.</p>
This text has shadow with #C38B79 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C38B79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C38B79, Direction=45, Strength=4)">Text</p>
This text has shadow with #C38B79 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C38B79;
-webkit-box-shadow: 1px 1px 3px 2px #C38B79;
box-shadow: 1px 1px 3px 2px #C38B79;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C38B79; -webkit-box-shadow: 1px 1px 3px 2px #C38B79; box-shadow:1px 1px 3px 2px #C38B79;">
Div content here
</div>
This text has color #C38B79 on black background.
This text has color #C38B79 on white background.
This text has black color on #C38B79 background.
This text has white color on #C38B79 background.
Complementary color for #hex is #3C7486.