COLOR #63565B

HEX: #63565B
RGB: (99,86,91)

Color info

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

RGB color model

#63565B color RGB value is (99,86,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 91 of 255 = 36%

99
86
91

R + G + B ~ 36%. #63565B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 91 = 276 (100%)
R 99 of 276 ~ 35.87%
G 86 of 276 ~ 31.16%
B 91 of 276 ~ 32.97%

%35.87
%31.16
%32.97

CMYK color model

#63565B color CMYK value is (0,13,8,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 8.08%
  • key color value is 61.18%
CMYK:
(0,13,8,61)
C0M13Y8K61 
(0%,13%,8%,61%)
(0.00/0.13/0.08/0.61)	

CMYK percentages

%0
%13.13
%8.08
%61.18

Codes

Color #63565B in popluar color models

63565B
RGB998691
HSL337°7.03%36.27%
HSB/HSV337°13.13%38.82%
CMYK0.00%13.13%8.08%
61.18%

Color #63565B in popluar number systems.

HEX63565B
Decimal998691
Binary110001110101101011011
Octal143126133

Shades and tints

Shades of #63565B

#63565B
(99,86,91)
#5A4F53
(90,79,83)
#51484B
(81,72,75)
#484143
(72,65,67)
#3F3A3B
(63,58,59)
#363333
(54,51,51)
#2D2C2B
(45,44,43)
#242523
(36,37,35)
#1B1E1B
(27,30,27)
#121713
(18,23,19)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #63565B

#63565B
(99,86,91)
#716569
(113,101,105)
#7F7477
(127,116,119)
#8D8385
(141,131,133)
#9B9293
(155,146,147)
#A9A1A1
(169,161,161)
#B7B0AF
(183,176,175)
#C5BFBD
(197,191,189)
#D3CECB
(211,206,203)
#E1DDD9
(225,221,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63565B; }

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

This text font color is #63565B.


Background Color

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

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

This div background color is #63565B.


Border color

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

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

This div border color is #63565B.


Opacity

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

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

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

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

This text has shadow with #63565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63565B on black background.


Color preview on white background

This text has color #63565B on white background.



Black color preview on #63565B background

This text has black color on #63565B background.


White color preview on #63565B background

This text has white color on #63565B background.