COLOR #646F5C

HEX: #646F5C RGB: (100,111,92)

Color info

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

RGB color model

#646F5C color RGB value is (100,111,92).

RGB: (100,111,92) (39%, 44%, 36%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 92 of 255 = 36%

100
111
92

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

Portions of RGB colors in percentages

R + G + B = 100 + 111 + 92 = 303 (100%)
R 100 of 303 ~ 33%
G 111 of 303 ~ 36.63%
B 92 of 303 ~ 30.36'%

%33
%36.63
%30.36

CMYK color model

#646F5C color CMYK value is (10,0,17,56).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 56.47%

CMYK: (10,0,17,56)
C10M0Y17K56 (10%, 0%, 17%, 56%)
(0.10 / 0.00 / 0.17 / 0.56)

CMYK percentages

%9.91
%0
%17.12
%56.47

Codes

Color #646F5C in popluar color models

64 6F 5C
RGB 100 111 92
HSL 95° 9.36% 39.80%
HSB/HSV 95° 17.12% 43.53%
CMYK 9.91% 0.00% 17.12%
56.47%

Color #646F5C in popluar number systems.

HEX 64 6F 5C
Decimal 100 111 92
Binary 1100100 1101111 1011100
Octal 144 157 134

Shades and tints

Shades of #646F5C

#646F5C
(100,111,92)
#5B6554
(91,101,84)
#525B4C
(82,91,76)
#495144
(73,81,68)
#40473C
(64,71,60)
#373D34
(55,61,52)
#2E332C
(46,51,44)
#252924
(37,41,36)
#1C1F1C
(28,31,28)
#131514
(19,21,20)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #646F5C

#646F5C
(100,111,92)
#727C6A
(114,124,106)
#808978
(128,137,120)
#8E9686
(142,150,134)
#9CA394
(156,163,148)
#AAB0A2
(170,176,162)
#B8BDB0
(184,189,176)
#C6CABE
(198,202,190)
#D4D7CC
(212,215,204)
#E2E4DA
(226,228,218)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F5C color. Also use rgb(100,111,92) instead hex code.

Text Font Color

.myTextColor { color: #646F5C; }

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

This text font color is #646F5C.

Background Color

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

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

This div background color is #646F5C.

Border color

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

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

This div border color is #646F5C.

Opacity

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

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

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

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

This text has shadow with #646F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646F5C.

Preview

Color preview on black background

This text has color #646F5C on black background.


Color preview on white background

This text has color #646F5C on white background.


Black color preview on #646F5C background

This text has black color on #646F5C background.


White color preview on #646F5C background

This text has white color on #646F5C background.


Related colors

Complementary color

Complementary color for #hex is #9B90A3.


I love getcolorcode.com

Triadic colors

1 #5C646F and #6F5C64 with #646F5C are triadic colors.

2 #5C6F64 and #6F645C with #646F5C are triadic colors.