COLOR #63AC55

HEX: #63AC55 RGB: (99,172,85)

Color info

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

RGB color model

#63AC55 color RGB value is (99,172,85).

RGB: (99,172,85) (39%, 67%, 33%)

RGB channels and saturation

R 99 of 255 = 39%
G 172 of 255 = 67%
B 85 of 255 = 33%

99
172
85

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

Portions of RGB colors in percentages

R + G + B = 99 + 172 + 85 = 356 (100%)
R 99 of 356 ~ 27.81%
G 172 of 356 ~ 48.31%
B 85 of 356 ~ 23.88'%

%27.81
%48.31
%23.88

CMYK color model

#63AC55 color CMYK value is (42,0,51,33).

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 50.58%
  • key color value is 32.55%

CMYK: (42,0,51,33)
C42M0Y51K33 (42%, 0%, 51%, 33%)
(0.42 / 0.00 / 0.51 / 0.33)

CMYK percentages

%42.44
%0
%50.58
%32.55

Codes

Color #63AC55 in popluar color models

63 AC 55
RGB 99 172 85
HSL 110° 34.39% 50.39%
HSB/HSV 110° 50.58% 67.45%
CMYK 42.44% 0.00% 50.58%
32.55%

Color #63AC55 in popluar number systems.

HEX 63 AC 55
Decimal 99 172 85
Binary 1100011 10101100 1010101
Octal 143 254 125

Shades and tints

Shades of #63AC55

#63AC55
(99,172,85)
#5A9D4E
(90,157,78)
#518E47
(81,142,71)
#487F40
(72,127,64)
#3F7039
(63,112,57)
#366132
(54,97,50)
#2D522B
(45,82,43)
#244324
(36,67,36)
#1B341D
(27,52,29)
#122516
(18,37,22)
#09160F
(9,22,15)
#000000
(0,0,0)

Tints of #63AC55

#63AC55
(99,172,85)
#71B364
(113,179,100)
#7FBA73
(127,186,115)
#8DC182
(141,193,130)
#9BC891
(155,200,145)
#A9CFA0
(169,207,160)
#B7D6AF
(183,214,175)
#C5DDBE
(197,221,190)
#D3E4CD
(211,228,205)
#E1EBDC
(225,235,220)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AC55; }

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

This text font color is #63AC55.

Background Color

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

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

This div background color is #63AC55.

Border color

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

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

This div border color is #63AC55.

Opacity

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

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

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

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

This text has shadow with #63AC55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63AC55.

Preview

Color preview on black background

This text has color #63AC55 on black background.


Color preview on white background

This text has color #63AC55 on white background.


Black color preview on #63AC55 background

This text has black color on #63AC55 background.


White color preview on #63AC55 background

This text has white color on #63AC55 background.


Related colors

Complementary color

Complementary color for #hex is #9C53AA.


I love getcolorcode.com

Triadic colors

1 #5563AC and #AC5563 with #63AC55 are triadic colors.

2 #55AC63 and #AC6355 with #63AC55 are triadic colors.