COLOR #687642

HEX: #687642
RGB: (104,118,66)

Color info

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

RGB color model

#687642 color RGB value is (104,118,66).

  • red value is 104;
  • green value is 118;
  • blue value is 66.
RGB:
(104,118,66)
(41%,46%,26%)

RGB channels and saturation

R 104 of 255 = 41%
G 118 of 255 = 46%
B 66 of 255 = 26%

104
118
66

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

Portions of RGB colors in percentages

R + G + B =
104 + 118 + 66 = 288 (100%)
R 104 of 288 ~ 36.11%
G 118 of 288 ~ 40.97%
B 66 of 288 ~ 22.92%

%36.11
%40.97
%22.92

CMYK color model

#687642 color CMYK value is (12,0,44,54).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 44.07%
  • key color value is 53.73%
CMYK:
(12,0,44,54)
C12M0Y44K54 
(12%,0%,44%,54%)
(0.12/0.00/0.44/0.54)	

CMYK percentages

%11.86
%0
%44.07
%53.73

Codes

Color #687642 in popluar color models

687642
RGB10411866
HSL76°28.26%36.08%
HSB/HSV76°44.07%46.27%
CMYK11.86%0.00%44.07%
53.73%

Color #687642 in popluar number systems.

HEX687642
Decimal10411866
Binary110100011101101000010
Octal150166102

Shades and tints

Shades of #687642

#687642
(104,118,66)
#5F6C3C
(95,108,60)
#566236
(86,98,54)
#4D5830
(77,88,48)
#444E2A
(68,78,42)
#3B4424
(59,68,36)
#323A1E
(50,58,30)
#293018
(41,48,24)
#202612
(32,38,18)
#171C0C
(23,28,12)
#0E1206
(14,18,6)
#000000
(0,0,0)

Tints of #687642

#687642
(104,118,66)
#758253
(117,130,83)
#828E64
(130,142,100)
#8F9A75
(143,154,117)
#9CA686
(156,166,134)
#A9B297
(169,178,151)
#B6BEA8
(182,190,168)
#C3CAB9
(195,202,185)
#D0D6CA
(208,214,202)
#DDE2DB
(221,226,219)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687642 color. Also use rgb(104,118,66) instead hex code.

Text Font Color

.myTextColor { color: #687642; }

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

This text font color is #687642.


Background Color

.myBgColor { background-color: #687642; }

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

This div background color is #687642.


Border color

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

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

This div border color is #687642.


Opacity

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

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

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

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

This text has shadow with #687642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687642 on black background.


Color preview on white background

This text has color #687642 on white background.



Black color preview on #687642 background

This text has black color on #687642 background.


White color preview on #687642 background

This text has white color on #687642 background.