COLOR #646575

HEX: #646575 RGB: (100,101,117)

Color info

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

RGB color model

#646575 color RGB value is (100,101,117).

RGB: (100,101,117) (39%, 40%, 46%)

RGB channels and saturation

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

100
101
117

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

Portions of RGB colors in percentages

R + G + B = 100 + 101 + 117 = 318 (100%)
R 100 of 318 ~ 31.45%
G 101 of 318 ~ 31.76%
B 117 of 318 ~ 36.79'%

%31.45
%31.76
%36.79

CMYK color model

#646575 color CMYK value is (15,14,0,54).

  • cyan value is 14.53%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (15,14,0,54)
C15M14Y0K54 (15%, 14%, 0%, 54%)
(0.15 / 0.14 / 0.00 / 0.54)

CMYK percentages

%14.53
%13.68
%0
%54.12

Codes

Color #646575 in popluar color models

64 65 75
RGB 100 101 117
HSL 236° 7.83% 42.55%
HSB/HSV 236° 14.53% 45.88%
CMYK 14.53% 13.68% 0.00%
54.12%

Color #646575 in popluar number systems.

HEX 64 65 75
Decimal 100 101 117
Binary 1100100 1100101 1110101
Octal 144 145 165

Shades and tints

Shades of #646575

#646575
(100,101,117)
#5B5C6B
(91,92,107)
#525361
(82,83,97)
#494A57
(73,74,87)
#40414D
(64,65,77)
#373843
(55,56,67)
#2E2F39
(46,47,57)
#25262F
(37,38,47)
#1C1D25
(28,29,37)
#13141B
(19,20,27)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #646575

#646575
(100,101,117)
#727381
(114,115,129)
#80818D
(128,129,141)
#8E8F99
(142,143,153)
#9C9DA5
(156,157,165)
#AAABB1
(170,171,177)
#B8B9BD
(184,185,189)
#C6C7C9
(198,199,201)
#D4D5D5
(212,213,213)
#E2E3E1
(226,227,225)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646575; }

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

This text font color is #646575.

Background Color

.myBgColor { background-color: #646575; }

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

This div background color is #646575.

Border color

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

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

This div border color is #646575.

Opacity

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

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

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

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

This text has shadow with #646575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646575.

Preview

Color preview on black background

This text has color #646575 on black background.


Color preview on white background

This text has color #646575 on white background.


Black color preview on #646575 background

This text has black color on #646575 background.


White color preview on #646575 background

This text has white color on #646575 background.


Related colors

Complementary color

Complementary color for #hex is #9B9A8A.


I love getcolorcode.com

Triadic colors

1 #756465 and #657564 with #646575 are triadic colors.

2 #756564 and #656475 with #646575 are triadic colors.