COLOR #687C64

HEX: #687C64
RGB: (104,124,100)

Color info

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

RGB color model

#687C64 color RGB value is (104,124,100).

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

RGB channels and saturation

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

104
124
100

R + G + B ~ 43%. #687C64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 124 + 100 = 328 (100%)
R 104 of 328 ~ 31.71%
G 124 of 328 ~ 37.8%
B 100 of 328 ~ 30.49%

%31.71
%37.8
%30.49

CMYK color model

#687C64 color CMYK value is (16,0,19,51).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 51.37%
CMYK:
(16,0,19,51)
C16M0Y19K51 
(16%,0%,19%,51%)
(0.16/0.00/0.19/0.51)	

CMYK percentages

%16.13
%0
%19.35
%51.37

Codes

Color #687C64 in popluar color models

687C64
RGB104124100
HSL110°10.71%43.92%
HSB/HSV110°19.35%48.63%
CMYK16.13%0.00%19.35%
51.37%

Color #687C64 in popluar number systems.

HEX687C64
Decimal104124100
Binary110100011111001100100
Octal150174144

Shades and tints

Shades of #687C64

#687C64
(104,124,100)
#5F715B
(95,113,91)
#566652
(86,102,82)
#4D5B49
(77,91,73)
#445040
(68,80,64)
#3B4537
(59,69,55)
#323A2E
(50,58,46)
#292F25
(41,47,37)
#20241C
(32,36,28)
#171913
(23,25,19)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #687C64

#687C64
(104,124,100)
#758772
(117,135,114)
#829280
(130,146,128)
#8F9D8E
(143,157,142)
#9CA89C
(156,168,156)
#A9B3AA
(169,179,170)
#B6BEB8
(182,190,184)
#C3C9C6
(195,201,198)
#D0D4D4
(208,212,212)
#DDDFE2
(221,223,226)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687C64; }

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

This text font color is #687C64.


Background Color

.myBgColor { background-color: #687C64; }

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

This div background color is #687C64.


Border color

.myBorderColor { border: 1px solid #687C64; }

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

This div border color is #687C64.


Opacity

.myOpacity80 { color: #687C64; opacity: 0.8; }

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

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

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

This text has shadow with #687C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C64 on black background.


Color preview on white background

This text has color #687C64 on white background.



Black color preview on #687C64 background

This text has black color on #687C64 background.


White color preview on #687C64 background

This text has white color on #687C64 background.