COLOR #63A39D

HEX: #63A39D
RGB: (99,163,157)

Color info

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

RGB color model

#63A39D color RGB value is (99,163,157).

  • red value is 99;
  • green value is 163;
  • blue value is 157.
RGB:
(99,163,157)
(39%,64%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 163 of 255 = 64%
B 157 of 255 = 62%

99
163
157

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

Portions of RGB colors in percentages

R + G + B =
99 + 163 + 157 = 419 (100%)
R 99 of 419 ~ 23.63%
G 163 of 419 ~ 38.9%
B 157 of 419 ~ 37.47%

%23.63
%38.9
%37.47

CMYK color model

#63A39D color CMYK value is (39,0,4,36).

  • cyan value is 39.26%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK:
(39,0,4,36)
C39M0Y4K36 
(39%,0%,4%,36%)
(0.39/0.00/0.04/0.36)	

CMYK percentages

%39.26
%0
%3.68
%36.08

Codes

Color #63A39D in popluar color models

63A39D
RGB99163157
HSL174°25.81%51.37%
HSB/HSV174°39.26%63.92%
CMYK39.26%0.00%3.68%
36.08%

Color #63A39D in popluar number systems.

HEX63A39D
Decimal99163157
Binary11000111010001110011101
Octal143243235

Shades and tints

Shades of #63A39D

#63A39D
(99,163,157)
#5A958F
(90,149,143)
#518781
(81,135,129)
#487973
(72,121,115)
#3F6B65
(63,107,101)
#365D57
(54,93,87)
#2D4F49
(45,79,73)
#24413B
(36,65,59)
#1B332D
(27,51,45)
#12251F
(18,37,31)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #63A39D

#63A39D
(99,163,157)
#71ABA5
(113,171,165)
#7FB3AD
(127,179,173)
#8DBBB5
(141,187,181)
#9BC3BD
(155,195,189)
#A9CBC5
(169,203,197)
#B7D3CD
(183,211,205)
#C5DBD5
(197,219,213)
#D3E3DD
(211,227,221)
#E1EBE5
(225,235,229)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A39D; }

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

This text font color is #63A39D.


Background Color

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

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

This div background color is #63A39D.


Border color

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

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

This div border color is #63A39D.


Opacity

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

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

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

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

This text has shadow with #63A39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A39D on black background.


Color preview on white background

This text has color #63A39D on white background.



Black color preview on #63A39D background

This text has black color on #63A39D background.


White color preview on #63A39D background

This text has white color on #63A39D background.