HEX: #C5935E
RGB: (197,147,94)
#C5935E contains mainly red and green colors. Web safe color of #C5935E is #CC9966 (or #C96).
#C5935E color RGB value is (197,147,94).
RGB: (197,147,94)
(77%, 58%, 37%)
R 197 of 255 = 77%
G 147 of 255 = 58%
B 94 of 255 = 37%
R + G + B ~ 57%. #C5935E is middle color (not dark and not light).
R + G + B = 197 + 147 + 94 = 438 (100%)
R 197 of 438 ~ 44.98%
G 147 of 438 ~ 33.56%
B 94 of 438 ~ 21.46'%
#C5935E color CMYK value is (0,25,52,23).
CMYK: (0,25,52,23) C0M25Y52K23 (0%,25%,52%,23%) (0.00/0.25/0.52/0.23)
Color #C5935E in popluar color models
C5 | 93 | 5E | |
---|---|---|---|
RGB | 197 | 147 | 94 |
HSL | 31° | 47.03% | 57.06% |
HSB/HSV | 31° | 52.28% | 77.25% |
CMYK | 0.00% | 25.38% | 52.28% |
22.75% |
Color #C5935E in popluar number systems.
HEX | C5 | 93 | 5E |
Decimal | 197 | 147 | 94 |
Binary | 11000101 | 10010011 | 1011110 |
Octal | 305 | 223 | 136 |
Shades of #C5935E
Tints of #C5935E
Examples of css and html codes for elements with #C5935E color. Also use rgb(197,147,94) instead hex code.
.myTextColor { color: #C5935E; }
<p style="color:#C5935E">This sample text font color is #C5935E.</p>
This text font color is #C5935E.
.myBgColor { background-color: #C5935E; }
<div style="background-color:#C5935E">Inner text</div>
This div background color is #C5935E.
.myBorderColor { border: 1px solid #C5935E; }
<div style="border:3px solid #C5935E">Div</div>
This div border color is #C5935E.
.myOpacity80 { color: #C5935E; opacity: 0.8; }
<p style="color:#C5935E;opacity:0.8;">80%</p>
Text with #C5935E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5935E;}
<p style="text-shadow: 3px 3px 1px #C5935E">Text here.</p>
This text has shadow with #C5935E color.
.textShadow {text-shadow: 3px 3px 1px #C5935E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5935E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5935E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5935E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5935E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5935E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5935E;
-webkit-box-shadow: 1px 1px 3px 2px #C5935E;
box-shadow: 1px 1px 3px 2px #C5935E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5935E; -webkit-box-shadow: 1px 1px 3px 2px #C5935E; box-shadow:1px 1px 3px 2px #C5935E;">
Div content here
</div>
This text has color #C5935E on black background.
This text has color #C5935E on white background.
This text has black color on #C5935E background.
This text has white color on #C5935E background.
Complementary color for #hex is #3A6CA1.