COLOR #646659

HEX: #646659
RGB: (100,102,89)

Color info

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

RGB color model

#646659 color RGB value is (100,102,89).

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

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 89 of 255 = 35%

100
102
89

R + G + B ~ 38%. #646659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 89 = 291 (100%)
R 100 of 291 ~ 34.36%
G 102 of 291 ~ 35.05%
B 89 of 291 ~ 30.58%

%34.36
%35.05
%30.58

CMYK color model

#646659 color CMYK value is (2,0,13,60).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(2,0,13,60)
C2M0Y13K60 
(2%,0%,13%,60%)
(0.02/0.00/0.13/0.60)	

CMYK percentages

%1.96
%0
%12.75
%60

Codes

Color #646659 in popluar color models

646659
RGB10010289
HSL69°6.81%37.45%
HSB/HSV69°12.75%40.00%
CMYK1.96%0.00%12.75%
60.00%

Color #646659 in popluar number systems.

HEX646659
Decimal10010289
Binary110010011001101011001
Octal144146131

Shades and tints

Shades of #646659

#646659
(100,102,89)
#5B5D51
(91,93,81)
#525449
(82,84,73)
#494B41
(73,75,65)
#404239
(64,66,57)
#373931
(55,57,49)
#2E3029
(46,48,41)
#252721
(37,39,33)
#1C1E19
(28,30,25)
#131511
(19,21,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #646659

#646659
(100,102,89)
#727368
(114,115,104)
#808077
(128,128,119)
#8E8D86
(142,141,134)
#9C9A95
(156,154,149)
#AAA7A4
(170,167,164)
#B8B4B3
(184,180,179)
#C6C1C2
(198,193,194)
#D4CED1
(212,206,209)
#E2DBE0
(226,219,224)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646659; }

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

This text font color is #646659.


Background Color

.myBgColor { background-color: #646659; }

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

This div background color is #646659.


Border color

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

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

This div border color is #646659.


Opacity

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

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

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

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

This text has shadow with #646659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646659 on black background.


Color preview on white background

This text has color #646659 on white background.



Black color preview on #646659 background

This text has black color on #646659 background.


White color preview on #646659 background

This text has white color on #646659 background.