COLOR #63565A

HEX: #63565A
RGB: (99,86,90)

Color info

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

RGB color model

#63565A color RGB value is (99,86,90).

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

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 90 of 255 = 35%

99
86
90

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

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 90 = 275 (100%)
R 99 of 275 ~ 36%
G 86 of 275 ~ 31.27%
B 90 of 275 ~ 32.73%

%36
%31.27
%32.73

CMYK color model

#63565A color CMYK value is (0,13,9,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(0,13,9,61)
C0M13Y9K61 
(0%,13%,9%,61%)
(0.00/0.13/0.09/0.61)	

CMYK percentages

%0
%13.13
%9.09
%61.18

Codes

Color #63565A in popluar color models

63565A
RGB998690
HSL342°7.03%36.27%
HSB/HSV342°13.13%38.82%
CMYK0.00%13.13%9.09%
61.18%

Color #63565A in popluar number systems.

HEX63565A
Decimal998690
Binary110001110101101011010
Octal143126132

Shades and tints

Shades of #63565A

#63565A
(99,86,90)
#5A4F52
(90,79,82)
#51484A
(81,72,74)
#484142
(72,65,66)
#3F3A3A
(63,58,58)
#363332
(54,51,50)
#2D2C2A
(45,44,42)
#242522
(36,37,34)
#1B1E1A
(27,30,26)
#121712
(18,23,18)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #63565A

#63565A
(99,86,90)
#716569
(113,101,105)
#7F7478
(127,116,120)
#8D8387
(141,131,135)
#9B9296
(155,146,150)
#A9A1A5
(169,161,165)
#B7B0B4
(183,176,180)
#C5BFC3
(197,191,195)
#D3CED2
(211,206,210)
#E1DDE1
(225,221,225)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63565A; }

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

This text font color is #63565A.


Background Color

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

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

This div background color is #63565A.


Border color

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

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

This div border color is #63565A.


Opacity

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

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

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

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

This text has shadow with #63565A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63565A on black background.


Color preview on white background

This text has color #63565A on white background.



Black color preview on #63565A background

This text has black color on #63565A background.


White color preview on #63565A background

This text has white color on #63565A background.