COLOR #687859

HEX: #687859
RGB: (104,120,89)

Color info

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

RGB color model

#687859 color RGB value is (104,120,89).

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

RGB channels and saturation

R 104 of 255 = 41%
G 120 of 255 = 47%
B 89 of 255 = 35%

104
120
89

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

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 89 = 313 (100%)
R 104 of 313 ~ 33.23%
G 120 of 313 ~ 38.34%
B 89 of 313 ~ 28.43%

%33.23
%38.34
%28.43

CMYK color model

#687859 color CMYK value is (13,0,26,53).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 52.94%
CMYK:
(13,0,26,53)
C13M0Y26K53 
(13%,0%,26%,53%)
(0.13/0.00/0.26/0.53)	

CMYK percentages

%13.33
%0
%25.83
%52.94

Codes

Color #687859 in popluar color models

687859
RGB10412089
HSL91°14.83%40.98%
HSB/HSV91°25.83%47.06%
CMYK13.33%0.00%25.83%
52.94%

Color #687859 in popluar number systems.

HEX687859
Decimal10412089
Binary110100011110001011001
Octal150170131

Shades and tints

Shades of #687859

#687859
(104,120,89)
#5F6E51
(95,110,81)
#566449
(86,100,73)
#4D5A41
(77,90,65)
#445039
(68,80,57)
#3B4631
(59,70,49)
#323C29
(50,60,41)
#293221
(41,50,33)
#202819
(32,40,25)
#171E11
(23,30,17)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #687859

#687859
(104,120,89)
#758468
(117,132,104)
#829077
(130,144,119)
#8F9C86
(143,156,134)
#9CA895
(156,168,149)
#A9B4A4
(169,180,164)
#B6C0B3
(182,192,179)
#C3CCC2
(195,204,194)
#D0D8D1
(208,216,209)
#DDE4E0
(221,228,224)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687859; }

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

This text font color is #687859.


Background Color

.myBgColor { background-color: #687859; }

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

This div background color is #687859.


Border color

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

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

This div border color is #687859.


Opacity

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

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

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

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

This text has shadow with #687859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687859 on black background.


Color preview on white background

This text has color #687859 on white background.



Black color preview on #687859 background

This text has black color on #687859 background.


White color preview on #687859 background

This text has white color on #687859 background.