COLOR #63546F

HEX: #63546F RGB: (99,84,111)

Color info

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

RGB color model

#63546F color RGB value is (99,84,111).

RGB: (99,84,111) (39%, 33%, 44%)

RGB channels and saturation

R 99 of 255 = 39%
G 84 of 255 = 33%
B 111 of 255 = 44%

99
84
111

R + G + B ~ 39%. #63546F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 84 + 111 = 294 (100%)
R 99 of 294 ~ 33.67%
G 84 of 294 ~ 28.57%
B 111 of 294 ~ 37.76'%

%33.67
%28.57
%37.76

CMYK color model

#63546F color CMYK value is (11,24,0,56).

  • cyan value is 10.81%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (11,24,0,56) C11M24Y0K56 (11%,24%,0%,56%) (0.11/0.24/0.00/0.56) 

CMYK percentages

%10.81
%24.32
%0
%56.47

Codes

Color #63546F in popluar color models

63 54 6F
RGB 99 84 111
HSL 273° 13.85% 38.24%
HSB/HSV 273° 24.32% 43.53%
CMYK 10.81% 24.32% 0.00%
56.47%

Color #63546F in popluar number systems.

HEX 63 54 6F
Decimal 99 84 111
Binary 1100011 1010100 1101111
Octal 143 124 157

Shades and tints

Shades of #63546F

#63546F
(99,84,111)
#5A4D65
(90,77,101)
#51465B
(81,70,91)
#483F51
(72,63,81)
#3F3847
(63,56,71)
#36313D
(54,49,61)
#2D2A33
(45,42,51)
#242329
(36,35,41)
#1B1C1F
(27,28,31)
#121515
(18,21,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #63546F

#63546F
(99,84,111)
#71637C
(113,99,124)
#7F7289
(127,114,137)
#8D8196
(141,129,150)
#9B90A3
(155,144,163)
#A99FB0
(169,159,176)
#B7AEBD
(183,174,189)
#C5BDCA
(197,189,202)
#D3CCD7
(211,204,215)
#E1DBE4
(225,219,228)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63546F color. Also use rgb(99,84,111) instead hex code.

Text Font Color

.myTextColor { color: #63546F; }

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

This text font color is #63546F.

Background Color

.myBgColor { background-color: #63546F; }

<div style="background-color:#63546F">Inner text</div>

This div background color is #63546F.

Border color

.myBorderColor { border: 1px solid #63546F; }

<div style="border:3px solid #63546F">Div</div>

This div border color is #63546F.

Opacity

.myOpacity80 { color: #63546F; opacity: 0.8; }

<p style="color:#63546F;opacity:0.8;">80%</p>

Text with #63546F 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 #63546F;}

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

This text has shadow with #63546F color.


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

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

This text has shadow with #63546F primary color and red secondary color.


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

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

This text has shadow with #63546F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #63546F.

Preview

Color preview on black background

This text has color #63546F on black background.


Color preview on white background

This text has color #63546F on white background.


Black color preview on #63546F background

This text has black color on #63546F background.


White color preview on #63546F background

This text has white color on #63546F background.


Related colors

Complementary color

Complementary color for #hex is #9CAB90.


I love getcolorcode.com

Triadic colors

1 #6F6354 and #546F63 with #63546F are triadic colors.

2 #6F5463 and #54636F with #63546F are triadic colors.