COLOR #63A096

HEX: #63A096 RGB: (99,160,150)

Color info

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

RGB color model

#63A096 color RGB value is (99,160,150).

RGB: (99,160,150) (39%, 63%, 59%)

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 150 of 255 = 59%

99
160
150

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

Portions of RGB colors in percentages

R + G + B = 99 + 160 + 150 = 409 (100%)
R 99 of 409 ~ 24.21%
G 160 of 409 ~ 39.12%
B 150 of 409 ~ 36.67'%

%24.21
%39.12
%36.67

CMYK color model

#63A096 color CMYK value is (38,0,6,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 37.25%

CMYK: (38,0,6,37)
C38M0Y6K37 (38%, 0%, 6%, 37%)
(0.38 / 0.00 / 0.06 / 0.37)

CMYK percentages

%38.13
%0
%6.25
%37.25

Codes

Color #63A096 in popluar color models

63 A0 96
RGB 99 160 150
HSL 170° 24.30% 50.78%
HSB/HSV 170° 38.13% 62.75%
CMYK 38.13% 0.00% 6.25%
37.25%

Color #63A096 in popluar number systems.

HEX 63 A0 96
Decimal 99 160 150
Binary 1100011 10100000 10010110
Octal 143 240 226

Shades and tints

Shades of #63A096

#63A096
(99,160,150)
#5A9289
(90,146,137)
#51847C
(81,132,124)
#48766F
(72,118,111)
#3F6862
(63,104,98)
#365A55
(54,90,85)
#2D4C48
(45,76,72)
#243E3B
(36,62,59)
#1B302E
(27,48,46)
#122221
(18,34,33)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #63A096

#63A096
(99,160,150)
#71A89F
(113,168,159)
#7FB0A8
(127,176,168)
#8DB8B1
(141,184,177)
#9BC0BA
(155,192,186)
#A9C8C3
(169,200,195)
#B7D0CC
(183,208,204)
#C5D8D5
(197,216,213)
#D3E0DE
(211,224,222)
#E1E8E7
(225,232,231)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A096; }

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

This text font color is #63A096.

Background Color

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

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

This div background color is #63A096.

Border color

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

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

This div border color is #63A096.

Opacity

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

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

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

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

This text has shadow with #63A096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63A096.

Preview

Color preview on black background

This text has color #63A096 on black background.


Color preview on white background

This text has color #63A096 on white background.


Black color preview on #63A096 background

This text has black color on #63A096 background.


White color preview on #63A096 background

This text has white color on #63A096 background.


Related colors

Complementary color

Complementary color for #hex is #9C5F69.


I love getcolorcode.com

Triadic colors

1 #9663A0 and #A09663 with #63A096 are triadic colors.

2 #96A063 and #A06396 with #63A096 are triadic colors.