COLOR #63A79E

HEX: #63A79E
RGB: (99,167,158)

Color info

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

RGB color model

#63A79E color RGB value is (99,167,158).

  • red value is 99;
  • green value is 167;
  • blue value is 158.
RGB:
(99,167,158)
(39%,65%,62%)

RGB channels and saturation

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

99
167
158

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

Portions of RGB colors in percentages

R + G + B =
99 + 167 + 158 = 424 (100%)
R 99 of 424 ~ 23.35%
G 167 of 424 ~ 39.39%
B 158 of 424 ~ 37.26%

%23.35
%39.39
%37.26

CMYK color model

#63A79E color CMYK value is (41,0,5,35).

  • cyan value is 40.72%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(41,0,5,35)
C41M0Y5K35 
(41%,0%,5%,35%)
(0.41/0.00/0.05/0.35)	

CMYK percentages

%40.72
%0
%5.39
%34.51

Codes

Color #63A79E in popluar color models

63A79E
RGB99167158
HSL172°27.87%52.16%
HSB/HSV172°40.72%65.49%
CMYK40.72%0.00%5.39%
34.51%

Color #63A79E in popluar number systems.

HEX63A79E
Decimal99167158
Binary11000111010011110011110
Octal143247236

Shades and tints

Shades of #63A79E

#63A79E
(99,167,158)
#5A9890
(90,152,144)
#518982
(81,137,130)
#487A74
(72,122,116)
#3F6B66
(63,107,102)
#365C58
(54,92,88)
#2D4D4A
(45,77,74)
#243E3C
(36,62,60)
#1B2F2E
(27,47,46)
#122020
(18,32,32)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #63A79E

#63A79E
(99,167,158)
#71AFA6
(113,175,166)
#7FB7AE
(127,183,174)
#8DBFB6
(141,191,182)
#9BC7BE
(155,199,190)
#A9CFC6
(169,207,198)
#B7D7CE
(183,215,206)
#C5DFD6
(197,223,214)
#D3E7DE
(211,231,222)
#E1EFE6
(225,239,230)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A79E; }

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

This text font color is #63A79E.


Background Color

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

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

This div background color is #63A79E.


Border color

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

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

This div border color is #63A79E.


Opacity

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

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

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

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

This text has shadow with #63A79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A79E on black background.


Color preview on white background

This text has color #63A79E on white background.



Black color preview on #63A79E background

This text has black color on #63A79E background.


White color preview on #63A79E background

This text has white color on #63A79E background.