COLOR #63959D

HEX: #63959D
RGB: (99,149,157)

Color info

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

RGB color model

#63959D color RGB value is (99,149,157).

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

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 157 of 255 = 62%

99
149
157

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

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 157 = 405 (100%)
R 99 of 405 ~ 24.44%
G 149 of 405 ~ 36.79%
B 157 of 405 ~ 38.77%

%24.44
%36.79
%38.77

CMYK color model

#63959D color CMYK value is (37,5,0,38).

  • cyan value is 36.94%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(37,5,0,38)
C37M5Y0K38 
(37%,5%,0%,38%)
(0.37/0.05/0.00/0.38)	

CMYK percentages

%36.94
%5.1
%0
%38.43

Codes

Color #63959D in popluar color models

63959D
RGB99149157
HSL188°22.83%50.20%
HSB/HSV188°36.94%61.57%
CMYK36.94%5.10%0.00%
38.43%

Color #63959D in popluar number systems.

HEX63959D
Decimal99149157
Binary11000111001010110011101
Octal143225235

Shades and tints

Shades of #63959D

#63959D
(99,149,157)
#5A888F
(90,136,143)
#517B81
(81,123,129)
#486E73
(72,110,115)
#3F6165
(63,97,101)
#365457
(54,84,87)
#2D4749
(45,71,73)
#243A3B
(36,58,59)
#1B2D2D
(27,45,45)
#12201F
(18,32,31)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #63959D

#63959D
(99,149,157)
#719EA5
(113,158,165)
#7FA7AD
(127,167,173)
#8DB0B5
(141,176,181)
#9BB9BD
(155,185,189)
#A9C2C5
(169,194,197)
#B7CBCD
(183,203,205)
#C5D4D5
(197,212,213)
#D3DDDD
(211,221,221)
#E1E6E5
(225,230,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63959D color. Also use rgb(99,149,157) instead hex code.

Text Font Color

.myTextColor { color: #63959D; }

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

This text font color is #63959D.


Background Color

.myBgColor { background-color: #63959D; }

<div style="background-color:#63959D">Inner text</div>

This div background color is #63959D.


Border color

.myBorderColor { border: 1px solid #63959D; }

<div style="border:3px solid #63959D">Div</div>

This div border color is #63959D.


Opacity

.myOpacity80 { color: #63959D; opacity: 0.8; }

<p style="color:#63959D;opacity:0.8;">80%</p>

Text with #63959D 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 #63959D;}

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

This text has shadow with #63959D color.

.textShadow {text-shadow: 3px 3px 1px #63959D, 3px 3px 1px red;}

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

This text has shadow with #63959D primary color and red secondary color.


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

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

This text has shadow with #63959D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63959D on black background.


Color preview on white background

This text has color #63959D on white background.



Black color preview on #63959D background

This text has black color on #63959D background.


White color preview on #63959D background

This text has white color on #63959D background.