HEX: #63955D
RGB: (99,149,93)
#63955D contains red, green and blue colors in about the same proportion. Web safe color of #63955D is #669966 (or #696).
#63955D color RGB value is (99,149,93).
RGB: (99,149,93)
(39%, 58%, 36%)
R 99 of 255 = 39%
G 149 of 255 = 58%
B 93 of 255 = 36%
R + G + B ~ 44%. #63955D is middle color (not dark and not light).
R + G + B = 99 + 149 + 93 = 341 (100%)
R 99 of 341 ~ 29.03%
G 149 of 341 ~ 43.7%
B 93 of 341 ~ 27.27'%
#63955D color CMYK value is (34,0,38,42).
CMYK: (34,0,38,42)
C34M0Y38K42 (34%, 0%, 38%, 42%)
(0.34 / 0.00 / 0.38 / 0.42)
Color #63955D in popluar color models
63 | 95 | 5D | |
---|---|---|---|
RGB | 99 | 149 | 93 |
HSL | 114° | 23.14% | 47.45% |
HSB/HSV | 114° | 37.58% | 58.43% |
CMYK | 33.56% | 0.00% | 37.58% |
41.57% |
Color #63955D in popluar number systems.
HEX | 63 | 95 | 5D |
Decimal | 99 | 149 | 93 |
Binary | 1100011 | 10010101 | 1011101 |
Octal | 143 | 225 | 135 |
Shades of #63955D
Tints of #63955D
Examples of css and html codes for elements with #63955D color. Also use rgb(99,149,93) instead hex code.
.myTextColor { color: #63955D; }
<p style="color:#63955D">This sample text font color is #63955D.</p>
This text font color is #63955D.
.myBgColor { background-color: #63955D; }
<div style="background-color:#63955D">Inner text</div>
This div background color is #63955D.
.myBorderColor { border: 1px solid #63955D; }
<div style="border:3px solid #63955D">Div</div>
This div border color is #63955D.
.myOpacity80 { color: #63955D; opacity: 0.8; }
<p style="color:#63955D;opacity:0.8;">80%</p>
Text with #63955D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63955D;}
<p style="text-shadow: 3px 3px 1px #63955D">Text here.</p>
This text has shadow with #63955D color.
.textShadow {text-shadow: 3px 3px 1px #63955D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63955D, 5px 5px 20px red">Text here.</p>
This text has shadow with #63955D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63955D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63955D, Direction=45, Strength=4)">Text</p>
This text has shadow with #63955D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63955D;
-webkit-box-shadow: 1px 1px 3px 2px #63955D;
box-shadow: 1px 1px 3px 2px #63955D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63955D; -webkit-box-shadow: 1px 1px 3px 2px #63955D; box-shadow:1px 1px 3px 2px #63955D;">
Div content here
</div>
This text has color #63955D on black background.
This text has color #63955D on white background.
This text has black color on #63955D background.
This text has white color on #63955D background.
Complementary color for #hex is #9C6AA2.