COLOR #687864

HEX: #687864
RGB: (104,120,100)

Color info

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

RGB color model

#687864 color RGB value is (104,120,100).

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

RGB channels and saturation

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

104
120
100

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

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 100 = 324 (100%)
R 104 of 324 ~ 32.1%
G 120 of 324 ~ 37.04%
B 100 of 324 ~ 30.86%

%32.1
%37.04
%30.86

CMYK color model

#687864 color CMYK value is (13,0,17,53).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(13,0,17,53)
C13M0Y17K53 
(13%,0%,17%,53%)
(0.13/0.00/0.17/0.53)	

CMYK percentages

%13.33
%0
%16.67
%52.94

Codes

Color #687864 in popluar color models

687864
RGB104120100
HSL108°9.09%43.14%
HSB/HSV108°16.67%47.06%
CMYK13.33%0.00%16.67%
52.94%

Color #687864 in popluar number systems.

HEX687864
Decimal104120100
Binary110100011110001100100
Octal150170144

Shades and tints

Shades of #687864

#687864
(104,120,100)
#5F6E5B
(95,110,91)
#566452
(86,100,82)
#4D5A49
(77,90,73)
#445040
(68,80,64)
#3B4637
(59,70,55)
#323C2E
(50,60,46)
#293225
(41,50,37)
#20281C
(32,40,28)
#171E13
(23,30,19)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #687864

#687864
(104,120,100)
#758472
(117,132,114)
#829080
(130,144,128)
#8F9C8E
(143,156,142)
#9CA89C
(156,168,156)
#A9B4AA
(169,180,170)
#B6C0B8
(182,192,184)
#C3CCC6
(195,204,198)
#D0D8D4
(208,216,212)
#DDE4E2
(221,228,226)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687864; }

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

This text font color is #687864.


Background Color

.myBgColor { background-color: #687864; }

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

This div background color is #687864.


Border color

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

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

This div border color is #687864.


Opacity

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

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

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

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

This text has shadow with #687864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687864 on black background.


Color preview on white background

This text has color #687864 on white background.



Black color preview on #687864 background

This text has black color on #687864 background.


White color preview on #687864 background

This text has white color on #687864 background.