COLOR #686464

HEX: #686464
RGB: (104,100,100)

Color info

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

RGB color model

#686464 color RGB value is (104,100,100).

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

RGB channels and saturation

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

104
100
100

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

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 100 = 304 (100%)
R 104 of 304 ~ 34.21%
G 100 of 304 ~ 32.89%
B 100 of 304 ~ 32.89%

%34.21
%32.89
%32.89

CMYK color model

#686464 color CMYK value is (0,4,4,59).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 3.85%
  • key color value is 59.22%
CMYK:
(0,4,4,59)
C0M4Y4K59 
(0%,4%,4%,59%)
(0.00/0.04/0.04/0.59)	

CMYK percentages

%0
%3.85
%3.85
%59.22

Codes

Color #686464 in popluar color models

686464
RGB104100100
HSL1.96%40.00%
HSB/HSV3.85%40.78%
CMYK0.00%3.85%3.85%
59.22%

Color #686464 in popluar number systems.

HEX686464
Decimal104100100
Binary110100011001001100100
Octal150144144

Shades and tints

Shades of #686464

#686464
(104,100,100)
#5F5B5B
(95,91,91)
#565252
(86,82,82)
#4D4949
(77,73,73)
#444040
(68,64,64)
#3B3737
(59,55,55)
#322E2E
(50,46,46)
#292525
(41,37,37)
#201C1C
(32,28,28)
#171313
(23,19,19)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #686464

#686464
(104,100,100)
#757272
(117,114,114)
#828080
(130,128,128)
#8F8E8E
(143,142,142)
#9C9C9C
(156,156,156)
#A9AAAA
(169,170,170)
#B6B8B8
(182,184,184)
#C3C6C6
(195,198,198)
#D0D4D4
(208,212,212)
#DDE2E2
(221,226,226)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686464; }

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

This text font color is #686464.


Background Color

.myBgColor { background-color: #686464; }

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

This div background color is #686464.


Border color

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

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

This div border color is #686464.


Opacity

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

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

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

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

This text has shadow with #686464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686464 on black background.


Color preview on white background

This text has color #686464 on white background.



Black color preview on #686464 background

This text has black color on #686464 background.


White color preview on #686464 background

This text has white color on #686464 background.