COLOR #646661

HEX: #646661
RGB: (100,102,97)

Color info

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

RGB color model

#646661 color RGB value is (100,102,97).

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

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 97 of 255 = 38%

100
102
97

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

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 97 = 299 (100%)
R 100 of 299 ~ 33.44%
G 102 of 299 ~ 34.11%
B 97 of 299 ~ 32.44%

%33.44
%34.11
%32.44

CMYK color model

#646661 color CMYK value is (2,0,5,60).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(2,0,5,60)
C2M0Y5K60 
(2%,0%,5%,60%)
(0.02/0.00/0.05/0.60)	

CMYK percentages

%1.96
%0
%4.9
%60

Codes

Color #646661 in popluar color models

646661
RGB10010297
HSL84°2.51%39.02%
HSB/HSV84°4.90%40.00%
CMYK1.96%0.00%4.90%
60.00%

Color #646661 in popluar number systems.

HEX646661
Decimal10010297
Binary110010011001101100001
Octal144146141

Shades and tints

Shades of #646661

#646661
(100,102,97)
#5B5D59
(91,93,89)
#525451
(82,84,81)
#494B49
(73,75,73)
#404241
(64,66,65)
#373939
(55,57,57)
#2E3031
(46,48,49)
#252729
(37,39,41)
#1C1E21
(28,30,33)
#131519
(19,21,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #646661

#646661
(100,102,97)
#72736F
(114,115,111)
#80807D
(128,128,125)
#8E8D8B
(142,141,139)
#9C9A99
(156,154,153)
#AAA7A7
(170,167,167)
#B8B4B5
(184,180,181)
#C6C1C3
(198,193,195)
#D4CED1
(212,206,209)
#E2DBDF
(226,219,223)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646661; }

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

This text font color is #646661.


Background Color

.myBgColor { background-color: #646661; }

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

This div background color is #646661.


Border color

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

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

This div border color is #646661.


Opacity

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

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

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

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

This text has shadow with #646661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646661 on black background.


Color preview on white background

This text has color #646661 on white background.



Black color preview on #646661 background

This text has black color on #646661 background.


White color preview on #646661 background

This text has white color on #646661 background.