COLOR #63A97F

HEX: #63A97F RGB: (99,169,127)

Color info

#63A97F contains mainly green and blue colors. Web safe color of #63A97F is #669966 (or #696).

RGB color model

#63A97F color RGB value is (99,169,127).

RGB: (99,169,127) (39%, 66%, 50%)

RGB channels and saturation

R 99 of 255 = 39%
G 169 of 255 = 66%
B 127 of 255 = 50%

99
169
127

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

Portions of RGB colors in percentages

R + G + B = 99 + 169 + 127 = 395 (100%)
R 99 of 395 ~ 25.06%
G 169 of 395 ~ 42.78%
B 127 of 395 ~ 32.15'%

%25.06
%42.78
%32.15

CMYK color model

#63A97F color CMYK value is (41,0,25,34).

  • cyan value is 41.42%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 33.73%

CMYK: (41,0,25,34)
C41M0Y25K34 (41%, 0%, 25%, 34%)
(0.41 / 0.00 / 0.25 / 0.34)

CMYK percentages

%41.42
%0
%24.85
%33.73

Codes

Color #63A97F in popluar color models

63 A9 7F
RGB 99 169 127
HSL 144° 28.93% 52.55%
HSB/HSV 144° 41.42% 66.27%
CMYK 41.42% 0.00% 24.85%
33.73%

Color #63A97F in popluar number systems.

HEX 63 A9 7F
Decimal 99 169 127
Binary 1100011 10101001 1111111
Octal 143 251 177

Shades and tints

Shades of #63A97F

#63A97F
(99,169,127)
#5A9A74
(90,154,116)
#518B69
(81,139,105)
#487C5E
(72,124,94)
#3F6D53
(63,109,83)
#365E48
(54,94,72)
#2D4F3D
(45,79,61)
#244032
(36,64,50)
#1B3127
(27,49,39)
#12221C
(18,34,28)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #63A97F

#63A97F
(99,169,127)
#71B08A
(113,176,138)
#7FB795
(127,183,149)
#8DBEA0
(141,190,160)
#9BC5AB
(155,197,171)
#A9CCB6
(169,204,182)
#B7D3C1
(183,211,193)
#C5DACC
(197,218,204)
#D3E1D7
(211,225,215)
#E1E8E2
(225,232,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A97F; }

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

This text font color is #63A97F.

Background Color

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

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

This div background color is #63A97F.

Border color

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

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

This div border color is #63A97F.

Opacity

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

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

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

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

This text has shadow with #63A97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63A97F.

Preview

Color preview on black background

This text has color #63A97F on black background.


Color preview on white background

This text has color #63A97F on white background.


Black color preview on #63A97F background

This text has black color on #63A97F background.


White color preview on #63A97F background

This text has white color on #63A97F background.


Related colors

Complementary color

Complementary color for #hex is #9C5680.


I love getcolorcode.com

Triadic colors

1 #7F63A9 and #A97F63 with #63A97F are triadic colors.

2 #7FA963 and #A9637F with #63A97F are triadic colors.