HEX: #865515
RGB: (134,85,21)
#865515 contains mainly red and green colors. Web safe color of #865515 is #996600 (or #960).
#865515 color RGB value is (134,85,21).
RGB: (134,85,21) (53%,33%,8%)
R 134 of 255 = 53%
G 85 of 255 = 33%
B 21 of 255 = 8%
R + G + B ~ 31%. #865515 is quite dark color.
R + G + B =
134 + 85 + 21 = 240 (100%)
R 134 of 240 ~ 55.83%
G 85 of 240 ~ 35.42%
B 21 of 240 ~ 8.75%
#865515 color CMYK value is (0,37,84,47).
CMYK: (0,37,84,47) C0M37Y84K47 (0%,37%,84%,47%) (0.00/0.37/0.84/0.47)
86 | 55 | 15 | |
---|---|---|---|
RGB | 134 | 85 | 21 |
HSL | 34° | 72.90% | 30.39% |
HSB/HSV | 34° | 84.33% | 52.55% |
CMYK | 0.00% | 36.57% | 84.33% |
47.45% |
HEX | 86 | 55 | 15 |
Decimal | 134 | 85 | 21 |
Binary | 10000110 | 1010101 | 10101 |
Octal | 206 | 125 | 25 |
Examples of css and html codes for elements with #865515 color. Also use rgb(134,85,21) instead hex code.
.myTextColor { color: #865515; }
<p style="color:#865515">This sample text font color is #865515.</p>
This text font color is #865515.
.myBgColor { background-color: #865515; }
<div style="background-color:#865515">Inner text</div>
This div background color is #865515.
.myBorderColor { border: 1px solid #865515; }
<div style="border:3px solid #865515">Div</div>
This div border color is #865515.
.myOpacity80 { color: #865515; opacity: 0.8; }
<p style="color:#865515;opacity:0.8;">80%</p>
Text with #865515 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #865515;}
<p style="text-shadow: 3px 3px 1px #865515">Text here.</p>
This text has shadow with #865515 color.
.textShadow {text-shadow: 3px 3px 1px #865515, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #865515, 5px 5px 20px red">Text here.</p>
This text has shadow with #865515 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#865515, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#865515, Direction=45, Strength=4)">Text</p>
This text has shadow with #865515 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #865515; -webkit-box-shadow: 1px 1px 3px 2px #865515; box-shadow: 1px 1px 3px 2px #865515; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #865515; -webkit-box-shadow: 1px 1px 3px 2px #865515; box-shadow:1px 1px 3px 2px #865515;">
Div content here</div>
This text has color #865515 on black background.
This text has color #865515 on white background.
This text has black color on #865515 background.
This text has white color on #865515 background.