HEX: #665259
RGB: (102,82,89)
#665259 contains red, green and blue colors in about the same proportion. Web safe color of #665259 is #666666 (or #666).
#665259 color RGB value is (102,82,89).
RGB: (102,82,89) (40%,32%,35%)
R 102 of 255 = 40%
G 82 of 255 = 32%
B 89 of 255 = 35%
R + G + B ~ 36%. #665259 is quite dark color.
R + G + B =
102 + 82 + 89 = 273 (100%)
R 102 of 273 ~ 37.36%
G 82 of 273 ~ 30.04%
B 89 of 273 ~ 32.6%
#665259 color CMYK value is (0,20,13,60).
CMYK: (0,20,13,60) C0M20Y13K60 (0%,20%,13%,60%) (0.00/0.20/0.13/0.60)
66 | 52 | 59 | |
---|---|---|---|
RGB | 102 | 82 | 89 |
HSL | 339° | 10.87% | 36.08% |
HSB/HSV | 339° | 19.61% | 40.00% |
CMYK | 0.00% | 19.61% | 12.75% |
60.00% |
HEX | 66 | 52 | 59 |
Decimal | 102 | 82 | 89 |
Binary | 1100110 | 1010010 | 1011001 |
Octal | 146 | 122 | 131 |
Examples of css and html codes for elements with #665259 color. Also use rgb(102,82,89) instead hex code.
.myTextColor { color: #665259; }
<p style="color:#665259">This sample text font color is #665259.</p>
This text font color is #665259.
.myBgColor { background-color: #665259; }
<div style="background-color:#665259">Inner text</div>
This div background color is #665259.
.myBorderColor { border: 1px solid #665259; }
<div style="border:3px solid #665259">Div</div>
This div border color is #665259.
.myOpacity80 { color: #665259; opacity: 0.8; }
<p style="color:#665259;opacity:0.8;">80%</p>
Text with #665259 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #665259;}
<p style="text-shadow: 3px 3px 1px #665259">Text here.</p>
This text has shadow with #665259 color.
.textShadow {text-shadow: 3px 3px 1px #665259, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #665259, 5px 5px 20px red">Text here.</p>
This text has shadow with #665259 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#665259, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#665259, Direction=45, Strength=4)">Text</p>
This text has shadow with #665259 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #665259; -webkit-box-shadow: 1px 1px 3px 2px #665259; box-shadow: 1px 1px 3px 2px #665259; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #665259; -webkit-box-shadow: 1px 1px 3px 2px #665259; box-shadow:1px 1px 3px 2px #665259;">
Div content here</div>
This text has color #665259 on black background.
This text has color #665259 on white background.
This text has black color on #665259 background.
This text has white color on #665259 background.