COLOR #64636B

HEX: #64636B RGB: (100,99,107)

Color info

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

RGB color model

#64636B color RGB value is (100,99,107).

RGB: (100,99,107) (39%, 39%, 42%)

RGB channels and saturation

R 100 of 255 = 39%
G 99 of 255 = 39%
B 107 of 255 = 42%

100
99
107

R + G + B ~ 40%. #64636B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 99 + 107 = 306 (100%)
R 100 of 306 ~ 32.68%
G 99 of 306 ~ 32.35%
B 107 of 306 ~ 34.97'%

%32.68
%32.35
%34.97

CMYK color model

#64636B color CMYK value is (7,7,0,58).

  • cyan value is 6.54%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (7,7,0,58)
C7M7Y0K58 (7%, 7%, 0%, 58%)
(0.07 / 0.07 / 0.00 / 0.58)

CMYK percentages

%6.54
%7.48
%0
%58.04

Codes

Color #64636B in popluar color models

64 63 6B
RGB 100 99 107
HSL 248° 3.88% 40.39%
HSB/HSV 248° 7.48% 41.96%
CMYK 6.54% 7.48% 0.00%
58.04%

Color #64636B in popluar number systems.

HEX 64 63 6B
Decimal 100 99 107
Binary 1100100 1100011 1101011
Octal 144 143 153

Shades and tints

Shades of #64636B

#64636B
(100,99,107)
#5B5A62
(91,90,98)
#525159
(82,81,89)
#494850
(73,72,80)
#403F47
(64,63,71)
#37363E
(55,54,62)
#2E2D35
(46,45,53)
#25242C
(37,36,44)
#1C1B23
(28,27,35)
#13121A
(19,18,26)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #64636B

#64636B
(100,99,107)
#727178
(114,113,120)
#807F85
(128,127,133)
#8E8D92
(142,141,146)
#9C9B9F
(156,155,159)
#AAA9AC
(170,169,172)
#B8B7B9
(184,183,185)
#C6C5C6
(198,197,198)
#D4D3D3
(212,211,211)
#E2E1E0
(226,225,224)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64636B color. Also use rgb(100,99,107) instead hex code.

Text Font Color

.myTextColor { color: #64636B; }

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

This text font color is #64636B.

Background Color

.myBgColor { background-color: #64636B; }

<div style="background-color:#64636B">Inner text</div>

This div background color is #64636B.

Border color

.myBorderColor { border: 1px solid #64636B; }

<div style="border:3px solid #64636B">Div</div>

This div border color is #64636B.

Opacity

.myOpacity80 { color: #64636B; opacity: 0.8; }

<p style="color:#64636B;opacity:0.8;">80%</p>

Text with #64636B 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 #64636B;}

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

This text has shadow with #64636B color.


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

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

This text has shadow with #64636B primary color and red secondary color.


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

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

This text has shadow with #64636B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #64636B.

Preview

Color preview on black background

This text has color #64636B on black background.


Color preview on white background

This text has color #64636B on white background.


Black color preview on #64636B background

This text has black color on #64636B background.


White color preview on #64636B background

This text has white color on #64636B background.


Related colors

Complementary color

Complementary color for #hex is #9B9C94.


I love getcolorcode.com

Triadic colors

1 #6B6463 and #636B64 with #64636B are triadic colors.

2 #6B6364 and #63646B with #64636B are triadic colors.