COLOR #646959

HEX: #646959
RGB: (100,105,89)

Color info

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

RGB color model

#646959 color RGB value is (100,105,89).

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

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 89 of 255 = 35%

100
105
89

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

Portions of RGB colors in percentages

R + G + B =
100 + 105 + 89 = 294 (100%)
R 100 of 294 ~ 34.01%
G 105 of 294 ~ 35.71%
B 89 of 294 ~ 30.27%

%34.01
%35.71
%30.27

CMYK color model

#646959 color CMYK value is (5,0,15,59).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 58.82%
CMYK:
(5,0,15,59)
C5M0Y15K59 
(5%,0%,15%,59%)
(0.05/0.00/0.15/0.59)	

CMYK percentages

%4.76
%0
%15.24
%58.82

Codes

Color #646959 in popluar color models

646959
RGB10010589
HSL79°8.25%38.04%
HSB/HSV79°15.24%41.18%
CMYK4.76%0.00%15.24%
58.82%

Color #646959 in popluar number systems.

HEX646959
Decimal10010589
Binary110010011010011011001
Octal144151131

Shades and tints

Shades of #646959

#646959
(100,105,89)
#5B6051
(91,96,81)
#525749
(82,87,73)
#494E41
(73,78,65)
#404539
(64,69,57)
#373C31
(55,60,49)
#2E3329
(46,51,41)
#252A21
(37,42,33)
#1C2119
(28,33,25)
#131811
(19,24,17)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #646959

#646959
(100,105,89)
#727668
(114,118,104)
#808377
(128,131,119)
#8E9086
(142,144,134)
#9C9D95
(156,157,149)
#AAAAA4
(170,170,164)
#B8B7B3
(184,183,179)
#C6C4C2
(198,196,194)
#D4D1D1
(212,209,209)
#E2DEE0
(226,222,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646959; }

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

This text font color is #646959.


Background Color

.myBgColor { background-color: #646959; }

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

This div background color is #646959.


Border color

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

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

This div border color is #646959.


Opacity

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

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

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

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

This text has shadow with #646959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646959 on black background.


Color preview on white background

This text has color #646959 on white background.



Black color preview on #646959 background

This text has black color on #646959 background.


White color preview on #646959 background

This text has white color on #646959 background.