COLOR #63B063

HEX: #63B063
RGB: (99,176,99)

Color info

#63B063 contains mainly green color. Web safe color of #63B063 is #669966 (or #696).

RGB color model

#63B063 color RGB value is (99,176,99).

  • red value is 99;
  • green value is 176;
  • blue value is 99.
RGB:
(99,176,99)
(39%,69%,39%)

RGB channels and saturation

R 99 of 255 = 39%
G 176 of 255 = 69%
B 99 of 255 = 39%

99
176
99

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

Portions of RGB colors in percentages

R + G + B =
99 + 176 + 99 = 374 (100%)
R 99 of 374 ~ 26.47%
G 176 of 374 ~ 47.06%
B 99 of 374 ~ 26.47%

%26.47
%47.06
%26.47

CMYK color model

#63B063 color CMYK value is (44,0,44,31).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK:
(44,0,44,31)
C44M0Y44K31 
(44%,0%,44%,31%)
(0.44/0.00/0.44/0.31)	

CMYK percentages

%43.75
%0
%43.75
%30.98

Codes

Color #63B063 in popluar color models

63B063
RGB9917699
HSL120°32.77%53.92%
HSB/HSV120°43.75%69.02%
CMYK43.75%0.00%43.75%
30.98%

Color #63B063 in popluar number systems.

HEX63B063
Decimal9917699
Binary1100011101100001100011
Octal143260143

Shades and tints

Shades of #63B063

#63B063
(99,176,99)
#5AA05A
(90,160,90)
#519051
(81,144,81)
#488048
(72,128,72)
#3F703F
(63,112,63)
#366036
(54,96,54)
#2D502D
(45,80,45)
#244024
(36,64,36)
#1B301B
(27,48,27)
#122012
(18,32,18)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #63B063

#63B063
(99,176,99)
#71B771
(113,183,113)
#7FBE7F
(127,190,127)
#8DC58D
(141,197,141)
#9BCC9B
(155,204,155)
#A9D3A9
(169,211,169)
#B7DAB7
(183,218,183)
#C5E1C5
(197,225,197)
#D3E8D3
(211,232,211)
#E1EFE1
(225,239,225)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B063; }

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

This text font color is #63B063.


Background Color

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

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

This div background color is #63B063.


Border color

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

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

This div border color is #63B063.


Opacity

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

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

Text with #63B063 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 #63B063;}

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

This text has shadow with #63B063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B063 on black background.


Color preview on white background

This text has color #63B063 on white background.



Black color preview on #63B063 background

This text has black color on #63B063 background.


White color preview on #63B063 background

This text has white color on #63B063 background.