COLOR #63989A

HEX: #63989A
RGB: (99,152,154)

Color info

#63989A contains red, green and blue colors in about the same proportion. Web safe color of #63989A is #669999 (or #699).

RGB color model

#63989A color RGB value is (99,152,154).

  • red value is 99;
  • green value is 152;
  • blue value is 154.
RGB:
(99,152,154)
(39%,60%,60%)

RGB channels and saturation

R 99 of 255 = 39%
G 152 of 255 = 60%
B 154 of 255 = 60%

99
152
154

R + G + B ~ 53%. #63989A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 152 + 154 = 405 (100%)
R 99 of 405 ~ 24.44%
G 152 of 405 ~ 37.53%
B 154 of 405 ~ 38.02%

%24.44
%37.53
%38.02

CMYK color model

#63989A color CMYK value is (36,1,0,40).

  • cyan value is 35.71%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(36,1,0,40)
C36M1Y0K40 
(36%,1%,0%,40%)
(0.36/0.01/0.00/0.40)	

CMYK percentages

%35.71
%1.3
%0
%39.61

Codes

Color #63989A in popluar color models

63989A
RGB99152154
HSL182°21.74%49.61%
HSB/HSV182°35.71%60.39%
CMYK35.71%1.30%0.00%
39.61%

Color #63989A in popluar number systems.

HEX63989A
Decimal99152154
Binary11000111001100010011010
Octal143230232

Shades and tints

Shades of #63989A

#63989A
(99,152,154)
#5A8B8C
(90,139,140)
#517E7E
(81,126,126)
#487170
(72,113,112)
#3F6462
(63,100,98)
#365754
(54,87,84)
#2D4A46
(45,74,70)
#243D38
(36,61,56)
#1B302A
(27,48,42)
#12231C
(18,35,28)
#09160E
(9,22,14)
#000000
(0,0,0)

Tints of #63989A

#63989A
(99,152,154)
#71A1A3
(113,161,163)
#7FAAAC
(127,170,172)
#8DB3B5
(141,179,181)
#9BBCBE
(155,188,190)
#A9C5C7
(169,197,199)
#B7CED0
(183,206,208)
#C5D7D9
(197,215,217)
#D3E0E2
(211,224,226)
#E1E9EB
(225,233,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63989A color. Also use rgb(99,152,154) instead hex code.

Text Font Color

.myTextColor { color: #63989A; }

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

This text font color is #63989A.


Background Color

.myBgColor { background-color: #63989A; }

<div style="background-color:#63989A">Inner text</div>

This div background color is #63989A.


Border color

.myBorderColor { border: 1px solid #63989A; }

<div style="border:3px solid #63989A">Div</div>

This div border color is #63989A.


Opacity

.myOpacity80 { color: #63989A; opacity: 0.8; }

<p style="color:#63989A;opacity:0.8;">80%</p>

Text with #63989A 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 #63989A;}

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

This text has shadow with #63989A color.

.textShadow {text-shadow: 3px 3px 1px #63989A, 3px 3px 1px red;}

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

This text has shadow with #63989A primary color and red secondary color.


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

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

This text has shadow with #63989A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63989A on black background.


Color preview on white background

This text has color #63989A on white background.



Black color preview on #63989A background

This text has black color on #63989A background.


White color preview on #63989A background

This text has white color on #63989A background.