COLOR #646E70

HEX: #646E70 RGB: (100,110,112)

Color info

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

RGB color model

#646E70 color RGB value is (100,110,112).

RGB: (100,110,112) (39%, 43%, 44%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 112 of 255 = 44%

100
110
112

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

Portions of RGB colors in percentages

R + G + B = 100 + 110 + 112 = 322 (100%)
R 100 of 322 ~ 31.06%
G 110 of 322 ~ 34.16%
B 112 of 322 ~ 34.78'%

%31.06
%34.16
%34.78

CMYK color model

#646E70 color CMYK value is (11,2,0,56).

  • cyan value is 10.71%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (11,2,0,56)
C11M2Y0K56 (11%, 2%, 0%, 56%)
(0.11 / 0.02 / 0.00 / 0.56)

CMYK percentages

%10.71
%1.79
%0
%56.08

Codes

Color #646E70 in popluar color models

64 6E 70
RGB 100 110 112
HSL 190° 5.66% 41.57%
HSB/HSV 190° 10.71% 43.92%
CMYK 10.71% 1.79% 0.00%
56.08%

Color #646E70 in popluar number systems.

HEX 64 6E 70
Decimal 100 110 112
Binary 1100100 1101110 1110000
Octal 144 156 160

Shades and tints

Shades of #646E70

#646E70
(100,110,112)
#5B6466
(91,100,102)
#525A5C
(82,90,92)
#495052
(73,80,82)
#404648
(64,70,72)
#373C3E
(55,60,62)
#2E3234
(46,50,52)
#25282A
(37,40,42)
#1C1E20
(28,30,32)
#131416
(19,20,22)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #646E70

#646E70
(100,110,112)
#727B7D
(114,123,125)
#80888A
(128,136,138)
#8E9597
(142,149,151)
#9CA2A4
(156,162,164)
#AAAFB1
(170,175,177)
#B8BCBE
(184,188,190)
#C6C9CB
(198,201,203)
#D4D6D8
(212,214,216)
#E2E3E5
(226,227,229)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E70 color. Also use rgb(100,110,112) instead hex code.

Text Font Color

.myTextColor { color: #646E70; }

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

This text font color is #646E70.

Background Color

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

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

This div background color is #646E70.

Border color

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

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

This div border color is #646E70.

Opacity

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

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

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

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

This text has shadow with #646E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646E70.

Preview

Color preview on black background

This text has color #646E70 on black background.


Color preview on white background

This text has color #646E70 on white background.


Black color preview on #646E70 background

This text has black color on #646E70 background.


White color preview on #646E70 background

This text has white color on #646E70 background.


Related colors

Complementary color

Complementary color for #hex is #9B918F.


I love getcolorcode.com

Triadic colors

1 #70646E and #6E7064 with #646E70 are triadic colors.

2 #706E64 and #6E6470 with #646E70 are triadic colors.