COLOR #687863

HEX: #687863
RGB: (104,120,99)

Color info

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

RGB color model

#687863 color RGB value is (104,120,99).

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

RGB channels and saturation

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

104
120
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 99 = 323 (100%)
R 104 of 323 ~ 32.2%
G 120 of 323 ~ 37.15%
B 99 of 323 ~ 30.65%

%32.2
%37.15
%30.65

CMYK color model

#687863 color CMYK value is (13,0,18,53).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(13,0,18,53)
C13M0Y18K53 
(13%,0%,18%,53%)
(0.13/0.00/0.18/0.53)	

CMYK percentages

%13.33
%0
%17.5
%52.94

Codes

Color #687863 in popluar color models

687863
RGB10412099
HSL106°9.59%42.94%
HSB/HSV106°17.50%47.06%
CMYK13.33%0.00%17.50%
52.94%

Color #687863 in popluar number systems.

HEX687863
Decimal10412099
Binary110100011110001100011
Octal150170143

Shades and tints

Shades of #687863

#687863
(104,120,99)
#5F6E5A
(95,110,90)
#566451
(86,100,81)
#4D5A48
(77,90,72)
#44503F
(68,80,63)
#3B4636
(59,70,54)
#323C2D
(50,60,45)
#293224
(41,50,36)
#20281B
(32,40,27)
#171E12
(23,30,18)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #687863

#687863
(104,120,99)
#758471
(117,132,113)
#82907F
(130,144,127)
#8F9C8D
(143,156,141)
#9CA89B
(156,168,155)
#A9B4A9
(169,180,169)
#B6C0B7
(182,192,183)
#C3CCC5
(195,204,197)
#D0D8D3
(208,216,211)
#DDE4E1
(221,228,225)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687863; }

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

This text font color is #687863.


Background Color

.myBgColor { background-color: #687863; }

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

This div background color is #687863.


Border color

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

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

This div border color is #687863.


Opacity

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

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

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

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

This text has shadow with #687863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687863 on black background.


Color preview on white background

This text has color #687863 on white background.



Black color preview on #687863 background

This text has black color on #687863 background.


White color preview on #687863 background

This text has white color on #687863 background.