COLOR #687C5C

HEX: #687C5C
RGB: (104,124,92)

Color info

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

RGB color model

#687C5C color RGB value is (104,124,92).

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

RGB channels and saturation

R 104 of 255 = 41%
G 124 of 255 = 49%
B 92 of 255 = 36%

104
124
92

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

Portions of RGB colors in percentages

R + G + B =
104 + 124 + 92 = 320 (100%)
R 104 of 320 ~ 32.5%
G 124 of 320 ~ 38.75%
B 92 of 320 ~ 28.75%

%32.5
%38.75
%28.75

CMYK color model

#687C5C color CMYK value is (16,0,26,51).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 51.37%
CMYK:
(16,0,26,51)
C16M0Y26K51 
(16%,0%,26%,51%)
(0.16/0.00/0.26/0.51)	

CMYK percentages

%16.13
%0
%25.81
%51.37

Codes

Color #687C5C in popluar color models

687C5C
RGB10412492
HSL98°14.81%42.35%
HSB/HSV98°25.81%48.63%
CMYK16.13%0.00%25.81%
51.37%

Color #687C5C in popluar number systems.

HEX687C5C
Decimal10412492
Binary110100011111001011100
Octal150174134

Shades and tints

Shades of #687C5C

#687C5C
(104,124,92)
#5F7154
(95,113,84)
#56664C
(86,102,76)
#4D5B44
(77,91,68)
#44503C
(68,80,60)
#3B4534
(59,69,52)
#323A2C
(50,58,44)
#292F24
(41,47,36)
#20241C
(32,36,28)
#171914
(23,25,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #687C5C

#687C5C
(104,124,92)
#75876A
(117,135,106)
#829278
(130,146,120)
#8F9D86
(143,157,134)
#9CA894
(156,168,148)
#A9B3A2
(169,179,162)
#B6BEB0
(182,190,176)
#C3C9BE
(195,201,190)
#D0D4CC
(208,212,204)
#DDDFDA
(221,223,218)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687C5C; }

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

This text font color is #687C5C.


Background Color

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

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

This div background color is #687C5C.


Border color

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

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

This div border color is #687C5C.


Opacity

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

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

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

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

This text has shadow with #687C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687C5C on black background.


Color preview on white background

This text has color #687C5C on white background.



Black color preview on #687C5C background

This text has black color on #687C5C background.


White color preview on #687C5C background

This text has white color on #687C5C background.