HEX: #688163
RGB: (104,129,99)
#688163 contains red, green and blue colors in about the same proportion. Web safe color of #688163 is #669966 (or #696).
#688163 color RGB value is (104,129,99).
RGB: (104,129,99)
(41%, 51%, 39%)
R 104 of 255 = 41%
G 129 of 255 = 51%
B 99 of 255 = 39%
R + G + B ~ 44%. #688163 is middle color (not dark and not light).
R + G + B = 104 + 129 + 99 = 332 (100%)
R 104 of 332 ~ 31.33%
G 129 of 332 ~ 38.86%
B 99 of 332 ~ 29.82'%
#688163 color CMYK value is (19,0,23,49).
CMYK: (19,0,23,49)
C19M0Y23K49 (19%, 0%, 23%, 49%)
(0.19 / 0.00 / 0.23 / 0.49)
Color #688163 in popluar color models
68 | 81 | 63 | |
---|---|---|---|
RGB | 104 | 129 | 99 |
HSL | 110° | 13.16% | 44.71% |
HSB/HSV | 110° | 23.26% | 50.59% |
CMYK | 19.38% | 0.00% | 23.26% |
49.41% |
Color #688163 in popluar number systems.
HEX | 68 | 81 | 63 |
Decimal | 104 | 129 | 99 |
Binary | 1101000 | 10000001 | 1100011 |
Octal | 150 | 201 | 143 |
Shades of #688163
Tints of #688163
Examples of css and html codes for elements with #688163 color. Also use rgb(104,129,99) instead hex code.
.myTextColor { color: #688163; }
<p style="color:#688163">This sample text font color is #688163.</p>
This text font color is #688163.
.myBgColor { background-color: #688163; }
<div style="background-color:#688163">Inner text</div>
This div background color is #688163.
.myBorderColor { border: 1px solid #688163; }
<div style="border:3px solid #688163">Div</div>
This div border color is #688163.
.myOpacity80 { color: #688163; opacity: 0.8; }
<p style="color:#688163;opacity:0.8;">80%</p>
Text with #688163 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688163;}
<p style="text-shadow: 3px 3px 1px #688163">Text here.</p>
This text has shadow with #688163 color.
.textShadow {text-shadow: 3px 3px 1px #688163', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688163, 5px 5px 20px red">Text here.</p>
This text has shadow with #688163 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688163, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688163, Direction=45, Strength=4)">Text</p>
This text has shadow with #688163 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #688163;
-webkit-box-shadow: 1px 1px 3px 2px #688163;
box-shadow: 1px 1px 3px 2px #688163;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #688163; -webkit-box-shadow: 1px 1px 3px 2px #688163; box-shadow:1px 1px 3px 2px #688163;">
Div content here
</div>
This text has color #688163 on black background.
This text has color #688163 on white background.
This text has black color on #688163 background.
This text has white color on #688163 background.
Complementary color for #hex is #977E9C.