COLOR #63556C

HEX: #63556C
RGB: (99,85,108)

Color info

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

RGB color model

#63556C color RGB value is (99,85,108).

  • red value is 99;
  • green value is 85;
  • blue value is 108.
RGB:
(99,85,108)
(39%,33%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 85 of 255 = 33%
B 108 of 255 = 42%

99
85
108

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

Portions of RGB colors in percentages

R + G + B =
99 + 85 + 108 = 292 (100%)
R 99 of 292 ~ 33.9%
G 85 of 292 ~ 29.11%
B 108 of 292 ~ 36.99%

%33.9
%29.11
%36.99

CMYK color model

#63556C color CMYK value is (8,21,0,58).

  • cyan value is 8.33%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(8,21,0,58)
C8M21Y0K58 
(8%,21%,0%,58%)
(0.08/0.21/0.00/0.58)	

CMYK percentages

%8.33
%21.3
%0
%57.65

Codes

Color #63556C in popluar color models

63556C
RGB9985108
HSL277°11.92%37.84%
HSB/HSV277°21.30%42.35%
CMYK8.33%21.30%0.00%
57.65%

Color #63556C in popluar number systems.

HEX63556C
Decimal9985108
Binary110001110101011101100
Octal143125154

Shades and tints

Shades of #63556C

#63556C
(99,85,108)
#5A4E63
(90,78,99)
#51475A
(81,71,90)
#484051
(72,64,81)
#3F3948
(63,57,72)
#36323F
(54,50,63)
#2D2B36
(45,43,54)
#24242D
(36,36,45)
#1B1D24
(27,29,36)
#12161B
(18,22,27)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #63556C

#63556C
(99,85,108)
#716479
(113,100,121)
#7F7386
(127,115,134)
#8D8293
(141,130,147)
#9B91A0
(155,145,160)
#A9A0AD
(169,160,173)
#B7AFBA
(183,175,186)
#C5BEC7
(197,190,199)
#D3CDD4
(211,205,212)
#E1DCE1
(225,220,225)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63556C color. Also use rgb(99,85,108) instead hex code.

Text Font Color

.myTextColor { color: #63556C; }

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

This text font color is #63556C.


Background Color

.myBgColor { background-color: #63556C; }

<div style="background-color:#63556C">Inner text</div>

This div background color is #63556C.


Border color

.myBorderColor { border: 1px solid #63556C; }

<div style="border:3px solid #63556C">Div</div>

This div border color is #63556C.


Opacity

.myOpacity80 { color: #63556C; opacity: 0.8; }

<p style="color:#63556C;opacity:0.8;">80%</p>

Text with #63556C 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 #63556C;}

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

This text has shadow with #63556C color.

.textShadow {text-shadow: 3px 3px 1px #63556C, 3px 3px 1px red;}

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

This text has shadow with #63556C primary color and red secondary color.


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

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

This text has shadow with #63556C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63556C on black background.


Color preview on white background

This text has color #63556C on white background.



Black color preview on #63556C background

This text has black color on #63556C background.


White color preview on #63556C background

This text has white color on #63556C background.