COLOR #686474

HEX: #686474
RGB: (104,100,116)

Color info

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

RGB color model

#686474 color RGB value is (104,100,116).

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

RGB channels and saturation

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

104
100
116

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

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 116 = 320 (100%)
R 104 of 320 ~ 32.5%
G 100 of 320 ~ 31.25%
B 116 of 320 ~ 36.25%

%32.5
%31.25
%36.25

CMYK color model

#686474 color CMYK value is (10,14,0,55).

  • cyan value is 10.34%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(10,14,0,55)
C10M14Y0K55 
(10%,14%,0%,55%)
(0.10/0.14/0.00/0.55)	

CMYK percentages

%10.34
%13.79
%0
%54.51

Codes

Color #686474 in popluar color models

686474
RGB104100116
HSL255°7.41%42.35%
HSB/HSV255°13.79%45.49%
CMYK10.34%13.79%0.00%
54.51%

Color #686474 in popluar number systems.

HEX686474
Decimal104100116
Binary110100011001001110100
Octal150144164

Shades and tints

Shades of #686474

#686474
(104,100,116)
#5F5B6A
(95,91,106)
#565260
(86,82,96)
#4D4956
(77,73,86)
#44404C
(68,64,76)
#3B3742
(59,55,66)
#322E38
(50,46,56)
#29252E
(41,37,46)
#201C24
(32,28,36)
#17131A
(23,19,26)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #686474

#686474
(104,100,116)
#757280
(117,114,128)
#82808C
(130,128,140)
#8F8E98
(143,142,152)
#9C9CA4
(156,156,164)
#A9AAB0
(169,170,176)
#B6B8BC
(182,184,188)
#C3C6C8
(195,198,200)
#D0D4D4
(208,212,212)
#DDE2E0
(221,226,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686474; }

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

This text font color is #686474.


Background Color

.myBgColor { background-color: #686474; }

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

This div background color is #686474.


Border color

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

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

This div border color is #686474.


Opacity

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

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

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

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

This text has shadow with #686474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686474 on black background.


Color preview on white background

This text has color #686474 on white background.



Black color preview on #686474 background

This text has black color on #686474 background.


White color preview on #686474 background

This text has white color on #686474 background.