COLOR #646C74

HEX: #646C74 RGB: (100,108,116)

Color info

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

RGB color model

#646C74 color RGB value is (100,108,116).

RGB: (100,108,116) (39%, 42%, 45%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 116 of 255 = 45%

100
108
116

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

Portions of RGB colors in percentages

R + G + B = 100 + 108 + 116 = 324 (100%)
R 100 of 324 ~ 30.86%
G 108 of 324 ~ 33.33%
B 116 of 324 ~ 35.8'%

%30.86
%33.33
%35.8

CMYK color model

#646C74 color CMYK value is (14,7,0,55).

  • cyan value is 13.79%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (14,7,0,55) C14M7Y0K55 (14%,7%,0%,55%) (0.14/0.07/0.00/0.55) 

CMYK percentages

%13.79
%6.9
%0
%54.51

Codes

Color #646C74 in popluar color models

64 6C 74
RGB 100 108 116
HSL 210° 7.41% 42.35%
HSB/HSV 210° 13.79% 45.49%
CMYK 13.79% 6.90% 0.00%
54.51%

Color #646C74 in popluar number systems.

HEX 64 6C 74
Decimal 100 108 116
Binary 1100100 1101100 1110100
Octal 144 154 164

Shades and tints

Shades of #646C74

#646C74
(100,108,116)
#5B636A
(91,99,106)
#525A60
(82,90,96)
#495156
(73,81,86)
#40484C
(64,72,76)
#373F42
(55,63,66)
#2E3638
(46,54,56)
#252D2E
(37,45,46)
#1C2424
(28,36,36)
#131B1A
(19,27,26)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #646C74

#646C74
(100,108,116)
#727980
(114,121,128)
#80868C
(128,134,140)
#8E9398
(142,147,152)
#9CA0A4
(156,160,164)
#AAADB0
(170,173,176)
#B8BABC
(184,186,188)
#C6C7C8
(198,199,200)
#D4D4D4
(212,212,212)
#E2E1E0
(226,225,224)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646C74 color. Also use rgb(100,108,116) instead hex code.

Text Font Color

.myTextColor { color: #646C74; }

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

This text font color is #646C74.

Background Color

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

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

This div background color is #646C74.

Border color

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

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

This div border color is #646C74.

Opacity

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

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

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

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

This text has shadow with #646C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646C74.

Preview

Color preview on black background

This text has color #646C74 on black background.


Color preview on white background

This text has color #646C74 on white background.


Black color preview on #646C74 background

This text has black color on #646C74 background.


White color preview on #646C74 background

This text has white color on #646C74 background.


Related colors

Complementary color

Complementary color for #hex is #9B938B.


I love getcolorcode.com

Triadic colors

1 #74646C and #6C7464 with #646C74 are triadic colors.

2 #746C64 and #6C6474 with #646C74 are triadic colors.