COLOR #63566B

HEX: #63566B
RGB: (99,86,107)

Color info

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

RGB color model

#63566B color RGB value is (99,86,107).

  • red value is 99;
  • green value is 86;
  • blue value is 107.
RGB:
(99,86,107)
(39%,34%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 107 of 255 = 42%

99
86
107

R + G + B ~ 38%. #63566B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 107 = 292 (100%)
R 99 of 292 ~ 33.9%
G 86 of 292 ~ 29.45%
B 107 of 292 ~ 36.64%

%33.9
%29.45
%36.64

CMYK color model

#63566B color CMYK value is (7,20,0,58).

  • cyan value is 7.48%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(7,20,0,58)
C7M20Y0K58 
(7%,20%,0%,58%)
(0.07/0.20/0.00/0.58)	

CMYK percentages

%7.48
%19.63
%0
%58.04

Codes

Color #63566B in popluar color models

63566B
RGB9986107
HSL277°10.88%37.84%
HSB/HSV277°19.63%41.96%
CMYK7.48%19.63%0.00%
58.04%

Color #63566B in popluar number systems.

HEX63566B
Decimal9986107
Binary110001110101101101011
Octal143126153

Shades and tints

Shades of #63566B

#63566B
(99,86,107)
#5A4F62
(90,79,98)
#514859
(81,72,89)
#484150
(72,65,80)
#3F3A47
(63,58,71)
#36333E
(54,51,62)
#2D2C35
(45,44,53)
#24252C
(36,37,44)
#1B1E23
(27,30,35)
#12171A
(18,23,26)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #63566B

#63566B
(99,86,107)
#716578
(113,101,120)
#7F7485
(127,116,133)
#8D8392
(141,131,146)
#9B929F
(155,146,159)
#A9A1AC
(169,161,172)
#B7B0B9
(183,176,185)
#C5BFC6
(197,191,198)
#D3CED3
(211,206,211)
#E1DDE0
(225,221,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63566B color. Also use rgb(99,86,107) instead hex code.

Text Font Color

.myTextColor { color: #63566B; }

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

This text font color is #63566B.


Background Color

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

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

This div background color is #63566B.


Border color

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

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

This div border color is #63566B.


Opacity

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

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

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

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

This text has shadow with #63566B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63566B on black background.


Color preview on white background

This text has color #63566B on white background.



Black color preview on #63566B background

This text has black color on #63566B background.


White color preview on #63566B background

This text has white color on #63566B background.