COLOR #63BA73

HEX: #63BA73
RGB: (99,186,115)

Color info

#63BA73 contains mainly green color. Web safe color of #63BA73 is #66CC66 (or #6C6).

RGB color model

#63BA73 color RGB value is (99,186,115).

  • red value is 99;
  • green value is 186;
  • blue value is 115.
RGB:
(99,186,115)
(39%,73%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 186 of 255 = 73%
B 115 of 255 = 45%

99
186
115

R + G + B ~ 52%. #63BA73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 186 + 115 = 400 (100%)
R 99 of 400 ~ 24.75%
G 186 of 400 ~ 46.5%
B 115 of 400 ~ 28.75%

%24.75
%46.5
%28.75

CMYK color model

#63BA73 color CMYK value is (47,0,38,27).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 38.17%
  • key color value is 27.06%
CMYK:
(47,0,38,27)
C47M0Y38K27 
(47%,0%,38%,27%)
(0.47/0.00/0.38/0.27)	

CMYK percentages

%46.77
%0
%38.17
%27.06

Codes

Color #63BA73 in popluar color models

63BA73
RGB99186115
HSL131°38.67%55.88%
HSB/HSV131°46.77%72.94%
CMYK46.77%0.00%38.17%
27.06%

Color #63BA73 in popluar number systems.

HEX63BA73
Decimal99186115
Binary1100011101110101110011
Octal143272163

Shades and tints

Shades of #63BA73

#63BA73
(99,186,115)
#5AAA69
(90,170,105)
#519A5F
(81,154,95)
#488A55
(72,138,85)
#3F7A4B
(63,122,75)
#366A41
(54,106,65)
#2D5A37
(45,90,55)
#244A2D
(36,74,45)
#1B3A23
(27,58,35)
#122A19
(18,42,25)
#091A0F
(9,26,15)
#000000
(0,0,0)

Tints of #63BA73

#63BA73
(99,186,115)
#71C07F
(113,192,127)
#7FC68B
(127,198,139)
#8DCC97
(141,204,151)
#9BD2A3
(155,210,163)
#A9D8AF
(169,216,175)
#B7DEBB
(183,222,187)
#C5E4C7
(197,228,199)
#D3EAD3
(211,234,211)
#E1F0DF
(225,240,223)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BA73 color. Also use rgb(99,186,115) instead hex code.

Text Font Color

.myTextColor { color: #63BA73; }

<p style="color:#63BA73">This sample text font color is #63BA73.</p>

This text font color is #63BA73.


Background Color

.myBgColor { background-color: #63BA73; }

<div style="background-color:#63BA73">Inner text</div>

This div background color is #63BA73.


Border color

.myBorderColor { border: 1px solid #63BA73; }

<div style="border:3px solid #63BA73">Div</div>

This div border color is #63BA73.


Opacity

.myOpacity80 { color: #63BA73; opacity: 0.8; }

<p style="color:#63BA73;opacity:0.8;">80%</p>

Text with #63BA73 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63BA73;}

<p style="text-shadow: 3px 3px 1px #63BA73">Text here.</p>

This text has shadow with #63BA73 color.

.textShadow {text-shadow: 3px 3px 1px #63BA73, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63BA73, 5px 5px 20px red">Text here.</p>

This text has shadow with #63BA73 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63BA73, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63BA73, Direction=45, Strength=4)">Text</p>

This text has shadow with #63BA73 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63BA73;
  -webkit-box-shadow:	1px 1px 3px 2px #63BA73;
  box-shadow:		1px 1px 3px 2px #63BA73;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63BA73;
-webkit-box-shadow: 1px 1px 3px 2px #63BA73;
box-shadow:1px 1px 3px 2px #63BA73;">
Div content here</div>
This div box has shadow with color #63BA73.

Preview

Color preview on black background

This text has color #63BA73 on black background.


Color preview on white background

This text has color #63BA73 on white background.



Black color preview on #63BA73 background

This text has black color on #63BA73 background.


White color preview on #63BA73 background

This text has white color on #63BA73 background.