HEX: #686067
RGB: (104,96,103)
#686067 contains red, green and blue colors in about the same proportion. Web safe color of #686067 is #666666 (or #666).
#686067 color RGB value is (104,96,103).
RGB: (104,96,103) (41%,38%,40%)
R 104 of 255 = 41%
G 96 of 255 = 38%
B 103 of 255 = 40%
R + G + B ~ 40%. #686067 is middle color (not dark and not light).
R + G + B =
104 + 96 + 103 = 303 (100%)
R 104 of 303 ~ 34.32%
G 96 of 303 ~ 31.68%
B 103 of 303 ~ 33.99%
#686067 color CMYK value is (0,8,1,59).
CMYK: (0,8,1,59) C0M8Y1K59 (0%,8%,1%,59%) (0.00/0.08/0.01/0.59)
68 | 60 | 67 | |
---|---|---|---|
RGB | 104 | 96 | 103 |
HSL | 308° | 4.00% | 39.22% |
HSB/HSV | 308° | 7.69% | 40.78% |
CMYK | 0.00% | 7.69% | 0.96% |
59.22% |
HEX | 68 | 60 | 67 |
Decimal | 104 | 96 | 103 |
Binary | 1101000 | 1100000 | 1100111 |
Octal | 150 | 140 | 147 |
Examples of css and html codes for elements with #686067 color. Also use rgb(104,96,103) instead hex code.
.myTextColor { color: #686067; }
<p style="color:#686067">This sample text font color is #686067.</p>
This text font color is #686067.
.myBgColor { background-color: #686067; }
<div style="background-color:#686067">Inner text</div>
This div background color is #686067.
.myBorderColor { border: 1px solid #686067; }
<div style="border:3px solid #686067">Div</div>
This div border color is #686067.
.myOpacity80 { color: #686067; opacity: 0.8; }
<p style="color:#686067;opacity:0.8;">80%</p>
Text with #686067 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #686067;}
<p style="text-shadow: 3px 3px 1px #686067">Text here.</p>
This text has shadow with #686067 color.
.textShadow {text-shadow: 3px 3px 1px #686067, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #686067, 5px 5px 20px red">Text here.</p>
This text has shadow with #686067 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#686067, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#686067, Direction=45, Strength=4)">Text</p>
This text has shadow with #686067 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #686067; -webkit-box-shadow: 1px 1px 3px 2px #686067; box-shadow: 1px 1px 3px 2px #686067; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #686067; -webkit-box-shadow: 1px 1px 3px 2px #686067; box-shadow:1px 1px 3px 2px #686067;">
Div content here</div>
This text has color #686067 on black background.
This text has color #686067 on white background.
This text has black color on #686067 background.
This text has white color on #686067 background.