COLOR #63A296

HEX: #63A296
RGB: (99,162,150)

Color info

#63A296 contains mainly green and blue colors. Web safe color of #63A296 is #669999 (or #699).

RGB color model

#63A296 color RGB value is (99,162,150).

  • red value is 99;
  • green value is 162;
  • blue value is 150.
RGB:
(99,162,150)
(39%,64%,59%)

RGB channels and saturation

R 99 of 255 = 39%
G 162 of 255 = 64%
B 150 of 255 = 59%

99
162
150

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

Portions of RGB colors in percentages

R + G + B =
99 + 162 + 150 = 411 (100%)
R 99 of 411 ~ 24.09%
G 162 of 411 ~ 39.42%
B 150 of 411 ~ 36.5%

%24.09
%39.42
%36.5

CMYK color model

#63A296 color CMYK value is (39,0,7,36).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(39,0,7,36)
C39M0Y7K36 
(39%,0%,7%,36%)
(0.39/0.00/0.07/0.36)	

CMYK percentages

%38.89
%0
%7.41
%36.47

Codes

Color #63A296 in popluar color models

63A296
RGB99162150
HSL169°25.30%51.18%
HSB/HSV169°38.89%63.53%
CMYK38.89%0.00%7.41%
36.47%

Color #63A296 in popluar number systems.

HEX63A296
Decimal99162150
Binary11000111010001010010110
Octal143242226

Shades and tints

Shades of #63A296

#63A296
(99,162,150)
#5A9489
(90,148,137)
#51867C
(81,134,124)
#48786F
(72,120,111)
#3F6A62
(63,106,98)
#365C55
(54,92,85)
#2D4E48
(45,78,72)
#24403B
(36,64,59)
#1B322E
(27,50,46)
#122421
(18,36,33)
#091614
(9,22,20)
#000000
(0,0,0)

Tints of #63A296

#63A296
(99,162,150)
#71AA9F
(113,170,159)
#7FB2A8
(127,178,168)
#8DBAB1
(141,186,177)
#9BC2BA
(155,194,186)
#A9CAC3
(169,202,195)
#B7D2CC
(183,210,204)
#C5DAD5
(197,218,213)
#D3E2DE
(211,226,222)
#E1EAE7
(225,234,231)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A296 color. Also use rgb(99,162,150) instead hex code.

Text Font Color

.myTextColor { color: #63A296; }

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

This text font color is #63A296.


Background Color

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

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

This div background color is #63A296.


Border color

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

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

This div border color is #63A296.


Opacity

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

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

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

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

This text has shadow with #63A296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A296 on black background.


Color preview on white background

This text has color #63A296 on white background.



Black color preview on #63A296 background

This text has black color on #63A296 background.


White color preview on #63A296 background

This text has white color on #63A296 background.