COLOR #63555C

HEX: #63555C
RGB: (99,85,92)

Color info

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

RGB color model

#63555C color RGB value is (99,85,92).

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

RGB channels and saturation

R 99 of 255 = 39%
G 85 of 255 = 33%
B 92 of 255 = 36%

99
85
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 85 + 92 = 276 (100%)
R 99 of 276 ~ 35.87%
G 85 of 276 ~ 30.8%
B 92 of 276 ~ 33.33%

%35.87
%30.8
%33.33

CMYK color model

#63555C color CMYK value is (0,14,7,61).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(0,14,7,61)
C0M14Y7K61 
(0%,14%,7%,61%)
(0.00/0.14/0.07/0.61)	

CMYK percentages

%0
%14.14
%7.07
%61.18

Codes

Color #63555C in popluar color models

63555C
RGB998592
HSL330°7.61%36.08%
HSB/HSV330°14.14%38.82%
CMYK0.00%14.14%7.07%
61.18%

Color #63555C in popluar number systems.

HEX63555C
Decimal998592
Binary110001110101011011100
Octal143125134

Shades and tints

Shades of #63555C

#63555C
(99,85,92)
#5A4E54
(90,78,84)
#51474C
(81,71,76)
#484044
(72,64,68)
#3F393C
(63,57,60)
#363234
(54,50,52)
#2D2B2C
(45,43,44)
#242424
(36,36,36)
#1B1D1C
(27,29,28)
#121614
(18,22,20)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #63555C

#63555C
(99,85,92)
#71646A
(113,100,106)
#7F7378
(127,115,120)
#8D8286
(141,130,134)
#9B9194
(155,145,148)
#A9A0A2
(169,160,162)
#B7AFB0
(183,175,176)
#C5BEBE
(197,190,190)
#D3CDCC
(211,205,204)
#E1DCDA
(225,220,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63555C; }

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

This text font color is #63555C.


Background Color

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

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

This div background color is #63555C.


Border color

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

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

This div border color is #63555C.


Opacity

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

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

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

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

This text has shadow with #63555C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63555C on black background.


Color preview on white background

This text has color #63555C on white background.



Black color preview on #63555C background

This text has black color on #63555C background.


White color preview on #63555C background

This text has white color on #63555C background.