COLOR #646968

HEX: #646968
RGB: (100,105,104)

Color info

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

RGB color model

#646968 color RGB value is (100,105,104).

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

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 104 of 255 = 41%

100
105
104

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

Portions of RGB colors in percentages

R + G + B =
100 + 105 + 104 = 309 (100%)
R 100 of 309 ~ 32.36%
G 105 of 309 ~ 33.98%
B 104 of 309 ~ 33.66%

%32.36
%33.98
%33.66

CMYK color model

#646968 color CMYK value is (5,0,1,59).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 0.95%
  • key color value is 58.82%
CMYK:
(5,0,1,59)
C5M0Y1K59 
(5%,0%,1%,59%)
(0.05/0.00/0.01/0.59)	

CMYK percentages

%4.76
%0
%0.95
%58.82

Codes

Color #646968 in popluar color models

646968
RGB100105104
HSL168°2.44%40.20%
HSB/HSV168°4.76%41.18%
CMYK4.76%0.00%0.95%
58.82%

Color #646968 in popluar number systems.

HEX646968
Decimal100105104
Binary110010011010011101000
Octal144151150

Shades and tints

Shades of #646968

#646968
(100,105,104)
#5B605F
(91,96,95)
#525756
(82,87,86)
#494E4D
(73,78,77)
#404544
(64,69,68)
#373C3B
(55,60,59)
#2E3332
(46,51,50)
#252A29
(37,42,41)
#1C2120
(28,33,32)
#131817
(19,24,23)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #646968

#646968
(100,105,104)
#727675
(114,118,117)
#808382
(128,131,130)
#8E908F
(142,144,143)
#9C9D9C
(156,157,156)
#AAAAA9
(170,170,169)
#B8B7B6
(184,183,182)
#C6C4C3
(198,196,195)
#D4D1D0
(212,209,208)
#E2DEDD
(226,222,221)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646968; }

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

This text font color is #646968.


Background Color

.myBgColor { background-color: #646968; }

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

This div background color is #646968.


Border color

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

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

This div border color is #646968.


Opacity

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

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

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

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

This text has shadow with #646968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646968 on black background.


Color preview on white background

This text has color #646968 on white background.



Black color preview on #646968 background

This text has black color on #646968 background.


White color preview on #646968 background

This text has white color on #646968 background.