COLOR #646B73

HEX: #646B73 RGB: (100,107,115)

Color info

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

RGB color model

#646B73 color RGB value is (100,107,115).

RGB: (100,107,115) (39%, 42%, 45%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 115 of 255 = 45%

100
107
115

R + G + B ~ 42%. #646B73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 107 + 115 = 322 (100%)
R 100 of 322 ~ 31.06%
G 107 of 322 ~ 33.23%
B 115 of 322 ~ 35.71'%

%31.06
%33.23
%35.71

CMYK color model

#646B73 color CMYK value is (13,7,0,55).

  • cyan value is 13.04%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (13,7,0,55) C13M7Y0K55 (13%,7%,0%,55%) (0.13/0.07/0.00/0.55) 

CMYK percentages

%13.04
%6.96
%0
%54.9

Codes

Color #646B73 in popluar color models

64 6B 73
RGB 100 107 115
HSL 212° 6.98% 42.16%
HSB/HSV 212° 13.04% 45.10%
CMYK 13.04% 6.96% 0.00%
54.90%

Color #646B73 in popluar number systems.

HEX 64 6B 73
Decimal 100 107 115
Binary 1100100 1101011 1110011
Octal 144 153 163

Shades and tints

Shades of #646B73

#646B73
(100,107,115)
#5B6269
(91,98,105)
#52595F
(82,89,95)
#495055
(73,80,85)
#40474B
(64,71,75)
#373E41
(55,62,65)
#2E3537
(46,53,55)
#252C2D
(37,44,45)
#1C2323
(28,35,35)
#131A19
(19,26,25)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #646B73

#646B73
(100,107,115)
#72787F
(114,120,127)
#80858B
(128,133,139)
#8E9297
(142,146,151)
#9C9FA3
(156,159,163)
#AAACAF
(170,172,175)
#B8B9BB
(184,185,187)
#C6C6C7
(198,198,199)
#D4D3D3
(212,211,211)
#E2E0DF
(226,224,223)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646B73 color. Also use rgb(100,107,115) instead hex code.

Text Font Color

.myTextColor { color: #646B73; }

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

This text font color is #646B73.

Background Color

.myBgColor { background-color: #646B73; }

<div style="background-color:#646B73">Inner text</div>

This div background color is #646B73.

Border color

.myBorderColor { border: 1px solid #646B73; }

<div style="border:3px solid #646B73">Div</div>

This div border color is #646B73.

Opacity

.myOpacity80 { color: #646B73; opacity: 0.8; }

<p style="color:#646B73;opacity:0.8;">80%</p>

Text with #646B73 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 #646B73;}

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

This text has shadow with #646B73 color.


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

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

This text has shadow with #646B73 primary color and red secondary color.


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

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

This text has shadow with #646B73 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #646B73.

Preview

Color preview on black background

This text has color #646B73 on black background.


Color preview on white background

This text has color #646B73 on white background.


Black color preview on #646B73 background

This text has black color on #646B73 background.


White color preview on #646B73 background

This text has white color on #646B73 background.


Related colors

Complementary color

Complementary color for #hex is #9B948C.


I love getcolorcode.com

Triadic colors

1 #73646B and #6B7364 with #646B73 are triadic colors.

2 #736B64 and #6B6473 with #646B73 are triadic colors.