COLOR #63AB7A

HEX: #63AB7A
RGB: (99,171,122)

Color info

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

RGB color model

#63AB7A color RGB value is (99,171,122).

  • red value is 99;
  • green value is 171;
  • blue value is 122.
RGB:
(99,171,122)
(39%,67%,48%)

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 122 of 255 = 48%

99
171
122

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

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 122 = 392 (100%)
R 99 of 392 ~ 25.26%
G 171 of 392 ~ 43.62%
B 122 of 392 ~ 31.12%

%25.26
%43.62
%31.12

CMYK color model

#63AB7A color CMYK value is (42,0,29,33).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK:
(42,0,29,33)
C42M0Y29K33 
(42%,0%,29%,33%)
(0.42/0.00/0.29/0.33)	

CMYK percentages

%42.11
%0
%28.65
%32.94

Codes

Color #63AB7A in popluar color models

63AB7A
RGB99171122
HSL139°30.00%52.94%
HSB/HSV139°42.11%67.06%
CMYK42.11%0.00%28.65%
32.94%

Color #63AB7A in popluar number systems.

HEX63AB7A
Decimal99171122
Binary1100011101010111111010
Octal143253172

Shades and tints

Shades of #63AB7A

#63AB7A
(99,171,122)
#5A9C6F
(90,156,111)
#518D64
(81,141,100)
#487E59
(72,126,89)
#3F6F4E
(63,111,78)
#366043
(54,96,67)
#2D5138
(45,81,56)
#24422D
(36,66,45)
#1B3322
(27,51,34)
#122417
(18,36,23)
#09150C
(9,21,12)
#000000
(0,0,0)

Tints of #63AB7A

#63AB7A
(99,171,122)
#71B286
(113,178,134)
#7FB992
(127,185,146)
#8DC09E
(141,192,158)
#9BC7AA
(155,199,170)
#A9CEB6
(169,206,182)
#B7D5C2
(183,213,194)
#C5DCCE
(197,220,206)
#D3E3DA
(211,227,218)
#E1EAE6
(225,234,230)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AB7A; }

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

This text font color is #63AB7A.


Background Color

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

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

This div background color is #63AB7A.


Border color

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

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

This div border color is #63AB7A.


Opacity

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

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

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

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

This text has shadow with #63AB7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AB7A on black background.


Color preview on white background

This text has color #63AB7A on white background.



Black color preview on #63AB7A background

This text has black color on #63AB7A background.


White color preview on #63AB7A background

This text has white color on #63AB7A background.