COLOR #63717D

HEX: #63717D
RGB: (99,113,125)

Color info

#63717D contains red, green and blue colors in about the same proportion. Web safe color of #63717D is #666666 (or #666).

RGB color model

#63717D color RGB value is (99,113,125).

  • red value is 99;
  • green value is 113;
  • blue value is 125.
RGB:
(99,113,125)
(39%,44%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 113 of 255 = 44%
B 125 of 255 = 49%

99
113
125

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

Portions of RGB colors in percentages

R + G + B =
99 + 113 + 125 = 337 (100%)
R 99 of 337 ~ 29.38%
G 113 of 337 ~ 33.53%
B 125 of 337 ~ 37.09%

%29.38
%33.53
%37.09

CMYK color model

#63717D color CMYK value is (21,10,0,51).

  • cyan value is 20.80%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(21,10,0,51)
C21M10Y0K51 
(21%,10%,0%,51%)
(0.21/0.10/0.00/0.51)	

CMYK percentages

%20.8
%9.6
%0
%50.98

Codes

Color #63717D in popluar color models

63717D
RGB99113125
HSL208°11.61%43.92%
HSB/HSV208°20.80%49.02%
CMYK20.80%9.60%0.00%
50.98%

Color #63717D in popluar number systems.

HEX63717D
Decimal99113125
Binary110001111100011111101
Octal143161175

Shades and tints

Shades of #63717D

#63717D
(99,113,125)
#5A6772
(90,103,114)
#515D67
(81,93,103)
#48535C
(72,83,92)
#3F4951
(63,73,81)
#363F46
(54,63,70)
#2D353B
(45,53,59)
#242B30
(36,43,48)
#1B2125
(27,33,37)
#12171A
(18,23,26)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #63717D

#63717D
(99,113,125)
#717D88
(113,125,136)
#7F8993
(127,137,147)
#8D959E
(141,149,158)
#9BA1A9
(155,161,169)
#A9ADB4
(169,173,180)
#B7B9BF
(183,185,191)
#C5C5CA
(197,197,202)
#D3D1D5
(211,209,213)
#E1DDE0
(225,221,224)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63717D color. Also use rgb(99,113,125) instead hex code.

Text Font Color

.myTextColor { color: #63717D; }

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

This text font color is #63717D.


Background Color

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

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

This div background color is #63717D.


Border color

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

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

This div border color is #63717D.


Opacity

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

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

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

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

This text has shadow with #63717D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63717D on black background.


Color preview on white background

This text has color #63717D on white background.



Black color preview on #63717D background

This text has black color on #63717D background.


White color preview on #63717D background

This text has white color on #63717D background.