HEX: #C5936B
RGB: (197,147,107)
#C5936B contains mainly red and green colors. Web safe color of #C5936B is #CC9966 (or #C96).
#C5936B color RGB value is (197,147,107).
RGB: (197,147,107) (77%,58%,42%)
R 197 of 255 = 77%
G 147 of 255 = 58%
B 107 of 255 = 42%
R + G + B ~ 59%. #C5936B is middle color (not dark and not light).
R + G + B =
197 + 147 + 107 = 451 (100%)
R 197 of 451 ~ 43.68%
G 147 of 451 ~ 32.59%
B 107 of 451 ~ 23.73%
#C5936B color CMYK value is (0,25,46,23).
CMYK: (0,25,46,23) C0M25Y46K23 (0%,25%,46%,23%) (0.00/0.25/0.46/0.23)
C5 | 93 | 6B | |
---|---|---|---|
RGB | 197 | 147 | 107 |
HSL | 27° | 43.69% | 59.61% |
HSB/HSV | 27° | 45.69% | 77.25% |
CMYK | 0.00% | 25.38% | 45.69% |
22.75% |
HEX | C5 | 93 | 6B |
Decimal | 197 | 147 | 107 |
Binary | 11000101 | 10010011 | 1101011 |
Octal | 305 | 223 | 153 |
Examples of css and html codes for elements with #C5936B color. Also use rgb(197,147,107) instead hex code.
.myTextColor { color: #C5936B; }
<p style="color:#C5936B">This sample text font color is #C5936B.</p>
This text font color is #C5936B.
.myBgColor { background-color: #C5936B; }
<div style="background-color:#C5936B">Inner text</div>
This div background color is #C5936B.
.myBorderColor { border: 1px solid #C5936B; }
<div style="border:3px solid #C5936B">Div</div>
This div border color is #C5936B.
.myOpacity80 { color: #C5936B; opacity: 0.8; }
<p style="color:#C5936B;opacity:0.8;">80%</p>
Text with #C5936B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5936B;}
<p style="text-shadow: 3px 3px 1px #C5936B">Text here.</p>
This text has shadow with #C5936B color.
.textShadow {text-shadow: 3px 3px 1px #C5936B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5936B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5936B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5936B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5936B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5936B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5936B; -webkit-box-shadow: 1px 1px 3px 2px #C5936B; box-shadow: 1px 1px 3px 2px #C5936B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5936B; -webkit-box-shadow: 1px 1px 3px 2px #C5936B; box-shadow:1px 1px 3px 2px #C5936B;">
Div content here</div>
This text has color #C5936B on black background.
This text has color #C5936B on white background.
This text has black color on #C5936B background.
This text has white color on #C5936B background.