COLOR #646465

HEX: #646465
RGB: (100,100,101)

Color info

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

RGB color model

#646465 color RGB value is (100,100,101).

  • red value is 100;
  • green value is 100;
  • blue value is 101.
RGB:
(100,100,101)
(39%,39%,40%)

RGB channels and saturation

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

100
100
101

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

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 101 = 301 (100%)
R 100 of 301 ~ 33.22%
G 100 of 301 ~ 33.22%
B 101 of 301 ~ 33.55%

%33.22
%33.22
%33.55

CMYK color model

#646465 color CMYK value is (1,1,0,60).

  • cyan value is 0.99%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(1,1,0,60)
C1M1Y0K60 
(1%,1%,0%,60%)
(0.01/0.01/0.00/0.60)	

CMYK percentages

%0.99
%0.99
%0
%60.39

Codes

Color #646465 in popluar color models

646465
RGB100100101
HSL240°0.50%39.41%
HSB/HSV240°0.99%39.61%
CMYK0.99%0.99%0.00%
60.39%

Color #646465 in popluar number systems.

HEX646465
Decimal100100101
Binary110010011001001100101
Octal144144145

Shades and tints

Shades of #646465

#646465
(100,100,101)
#5B5B5C
(91,91,92)
#525253
(82,82,83)
#49494A
(73,73,74)
#404041
(64,64,65)
#373738
(55,55,56)
#2E2E2F
(46,46,47)
#252526
(37,37,38)
#1C1C1D
(28,28,29)
#131314
(19,19,20)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #646465

#646465
(100,100,101)
#727273
(114,114,115)
#808081
(128,128,129)
#8E8E8F
(142,142,143)
#9C9C9D
(156,156,157)
#AAAAAB
(170,170,171)
#B8B8B9
(184,184,185)
#C6C6C7
(198,198,199)
#D4D4D5
(212,212,213)
#E2E2E3
(226,226,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646465; }

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

This text font color is #646465.


Background Color

.myBgColor { background-color: #646465; }

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

This div background color is #646465.


Border color

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

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

This div border color is #646465.


Opacity

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

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

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

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

This text has shadow with #646465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646465 on black background.


Color preview on white background

This text has color #646465 on white background.



Black color preview on #646465 background

This text has black color on #646465 background.


White color preview on #646465 background

This text has white color on #646465 background.