COLOR #686763

HEX: #686763
RGB: (104,103,99)

Color info

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

RGB color model

#686763 color RGB value is (104,103,99).

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

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 99 of 255 = 39%

104
103
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 99 = 306 (100%)
R 104 of 306 ~ 33.99%
G 103 of 306 ~ 33.66%
B 99 of 306 ~ 32.35%

%33.99
%33.66
%32.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.96%
  • yellow value is 4.81%
  • key color value is 59.22%
CMYK:
(0,1,5,59)
C0M1Y5K59 
(0%,1%,5%,59%)
(0.00/0.01/0.05/0.59)	

CMYK percentages

%0
%0.96
%4.81
%59.22

Codes

Color #686763 in popluar color models

686763
RGB10410399
HSL48°2.46%39.80%
HSB/HSV48°4.81%40.78%
CMYK0.00%0.96%4.81%
59.22%

Color #686763 in popluar number systems.

HEX686763
Decimal10410399
Binary110100011001111100011
Octal150147143

Shades and tints

Shades of #686763

#686763
(104,103,99)
#5F5E5A
(95,94,90)
#565551
(86,85,81)
#4D4C48
(77,76,72)
#44433F
(68,67,63)
#3B3A36
(59,58,54)
#32312D
(50,49,45)
#292824
(41,40,36)
#201F1B
(32,31,27)
#171612
(23,22,18)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #686763

#686763
(104,103,99)
#757471
(117,116,113)
#82817F
(130,129,127)
#8F8E8D
(143,142,141)
#9C9B9B
(156,155,155)
#A9A8A9
(169,168,169)
#B6B5B7
(182,181,183)
#C3C2C5
(195,194,197)
#D0CFD3
(208,207,211)
#DDDCE1
(221,220,225)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686763; }

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

This text font color is #686763.


Background Color

.myBgColor { background-color: #686763; }

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

This div background color is #686763.


Border color

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

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

This div border color is #686763.


Opacity

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

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

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

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

This text has shadow with #686763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686763 on black background.


Color preview on white background

This text has color #686763 on white background.



Black color preview on #686763 background

This text has black color on #686763 background.


White color preview on #686763 background

This text has white color on #686763 background.