COLOR #687840

HEX: #687840
RGB: (104,120,64)

Color info

#687840 contains red, green and blue colors in about the same proportion. Web safe color of #687840 is #666633 (or #663).

RGB color model

#687840 color RGB value is (104,120,64).

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

RGB channels and saturation

R 104 of 255 = 41%
G 120 of 255 = 47%
B 64 of 255 = 25%

104
120
64

R + G + B ~ 38%. #687840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 120 + 64 = 288 (100%)
R 104 of 288 ~ 36.11%
G 120 of 288 ~ 41.67%
B 64 of 288 ~ 22.22%

%36.11
%41.67
%22.22

CMYK color model

#687840 color CMYK value is (13,0,47,53).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 52.94%
CMYK:
(13,0,47,53)
C13M0Y47K53 
(13%,0%,47%,53%)
(0.13/0.00/0.47/0.53)	

CMYK percentages

%13.33
%0
%46.67
%52.94

Codes

Color #687840 in popluar color models

687840
RGB10412064
HSL77°30.43%36.08%
HSB/HSV77°46.67%47.06%
CMYK13.33%0.00%46.67%
52.94%

Color #687840 in popluar number systems.

HEX687840
Decimal10412064
Binary110100011110001000000
Octal150170100

Shades and tints

Shades of #687840

#687840
(104,120,64)
#5F6E3B
(95,110,59)
#566436
(86,100,54)
#4D5A31
(77,90,49)
#44502C
(68,80,44)
#3B4627
(59,70,39)
#323C22
(50,60,34)
#29321D
(41,50,29)
#202818
(32,40,24)
#171E13
(23,30,19)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #687840

#687840
(104,120,64)
#758451
(117,132,81)
#829062
(130,144,98)
#8F9C73
(143,156,115)
#9CA884
(156,168,132)
#A9B495
(169,180,149)
#B6C0A6
(182,192,166)
#C3CCB7
(195,204,183)
#D0D8C8
(208,216,200)
#DDE4D9
(221,228,217)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687840; }

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

This text font color is #687840.


Background Color

.myBgColor { background-color: #687840; }

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

This div background color is #687840.


Border color

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

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

This div border color is #687840.


Opacity

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

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

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

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

This text has shadow with #687840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687840 on black background.


Color preview on white background

This text has color #687840 on white background.



Black color preview on #687840 background

This text has black color on #687840 background.


White color preview on #687840 background

This text has white color on #687840 background.