COLOR #646C59

HEX: #646C59 RGB: (100,108,89)

Color info

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

RGB color model

#646C59 color RGB value is (100,108,89).

RGB: (100,108,89) (39%, 42%, 35%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 89 of 255 = 35%

100
108
89

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

Portions of RGB colors in percentages

R + G + B = 100 + 108 + 89 = 297 (100%)
R 100 of 297 ~ 33.67%
G 108 of 297 ~ 36.36%
B 89 of 297 ~ 29.97'%

%33.67
%36.36
%29.97

CMYK color model

#646C59 color CMYK value is (7,0,18,58).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 17.59%
  • key color value is 57.65%

CMYK: (7,0,18,58)
C7M0Y18K58 (7%, 0%, 18%, 58%)
(0.07 / 0.00 / 0.18 / 0.58)

CMYK percentages

%7.41
%0
%17.59
%57.65

Codes

Color #646C59 in popluar color models

64 6C 59
RGB 100 108 89
HSL 85° 9.64% 38.63%
HSB/HSV 85° 17.59% 42.35%
CMYK 7.41% 0.00% 17.59%
57.65%

Color #646C59 in popluar number systems.

HEX 64 6C 59
Decimal 100 108 89
Binary 1100100 1101100 1011001
Octal 144 154 131

Shades and tints

Shades of #646C59

#646C59
(100,108,89)
#5B6351
(91,99,81)
#525A49
(82,90,73)
#495141
(73,81,65)
#404839
(64,72,57)
#373F31
(55,63,49)
#2E3629
(46,54,41)
#252D21
(37,45,33)
#1C2419
(28,36,25)
#131B11
(19,27,17)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #646C59

#646C59
(100,108,89)
#727968
(114,121,104)
#808677
(128,134,119)
#8E9386
(142,147,134)
#9CA095
(156,160,149)
#AAADA4
(170,173,164)
#B8BAB3
(184,186,179)
#C6C7C2
(198,199,194)
#D4D4D1
(212,212,209)
#E2E1E0
(226,225,224)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646C59; }

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

This text font color is #646C59.

Background Color

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

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

This div background color is #646C59.

Border color

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

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

This div border color is #646C59.

Opacity

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

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

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

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

This text has shadow with #646C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646C59.

Preview

Color preview on black background

This text has color #646C59 on black background.


Color preview on white background

This text has color #646C59 on white background.


Black color preview on #646C59 background

This text has black color on #646C59 background.


White color preview on #646C59 background

This text has white color on #646C59 background.


Related colors

Complementary color

Complementary color for #hex is #9B93A6.


I love getcolorcode.com

Triadic colors

1 #59646C and #6C5964 with #646C59 are triadic colors.

2 #596C64 and #6C6459 with #646C59 are triadic colors.