COLOR #63657B

HEX: #63657B
RGB: (99,101,123)

Color info

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

RGB color model

#63657B color RGB value is (99,101,123).

  • red value is 99;
  • green value is 101;
  • blue value is 123.
RGB:
(99,101,123)
(39%,40%,48%)

RGB channels and saturation

R 99 of 255 = 39%
G 101 of 255 = 40%
B 123 of 255 = 48%

99
101
123

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

Portions of RGB colors in percentages

R + G + B =
99 + 101 + 123 = 323 (100%)
R 99 of 323 ~ 30.65%
G 101 of 323 ~ 31.27%
B 123 of 323 ~ 38.08%

%30.65
%31.27
%38.08

CMYK color model

#63657B color CMYK value is (20,18,0,52).

  • cyan value is 19.51%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(20,18,0,52)
C20M18Y0K52 
(20%,18%,0%,52%)
(0.20/0.18/0.00/0.52)	

CMYK percentages

%19.51
%17.89
%0
%51.76

Codes

Color #63657B in popluar color models

63657B
RGB99101123
HSL235°10.81%43.53%
HSB/HSV235°19.51%48.24%
CMYK19.51%17.89%0.00%
51.76%

Color #63657B in popluar number systems.

HEX63657B
Decimal99101123
Binary110001111001011111011
Octal143145173

Shades and tints

Shades of #63657B

#63657B
(99,101,123)
#5A5C70
(90,92,112)
#515365
(81,83,101)
#484A5A
(72,74,90)
#3F414F
(63,65,79)
#363844
(54,56,68)
#2D2F39
(45,47,57)
#24262E
(36,38,46)
#1B1D23
(27,29,35)
#121418
(18,20,24)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #63657B

#63657B
(99,101,123)
#717387
(113,115,135)
#7F8193
(127,129,147)
#8D8F9F
(141,143,159)
#9B9DAB
(155,157,171)
#A9ABB7
(169,171,183)
#B7B9C3
(183,185,195)
#C5C7CF
(197,199,207)
#D3D5DB
(211,213,219)
#E1E3E7
(225,227,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63657B color. Also use rgb(99,101,123) instead hex code.

Text Font Color

.myTextColor { color: #63657B; }

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

This text font color is #63657B.


Background Color

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

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

This div background color is #63657B.


Border color

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

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

This div border color is #63657B.


Opacity

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

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

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

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

This text has shadow with #63657B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63657B on black background.


Color preview on white background

This text has color #63657B on white background.



Black color preview on #63657B background

This text has black color on #63657B background.


White color preview on #63657B background

This text has white color on #63657B background.