COLOR #686477

HEX: #686477
RGB: (104,100,119)

Color info

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

RGB color model

#686477 color RGB value is (104,100,119).

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

RGB channels and saturation

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

104
100
119

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

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 119 = 323 (100%)
R 104 of 323 ~ 32.2%
G 100 of 323 ~ 30.96%
B 119 of 323 ~ 36.84%

%32.2
%30.96
%36.84

CMYK color model

#686477 color CMYK value is (13,16,0,53).

  • cyan value is 12.61%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(13,16,0,53)
C13M16Y0K53 
(13%,16%,0%,53%)
(0.13/0.16/0.00/0.53)	

CMYK percentages

%12.61
%15.97
%0
%53.33

Codes

Color #686477 in popluar color models

686477
RGB104100119
HSL253°8.68%42.94%
HSB/HSV253°15.97%46.67%
CMYK12.61%15.97%0.00%
53.33%

Color #686477 in popluar number systems.

HEX686477
Decimal104100119
Binary110100011001001110111
Octal150144167

Shades and tints

Shades of #686477

#686477
(104,100,119)
#5F5B6D
(95,91,109)
#565263
(86,82,99)
#4D4959
(77,73,89)
#44404F
(68,64,79)
#3B3745
(59,55,69)
#322E3B
(50,46,59)
#292531
(41,37,49)
#201C27
(32,28,39)
#17131D
(23,19,29)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #686477

#686477
(104,100,119)
#757283
(117,114,131)
#82808F
(130,128,143)
#8F8E9B
(143,142,155)
#9C9CA7
(156,156,167)
#A9AAB3
(169,170,179)
#B6B8BF
(182,184,191)
#C3C6CB
(195,198,203)
#D0D4D7
(208,212,215)
#DDE2E3
(221,226,227)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686477; }

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

This text font color is #686477.


Background Color

.myBgColor { background-color: #686477; }

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

This div background color is #686477.


Border color

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

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

This div border color is #686477.


Opacity

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

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

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

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

This text has shadow with #686477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686477 on black background.


Color preview on white background

This text has color #686477 on white background.



Black color preview on #686477 background

This text has black color on #686477 background.


White color preview on #686477 background

This text has white color on #686477 background.