COLOR #646A5C

HEX: #646A5C RGB: (100,106,92)

Color info

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

RGB color model

#646A5C color RGB value is (100,106,92).

RGB: (100,106,92) (39%, 42%, 36%)

RGB channels and saturation

R 100 of 255 = 39%
G 106 of 255 = 42%
B 92 of 255 = 36%

100
106
92

R + G + B ~ 39%. #646A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 106 + 92 = 298 (100%)
R 100 of 298 ~ 33.56%
G 106 of 298 ~ 35.57%
B 92 of 298 ~ 30.87'%

%33.56
%35.57
%30.87

CMYK color model

#646A5C color CMYK value is (6,0,13,58).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 13.21%
  • key color value is 58.43%

CMYK: (6,0,13,58)
C6M0Y13K58 (6%, 0%, 13%, 58%)
(0.06 / 0.00 / 0.13 / 0.58)

CMYK percentages

%5.66
%0
%13.21
%58.43

Codes

Color #646A5C in popluar color models

64 6A 5C
RGB 100 106 92
HSL 86° 7.07% 38.82%
HSB/HSV 86° 13.21% 41.57%
CMYK 5.66% 0.00% 13.21%
58.43%

Color #646A5C in popluar number systems.

HEX 64 6A 5C
Decimal 100 106 92
Binary 1100100 1101010 1011100
Octal 144 152 134

Shades and tints

Shades of #646A5C

#646A5C
(100,106,92)
#5B6154
(91,97,84)
#52584C
(82,88,76)
#494F44
(73,79,68)
#40463C
(64,70,60)
#373D34
(55,61,52)
#2E342C
(46,52,44)
#252B24
(37,43,36)
#1C221C
(28,34,28)
#131914
(19,25,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #646A5C

#646A5C
(100,106,92)
#72776A
(114,119,106)
#808478
(128,132,120)
#8E9186
(142,145,134)
#9C9E94
(156,158,148)
#AAABA2
(170,171,162)
#B8B8B0
(184,184,176)
#C6C5BE
(198,197,190)
#D4D2CC
(212,210,204)
#E2DFDA
(226,223,218)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646A5C; }

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

This text font color is #646A5C.

Background Color

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

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

This div background color is #646A5C.

Border color

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

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

This div border color is #646A5C.

Opacity

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

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

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

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

This text has shadow with #646A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646A5C.

Preview

Color preview on black background

This text has color #646A5C on black background.


Color preview on white background

This text has color #646A5C on white background.


Black color preview on #646A5C background

This text has black color on #646A5C background.


White color preview on #646A5C background

This text has white color on #646A5C background.


Related colors

Complementary color

Complementary color for #hex is #9B95A3.


I love getcolorcode.com

Triadic colors

1 #5C646A and #6A5C64 with #646A5C are triadic colors.

2 #5C6A64 and #6A645C with #646A5C are triadic colors.