HEX: #63977D
RGB: (99,151,125)
#63977D contains red, green and blue colors in about the same proportion. Web safe color of #63977D is #669966 (or #696).
#63977D color RGB value is (99,151,125).
RGB: (99,151,125)
(39%, 59%, 49%)
R 99 of 255 = 39%
G 151 of 255 = 59%
B 125 of 255 = 49%
R + G + B ~ 49%. #63977D is middle color (not dark and not light).
R + G + B = 99 + 151 + 125 = 375 (100%)
R 99 of 375 ~ 26.4%
G 151 of 375 ~ 40.27%
B 125 of 375 ~ 33.33'%
#63977D color CMYK value is (34,0,17,41).
CMYK: (34,0,17,41) C34M0Y17K41 (34%,0%,17%,41%) (0.34/0.00/0.17/0.41)
Color #63977D in popluar color models
63 | 97 | 7D | |
---|---|---|---|
RGB | 99 | 151 | 125 |
HSL | 150° | 20.80% | 49.02% |
HSB/HSV | 150° | 34.44% | 59.22% |
CMYK | 34.44% | 0.00% | 17.22% |
40.78% |
Color #63977D in popluar number systems.
HEX | 63 | 97 | 7D |
Decimal | 99 | 151 | 125 |
Binary | 1100011 | 10010111 | 1111101 |
Octal | 143 | 227 | 175 |
Shades of #63977D
Tints of #63977D
Examples of css and html codes for elements with #63977D color. Also use rgb(99,151,125) instead hex code.
.myTextColor { color: #63977D; }
<p style="color:#63977D">This sample text font color is #63977D.</p>
This text font color is #63977D.
.myBgColor { background-color: #63977D; }
<div style="background-color:#63977D">Inner text</div>
This div background color is #63977D.
.myBorderColor { border: 1px solid #63977D; }
<div style="border:3px solid #63977D">Div</div>
This div border color is #63977D.
.myOpacity80 { color: #63977D; opacity: 0.8; }
<p style="color:#63977D;opacity:0.8;">80%</p>
Text with #63977D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63977D;}
<p style="text-shadow: 3px 3px 1px #63977D">Text here.</p>
This text has shadow with #63977D color.
.textShadow {text-shadow: 3px 3px 1px #63977D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63977D, 5px 5px 20px red">Text here.</p>
This text has shadow with #63977D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63977D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63977D, Direction=45, Strength=4)">Text</p>
This text has shadow with #63977D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63977D;
-webkit-box-shadow: 1px 1px 3px 2px #63977D;
box-shadow: 1px 1px 3px 2px #63977D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63977D; -webkit-box-shadow: 1px 1px 3px 2px #63977D; box-shadow:1px 1px 3px 2px #63977D;">
Div content here
</div>
This text has color #63977D on black background.
This text has color #63977D on white background.
This text has black color on #63977D background.
This text has white color on #63977D background.
Complementary color for #hex is #9C6882.