COLOR #646E65

HEX: #646E65 RGB: (100,110,101)

Color info

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

RGB color model

#646E65 color RGB value is (100,110,101).

RGB: (100,110,101) (39%, 43%, 40%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 101 of 255 = 40%

100
110
101

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

Portions of RGB colors in percentages

R + G + B = 100 + 110 + 101 = 311 (100%)
R 100 of 311 ~ 32.15%
G 110 of 311 ~ 35.37%
B 101 of 311 ~ 32.48'%

%32.15
%35.37
%32.48

CMYK color model

#646E65 color CMYK value is (9,0,8,57).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 56.86%

CMYK: (9,0,8,57)
C9M0Y8K57 (9%, 0%, 8%, 57%)
(0.09 / 0.00 / 0.08 / 0.57)

CMYK percentages

%9.09
%0
%8.18
%56.86

Codes

Color #646E65 in popluar color models

64 6E 65
RGB 100 110 101
HSL 126° 4.76% 41.18%
HSB/HSV 126° 9.09% 43.14%
CMYK 9.09% 0.00% 8.18%
56.86%

Color #646E65 in popluar number systems.

HEX 64 6E 65
Decimal 100 110 101
Binary 1100100 1101110 1100101
Octal 144 156 145

Shades and tints

Shades of #646E65

#646E65
(100,110,101)
#5B645C
(91,100,92)
#525A53
(82,90,83)
#49504A
(73,80,74)
#404641
(64,70,65)
#373C38
(55,60,56)
#2E322F
(46,50,47)
#252826
(37,40,38)
#1C1E1D
(28,30,29)
#131414
(19,20,20)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #646E65

#646E65
(100,110,101)
#727B73
(114,123,115)
#808881
(128,136,129)
#8E958F
(142,149,143)
#9CA29D
(156,162,157)
#AAAFAB
(170,175,171)
#B8BCB9
(184,188,185)
#C6C9C7
(198,201,199)
#D4D6D5
(212,214,213)
#E2E3E3
(226,227,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646E65; }

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

This text font color is #646E65.

Background Color

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

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

This div background color is #646E65.

Border color

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

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

This div border color is #646E65.

Opacity

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

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

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

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

This text has shadow with #646E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646E65.

Preview

Color preview on black background

This text has color #646E65 on black background.


Color preview on white background

This text has color #646E65 on white background.


Black color preview on #646E65 background

This text has black color on #646E65 background.


White color preview on #646E65 background

This text has white color on #646E65 background.


Related colors

Complementary color

Complementary color for #hex is #9B919A.


I love getcolorcode.com

Triadic colors

1 #65646E and #6E6564 with #646E65 are triadic colors.

2 #656E64 and #6E6465 with #646E65 are triadic colors.