COLOR #63AA60

HEX: #63AA60 RGB: (99,170,96)

Color info

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

RGB color model

#63AA60 color RGB value is (99,170,96).

RGB: (99,170,96) (39%, 67%, 38%)

RGB channels and saturation

R 99 of 255 = 39%
G 170 of 255 = 67%
B 96 of 255 = 38%

99
170
96

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

Portions of RGB colors in percentages

R + G + B = 99 + 170 + 96 = 365 (100%)
R 99 of 365 ~ 27.12%
G 170 of 365 ~ 46.58%
B 96 of 365 ~ 26.3'%

%27.12
%46.58
%26.3

CMYK color model

#63AA60 color CMYK value is (42,0,44,33).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 33.33%

CMYK: (42,0,44,33)
C42M0Y44K33 (42%, 0%, 44%, 33%)
(0.42 / 0.00 / 0.44 / 0.33)

CMYK percentages

%41.76
%0
%43.53
%33.33

Codes

Color #63AA60 in popluar color models

63 AA 60
RGB 99 170 96
HSL 118° 30.33% 52.16%
HSB/HSV 118° 43.53% 66.67%
CMYK 41.76% 0.00% 43.53%
33.33%

Color #63AA60 in popluar number systems.

HEX 63 AA 60
Decimal 99 170 96
Binary 1100011 10101010 1100000
Octal 143 252 140

Shades and tints

Shades of #63AA60

#63AA60
(99,170,96)
#5A9B58
(90,155,88)
#518C50
(81,140,80)
#487D48
(72,125,72)
#3F6E40
(63,110,64)
#365F38
(54,95,56)
#2D5030
(45,80,48)
#244128
(36,65,40)
#1B3220
(27,50,32)
#122318
(18,35,24)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #63AA60

#63AA60
(99,170,96)
#71B16E
(113,177,110)
#7FB87C
(127,184,124)
#8DBF8A
(141,191,138)
#9BC698
(155,198,152)
#A9CDA6
(169,205,166)
#B7D4B4
(183,212,180)
#C5DBC2
(197,219,194)
#D3E2D0
(211,226,208)
#E1E9DE
(225,233,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AA60; }

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

This text font color is #63AA60.

Background Color

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

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

This div background color is #63AA60.

Border color

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

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

This div border color is #63AA60.

Opacity

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

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

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

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

This text has shadow with #63AA60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63AA60.

Preview

Color preview on black background

This text has color #63AA60 on black background.


Color preview on white background

This text has color #63AA60 on white background.


Black color preview on #63AA60 background

This text has black color on #63AA60 background.


White color preview on #63AA60 background

This text has white color on #63AA60 background.


Related colors

Complementary color

Complementary color for #hex is #9C559F.


I love getcolorcode.com

Triadic colors

1 #6063AA and #AA6063 with #63AA60 are triadic colors.

2 #60AA63 and #AA6360 with #63AA60 are triadic colors.