HEX: #63B05D
RGB: (99,176,93)
#63B05D contains mainly green color. Web safe color of #63B05D is #669966 (or #696).
#63B05D color RGB value is (99,176,93).
RGB: (99,176,93)
(39%, 69%, 36%)
R 99 of 255 = 39%
G 176 of 255 = 69%
B 93 of 255 = 36%
R + G + B ~ 48%. #63B05D is middle color (not dark and not light).
R + G + B = 99 + 176 + 93 = 368 (100%)
R 99 of 368 ~ 26.9%
G 176 of 368 ~ 47.83%
B 93 of 368 ~ 25.27'%
#63B05D color CMYK value is (44,0,47,31).
CMYK: (44,0,47,31)
C44M0Y47K31 (44%, 0%, 47%, 31%)
(0.44 / 0.00 / 0.47 / 0.31)
Color #63B05D in popluar color models
63 | B0 | 5D | |
---|---|---|---|
RGB | 99 | 176 | 93 |
HSL | 116° | 34.44% | 52.75% |
HSB/HSV | 116° | 47.16% | 69.02% |
CMYK | 43.75% | 0.00% | 47.16% |
30.98% |
Color #63B05D in popluar number systems.
HEX | 63 | B0 | 5D |
Decimal | 99 | 176 | 93 |
Binary | 1100011 | 10110000 | 1011101 |
Octal | 143 | 260 | 135 |
Shades of #63B05D
Tints of #63B05D
Examples of css and html codes for elements with #63B05D color. Also use rgb(99,176,93) instead hex code.
.myTextColor { color: #63B05D; }
<p style="color:#63B05D">This sample text font color is #63B05D.</p>
This text font color is #63B05D.
.myBgColor { background-color: #63B05D; }
<div style="background-color:#63B05D">Inner text</div>
This div background color is #63B05D.
.myBorderColor { border: 1px solid #63B05D; }
<div style="border:3px solid #63B05D">Div</div>
This div border color is #63B05D.
.myOpacity80 { color: #63B05D; opacity: 0.8; }
<p style="color:#63B05D;opacity:0.8;">80%</p>
Text with #63B05D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63B05D;}
<p style="text-shadow: 3px 3px 1px #63B05D">Text here.</p>
This text has shadow with #63B05D color.
.textShadow {text-shadow: 3px 3px 1px #63B05D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63B05D, 5px 5px 20px red">Text here.</p>
This text has shadow with #63B05D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63B05D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63B05D, Direction=45, Strength=4)">Text</p>
This text has shadow with #63B05D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63B05D;
-webkit-box-shadow: 1px 1px 3px 2px #63B05D;
box-shadow: 1px 1px 3px 2px #63B05D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63B05D; -webkit-box-shadow: 1px 1px 3px 2px #63B05D; box-shadow:1px 1px 3px 2px #63B05D;">
Div content here
</div>
This text has color #63B05D on black background.
This text has color #63B05D on white background.
This text has black color on #63B05D background.
This text has white color on #63B05D background.
Complementary color for #hex is #9C4FA2.