COLOR #687865

HEX: #687865
RGB: (104,120,101)

Color info

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

RGB color model

#687865 color RGB value is (104,120,101).

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

RGB channels and saturation

R 104 of 255 = 41%
G 120 of 255 = 47%
B 101 of 255 = 40%

104
120
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 101 = 325 (100%)
R 104 of 325 ~ 32%
G 120 of 325 ~ 36.92%
B 101 of 325 ~ 31.08%

%32
%36.92
%31.08

CMYK color model

#687865 color CMYK value is (13,0,16,53).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 52.94%
CMYK:
(13,0,16,53)
C13M0Y16K53 
(13%,0%,16%,53%)
(0.13/0.00/0.16/0.53)	

CMYK percentages

%13.33
%0
%15.83
%52.94

Codes

Color #687865 in popluar color models

687865
RGB104120101
HSL111°8.60%43.33%
HSB/HSV111°15.83%47.06%
CMYK13.33%0.00%15.83%
52.94%

Color #687865 in popluar number systems.

HEX687865
Decimal104120101
Binary110100011110001100101
Octal150170145

Shades and tints

Shades of #687865

#687865
(104,120,101)
#5F6E5C
(95,110,92)
#566453
(86,100,83)
#4D5A4A
(77,90,74)
#445041
(68,80,65)
#3B4638
(59,70,56)
#323C2F
(50,60,47)
#293226
(41,50,38)
#20281D
(32,40,29)
#171E14
(23,30,20)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #687865

#687865
(104,120,101)
#758473
(117,132,115)
#829081
(130,144,129)
#8F9C8F
(143,156,143)
#9CA89D
(156,168,157)
#A9B4AB
(169,180,171)
#B6C0B9
(182,192,185)
#C3CCC7
(195,204,199)
#D0D8D5
(208,216,213)
#DDE4E3
(221,228,227)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687865; }

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

This text font color is #687865.


Background Color

.myBgColor { background-color: #687865; }

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

This div background color is #687865.


Border color

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

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

This div border color is #687865.


Opacity

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

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

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

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

This text has shadow with #687865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687865 on black background.


Color preview on white background

This text has color #687865 on white background.



Black color preview on #687865 background

This text has black color on #687865 background.


White color preview on #687865 background

This text has white color on #687865 background.