COLOR #63A79D

HEX: #63A79D RGB: (99,167,157)

Color info

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

RGB color model

#63A79D color RGB value is (99,167,157).

RGB: (99,167,157) (39%, 65%, 62%)

RGB channels and saturation

R 99 of 255 = 39%
G 167 of 255 = 65%
B 157 of 255 = 62%

99
167
157

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

Portions of RGB colors in percentages

R + G + B = 99 + 167 + 157 = 423 (100%)
R 99 of 423 ~ 23.4%
G 167 of 423 ~ 39.48%
B 157 of 423 ~ 37.12'%

%23.4
%39.48
%37.12

CMYK color model

#63A79D color CMYK value is (41,0,6,35).

  • cyan value is 40.72%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 34.51%

CMYK: (41,0,6,35)
C41M0Y6K35 (41%, 0%, 6%, 35%)
(0.41 / 0.00 / 0.06 / 0.35)

CMYK percentages

%40.72
%0
%5.99
%34.51

Codes

Color #63A79D in popluar color models

63 A7 9D
RGB 99 167 157
HSL 171° 27.87% 52.16%
HSB/HSV 171° 40.72% 65.49%
CMYK 40.72% 0.00% 5.99%
34.51%

Color #63A79D in popluar number systems.

HEX 63 A7 9D
Decimal 99 167 157
Binary 1100011 10100111 10011101
Octal 143 247 235

Shades and tints

Shades of #63A79D

#63A79D
(99,167,157)
#5A988F
(90,152,143)
#518981
(81,137,129)
#487A73
(72,122,115)
#3F6B65
(63,107,101)
#365C57
(54,92,87)
#2D4D49
(45,77,73)
#243E3B
(36,62,59)
#1B2F2D
(27,47,45)
#12201F
(18,32,31)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #63A79D

#63A79D
(99,167,157)
#71AFA5
(113,175,165)
#7FB7AD
(127,183,173)
#8DBFB5
(141,191,181)
#9BC7BD
(155,199,189)
#A9CFC5
(169,207,197)
#B7D7CD
(183,215,205)
#C5DFD5
(197,223,213)
#D3E7DD
(211,231,221)
#E1EFE5
(225,239,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A79D color. Also use rgb(99,167,157) instead hex code.

Text Font Color

.myTextColor { color: #63A79D; }

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

This text font color is #63A79D.

Background Color

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

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

This div background color is #63A79D.

Border color

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

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

This div border color is #63A79D.

Opacity

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

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

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

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

This text has shadow with #63A79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63A79D.

Preview

Color preview on black background

This text has color #63A79D on black background.


Color preview on white background

This text has color #63A79D on white background.


Black color preview on #63A79D background

This text has black color on #63A79D background.


White color preview on #63A79D background

This text has white color on #63A79D background.


Related colors

Complementary color

Complementary color for #hex is #9C5862.


I love getcolorcode.com

Triadic colors

1 #9D63A7 and #A79D63 with #63A79D are triadic colors.

2 #9DA763 and #A7639D with #63A79D are triadic colors.