COLOR #63545C

HEX: #63545C RGB: (99,84,92)

Color info

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

RGB color model

#63545C color RGB value is (99,84,92).

RGB: (99,84,92) (39%, 33%, 36%)

RGB channels and saturation

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

99
84
92

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

Portions of RGB colors in percentages

R + G + B = 99 + 84 + 92 = 275 (100%)
R 99 of 275 ~ 36%
G 84 of 275 ~ 30.55%
B 92 of 275 ~ 33.45'%

%36
%30.55
%33.45

CMYK color model

#63545C color CMYK value is (0,15,7,61).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 7.07%
  • key color value is 61.18%

CMYK: (0,15,7,61)
C0M15Y7K61 (0%, 15%, 7%, 61%)
(0.00 / 0.15 / 0.07 / 0.61)

CMYK percentages

%0
%15.15
%7.07
%61.18

Codes

Color #63545C in popluar color models

63 54 5C
RGB 99 84 92
HSL 328° 8.20% 35.88%
HSB/HSV 328° 15.15% 38.82%
CMYK 0.00% 15.15% 7.07%
61.18%

Color #63545C in popluar number systems.

HEX 63 54 5C
Decimal 99 84 92
Binary 1100011 1010100 1011100
Octal 143 124 134

Shades and tints

Shades of #63545C

#63545C
(99,84,92)
#5A4D54
(90,77,84)
#51464C
(81,70,76)
#483F44
(72,63,68)
#3F383C
(63,56,60)
#363134
(54,49,52)
#2D2A2C
(45,42,44)
#242324
(36,35,36)
#1B1C1C
(27,28,28)
#121514
(18,21,20)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #63545C

#63545C
(99,84,92)
#71636A
(113,99,106)
#7F7278
(127,114,120)
#8D8186
(141,129,134)
#9B9094
(155,144,148)
#A99FA2
(169,159,162)
#B7AEB0
(183,174,176)
#C5BDBE
(197,189,190)
#D3CCCC
(211,204,204)
#E1DBDA
(225,219,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63545C; }

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

This text font color is #63545C.

Background Color

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

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

This div background color is #63545C.

Border color

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

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

This div border color is #63545C.

Opacity

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

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

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

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

This text has shadow with #63545C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63545C.

Preview

Color preview on black background

This text has color #63545C on black background.


Color preview on white background

This text has color #63545C on white background.


Black color preview on #63545C background

This text has black color on #63545C background.


White color preview on #63545C background

This text has white color on #63545C background.


Related colors

Complementary color

Complementary color for #hex is #9CABA3.


I love getcolorcode.com

Triadic colors

1 #5C6354 and #545C63 with #63545C are triadic colors.

2 #5C5463 and #54635C with #63545C are triadic colors.