COLOR #646765

HEX: #646765 RGB: (100,103,101)

Color info

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

RGB color model

#646765 color RGB value is (100,103,101).

RGB: (100,103,101) (39%, 40%, 40%)

RGB channels and saturation

R 100 of 255 = 39%
G 103 of 255 = 40%
B 101 of 255 = 40%

100
103
101

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

Portions of RGB colors in percentages

R + G + B = 100 + 103 + 101 = 304 (100%)
R 100 of 304 ~ 32.89%
G 103 of 304 ~ 33.88%
B 101 of 304 ~ 33.22'%

%32.89
%33.88
%33.22

CMYK color model

#646765 color CMYK value is (3,0,2,60).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 1.94%
  • key color value is 59.61%

CMYK: (3,0,2,60)
C3M0Y2K60 (3%, 0%, 2%, 60%)
(0.03 / 0.00 / 0.02 / 0.60)

CMYK percentages

%2.91
%0
%1.94
%59.61

Codes

Color #646765 in popluar color models

64 67 65
RGB 100 103 101
HSL 140° 1.48% 39.80%
HSB/HSV 140° 2.91% 40.39%
CMYK 2.91% 0.00% 1.94%
59.61%

Color #646765 in popluar number systems.

HEX 64 67 65
Decimal 100 103 101
Binary 1100100 1100111 1100101
Octal 144 147 145

Shades and tints

Shades of #646765

#646765
(100,103,101)
#5B5E5C
(91,94,92)
#525553
(82,85,83)
#494C4A
(73,76,74)
#404341
(64,67,65)
#373A38
(55,58,56)
#2E312F
(46,49,47)
#252826
(37,40,38)
#1C1F1D
(28,31,29)
#131614
(19,22,20)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #646765

#646765
(100,103,101)
#727473
(114,116,115)
#808181
(128,129,129)
#8E8E8F
(142,142,143)
#9C9B9D
(156,155,157)
#AAA8AB
(170,168,171)
#B8B5B9
(184,181,185)
#C6C2C7
(198,194,199)
#D4CFD5
(212,207,213)
#E2DCE3
(226,220,227)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646765; }

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

This text font color is #646765.

Background Color

.myBgColor { background-color: #646765; }

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

This div background color is #646765.

Border color

.myBorderColor { border: 1px solid #646765; }

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

This div border color is #646765.

Opacity

.myOpacity80 { color: #646765; opacity: 0.8; }

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

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

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

This text has shadow with #646765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646765.

Preview

Color preview on black background

This text has color #646765 on black background.


Color preview on white background

This text has color #646765 on white background.


Black color preview on #646765 background

This text has black color on #646765 background.


White color preview on #646765 background

This text has white color on #646765 background.


Related colors

Complementary color

Complementary color for #hex is #9B989A.


I love getcolorcode.com

Triadic colors

1 #656467 and #676564 with #646765 are triadic colors.

2 #656764 and #676465 with #646765 are triadic colors.