COLOR #63AC7D

HEX: #63AC7D
RGB: (99,172,125)

Color info

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

RGB color model

#63AC7D color RGB value is (99,172,125).

  • red value is 99;
  • green value is 172;
  • blue value is 125.
RGB:
(99,172,125)
(39%,67%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 172 of 255 = 67%
B 125 of 255 = 49%

99
172
125

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

Portions of RGB colors in percentages

R + G + B =
99 + 172 + 125 = 396 (100%)
R 99 of 396 ~ 25%
G 172 of 396 ~ 43.43%
B 125 of 396 ~ 31.57%

%25
%43.43
%31.57

CMYK color model

#63AC7D color CMYK value is (42,0,27,33).

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 32.55%
CMYK:
(42,0,27,33)
C42M0Y27K33 
(42%,0%,27%,33%)
(0.42/0.00/0.27/0.33)	

CMYK percentages

%42.44
%0
%27.33
%32.55

Codes

Color #63AC7D in popluar color models

63AC7D
RGB99172125
HSL141°30.54%53.14%
HSB/HSV141°42.44%67.45%
CMYK42.44%0.00%27.33%
32.55%

Color #63AC7D in popluar number systems.

HEX63AC7D
Decimal99172125
Binary1100011101011001111101
Octal143254175

Shades and tints

Shades of #63AC7D

#63AC7D
(99,172,125)
#5A9D72
(90,157,114)
#518E67
(81,142,103)
#487F5C
(72,127,92)
#3F7051
(63,112,81)
#366146
(54,97,70)
#2D523B
(45,82,59)
#244330
(36,67,48)
#1B3425
(27,52,37)
#12251A
(18,37,26)
#09160F
(9,22,15)
#000000
(0,0,0)

Tints of #63AC7D

#63AC7D
(99,172,125)
#71B388
(113,179,136)
#7FBA93
(127,186,147)
#8DC19E
(141,193,158)
#9BC8A9
(155,200,169)
#A9CFB4
(169,207,180)
#B7D6BF
(183,214,191)
#C5DDCA
(197,221,202)
#D3E4D5
(211,228,213)
#E1EBE0
(225,235,224)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AC7D; }

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

This text font color is #63AC7D.


Background Color

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

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

This div background color is #63AC7D.


Border color

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

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

This div border color is #63AC7D.


Opacity

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

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

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

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

This text has shadow with #63AC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AC7D on black background.


Color preview on white background

This text has color #63AC7D on white background.



Black color preview on #63AC7D background

This text has black color on #63AC7D background.


White color preview on #63AC7D background

This text has white color on #63AC7D background.