COLOR #63645E

HEX: #63645E RGB: (99,100,94)

Color info

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

RGB color model

#63645E color RGB value is (99,100,94).

RGB: (99,100,94) (39%, 39%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 94 of 255 = 37%

99
100
94

R + G + B ~ 38%. #63645E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 100 + 94 = 293 (100%)
R 99 of 293 ~ 33.79%
G 100 of 293 ~ 34.13%
B 94 of 293 ~ 32.08'%

%33.79
%34.13
%32.08

CMYK color model

#63645E color CMYK value is (1,0,6,61).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 60.78%

CMYK: (1,0,6,61)
C1M0Y6K61 (1%, 0%, 6%, 61%)
(0.01 / 0.00 / 0.06 / 0.61)

CMYK percentages

%1
%0
%6
%60.78

Codes

Color #63645E in popluar color models

63 64 5E
RGB 99 100 94
HSL 70° 3.09% 38.04%
HSB/HSV 70° 6.00% 39.22%
CMYK 1.00% 0.00% 6.00%
60.78%

Color #63645E in popluar number systems.

HEX 63 64 5E
Decimal 99 100 94
Binary 1100011 1100100 1011110
Octal 143 144 136

Shades and tints

Shades of #63645E

#63645E
(99,100,94)
#5A5B56
(90,91,86)
#51524E
(81,82,78)
#484946
(72,73,70)
#3F403E
(63,64,62)
#363736
(54,55,54)
#2D2E2E
(45,46,46)
#242526
(36,37,38)
#1B1C1E
(27,28,30)
#121316
(18,19,22)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #63645E

#63645E
(99,100,94)
#71726C
(113,114,108)
#7F807A
(127,128,122)
#8D8E88
(141,142,136)
#9B9C96
(155,156,150)
#A9AAA4
(169,170,164)
#B7B8B2
(183,184,178)
#C5C6C0
(197,198,192)
#D3D4CE
(211,212,206)
#E1E2DC
(225,226,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63645E color. Also use rgb(99,100,94) instead hex code.

Text Font Color

.myTextColor { color: #63645E; }

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

This text font color is #63645E.

Background Color

.myBgColor { background-color: #63645E; }

<div style="background-color:#63645E">Inner text</div>

This div background color is #63645E.

Border color

.myBorderColor { border: 1px solid #63645E; }

<div style="border:3px solid #63645E">Div</div>

This div border color is #63645E.

Opacity

.myOpacity80 { color: #63645E; opacity: 0.8; }

<p style="color:#63645E;opacity:0.8;">80%</p>

Text with #63645E 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 #63645E;}

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

This text has shadow with #63645E color.


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

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

This text has shadow with #63645E primary color and red secondary color.


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

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

This text has shadow with #63645E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #63645E.

Preview

Color preview on black background

This text has color #63645E on black background.


Color preview on white background

This text has color #63645E on white background.


Black color preview on #63645E background

This text has black color on #63645E background.


White color preview on #63645E background

This text has white color on #63645E background.


Related colors

Complementary color

Complementary color for #hex is #9C9BA1.


I love getcolorcode.com

Triadic colors

1 #5E6364 and #645E63 with #63645E are triadic colors.

2 #5E6463 and #64635E with #63645E are triadic colors.