HEX: #63714D
RGB: (99,113,77)
#63714D contains red, green and blue colors in about the same proportion. Web safe color of #63714D is #666633 (or #663).
#63714D color RGB value is (99,113,77).
RGB: (99,113,77)
(39%, 44%, 30%)
R 99 of 255 = 39%
G 113 of 255 = 44%
B 77 of 255 = 30%
R + G + B ~ 38%. #63714D is quite dark color.
R + G + B = 99 + 113 + 77 = 289 (100%)
R 99 of 289 ~ 34.26%
G 113 of 289 ~ 39.1%
B 77 of 289 ~ 26.64'%
#63714D color CMYK value is (12,0,32,56).
CMYK: (12,0,32,56)
C12M0Y32K56 (12%, 0%, 32%, 56%)
(0.12 / 0.00 / 0.32 / 0.56)
Color #63714D in popluar color models
63 | 71 | 4D | |
---|---|---|---|
RGB | 99 | 113 | 77 |
HSL | 83° | 18.95% | 37.25% |
HSB/HSV | 83° | 31.86% | 44.31% |
CMYK | 12.39% | 0.00% | 31.86% |
55.69% |
Color #63714D in popluar number systems.
HEX | 63 | 71 | 4D |
Decimal | 99 | 113 | 77 |
Binary | 1100011 | 1110001 | 1001101 |
Octal | 143 | 161 | 115 |
Shades of #63714D
Tints of #63714D
Examples of css and html codes for elements with #63714D color. Also use rgb(99,113,77) instead hex code.
.myTextColor { color: #63714D; }
<p style="color:#63714D">This sample text font color is #63714D.</p>
This text font color is #63714D.
.myBgColor { background-color: #63714D; }
<div style="background-color:#63714D">Inner text</div>
This div background color is #63714D.
.myBorderColor { border: 1px solid #63714D; }
<div style="border:3px solid #63714D">Div</div>
This div border color is #63714D.
.myOpacity80 { color: #63714D; opacity: 0.8; }
<p style="color:#63714D;opacity:0.8;">80%</p>
Text with #63714D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63714D;}
<p style="text-shadow: 3px 3px 1px #63714D">Text here.</p>
This text has shadow with #63714D color.
.textShadow {text-shadow: 3px 3px 1px #63714D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63714D, 5px 5px 20px red">Text here.</p>
This text has shadow with #63714D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63714D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63714D, Direction=45, Strength=4)">Text</p>
This text has shadow with #63714D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63714D;
-webkit-box-shadow: 1px 1px 3px 2px #63714D;
box-shadow: 1px 1px 3px 2px #63714D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63714D; -webkit-box-shadow: 1px 1px 3px 2px #63714D; box-shadow:1px 1px 3px 2px #63714D;">
Div content here
</div>
This text has color #63714D on black background.
This text has color #63714D on white background.
This text has black color on #63714D background.
This text has white color on #63714D background.
Complementary color for #hex is #9C8EB2.