COLOR #63949B

HEX: #63949B
RGB: (99,148,155)

Color info

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

RGB color model

#63949B color RGB value is (99,148,155).

  • red value is 99;
  • green value is 148;
  • blue value is 155.
RGB:
(99,148,155)
(39%,58%,61%)

RGB channels and saturation

R 99 of 255 = 39%
G 148 of 255 = 58%
B 155 of 255 = 61%

99
148
155

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

Portions of RGB colors in percentages

R + G + B =
99 + 148 + 155 = 402 (100%)
R 99 of 402 ~ 24.63%
G 148 of 402 ~ 36.82%
B 155 of 402 ~ 38.56%

%24.63
%36.82
%38.56

CMYK color model

#63949B color CMYK value is (36,5,0,39).

  • cyan value is 36.13%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(36,5,0,39)
C36M5Y0K39 
(36%,5%,0%,39%)
(0.36/0.05/0.00/0.39)	

CMYK percentages

%36.13
%4.52
%0
%39.22

Codes

Color #63949B in popluar color models

63949B
RGB99148155
HSL188°22.05%49.80%
HSB/HSV188°36.13%60.78%
CMYK36.13%4.52%0.00%
39.22%

Color #63949B in popluar number systems.

HEX63949B
Decimal99148155
Binary11000111001010010011011
Octal143224233

Shades and tints

Shades of #63949B

#63949B
(99,148,155)
#5A878D
(90,135,141)
#517A7F
(81,122,127)
#486D71
(72,109,113)
#3F6063
(63,96,99)
#365355
(54,83,85)
#2D4647
(45,70,71)
#243939
(36,57,57)
#1B2C2B
(27,44,43)
#121F1D
(18,31,29)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #63949B

#63949B
(99,148,155)
#719DA4
(113,157,164)
#7FA6AD
(127,166,173)
#8DAFB6
(141,175,182)
#9BB8BF
(155,184,191)
#A9C1C8
(169,193,200)
#B7CAD1
(183,202,209)
#C5D3DA
(197,211,218)
#D3DCE3
(211,220,227)
#E1E5EC
(225,229,236)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63949B color. Also use rgb(99,148,155) instead hex code.

Text Font Color

.myTextColor { color: #63949B; }

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

This text font color is #63949B.


Background Color

.myBgColor { background-color: #63949B; }

<div style="background-color:#63949B">Inner text</div>

This div background color is #63949B.


Border color

.myBorderColor { border: 1px solid #63949B; }

<div style="border:3px solid #63949B">Div</div>

This div border color is #63949B.


Opacity

.myOpacity80 { color: #63949B; opacity: 0.8; }

<p style="color:#63949B;opacity:0.8;">80%</p>

Text with #63949B 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 #63949B;}

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

This text has shadow with #63949B color.

.textShadow {text-shadow: 3px 3px 1px #63949B, 3px 3px 1px red;}

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

This text has shadow with #63949B primary color and red secondary color.


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

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

This text has shadow with #63949B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63949B on black background.


Color preview on white background

This text has color #63949B on white background.



Black color preview on #63949B background

This text has black color on #63949B background.


White color preview on #63949B background

This text has white color on #63949B background.