COLOR #687E2A

HEX: #687E2A
RGB: (104,126,42)

Color info

#687E2A contains mainly red and green colors. Web safe color of #687E2A is #666633 (or #663).

RGB color model

#687E2A color RGB value is (104,126,42).

  • red value is 104;
  • green value is 126;
  • blue value is 42.
RGB:
(104,126,42)
(41%,49%,16%)

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 42 of 255 = 16%

104
126
42

R + G + B ~ 35%. #687E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 42 = 272 (100%)
R 104 of 272 ~ 38.24%
G 126 of 272 ~ 46.32%
B 42 of 272 ~ 15.44%

%38.24
%46.32
%15.44

CMYK color model

#687E2A color CMYK value is (17,0,67,51).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 50.59%
CMYK:
(17,0,67,51)
C17M0Y67K51 
(17%,0%,67%,51%)
(0.17/0.00/0.67/0.51)	

CMYK percentages

%17.46
%0
%66.67
%50.59

Codes

Color #687E2A in popluar color models

687E2A
RGB10412642
HSL76°50.00%32.94%
HSB/HSV76°66.67%49.41%
CMYK17.46%0.00%66.67%
50.59%

Color #687E2A in popluar number systems.

HEX687E2A
Decimal10412642
Binary11010001111110101010
Octal15017652

Shades and tints

Shades of #687E2A

#687E2A
(104,126,42)
#5F7327
(95,115,39)
#566824
(86,104,36)
#4D5D21
(77,93,33)
#44521E
(68,82,30)
#3B471B
(59,71,27)
#323C18
(50,60,24)
#293115
(41,49,21)
#202612
(32,38,18)
#171B0F
(23,27,15)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #687E2A

#687E2A
(104,126,42)
#75893D
(117,137,61)
#829450
(130,148,80)
#8F9F63
(143,159,99)
#9CAA76
(156,170,118)
#A9B589
(169,181,137)
#B6C09C
(182,192,156)
#C3CBAF
(195,203,175)
#D0D6C2
(208,214,194)
#DDE1D5
(221,225,213)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687E2A color. Also use rgb(104,126,42) instead hex code.

Text Font Color

.myTextColor { color: #687E2A; }

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

This text font color is #687E2A.


Background Color

.myBgColor { background-color: #687E2A; }

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

This div background color is #687E2A.


Border color

.myBorderColor { border: 1px solid #687E2A; }

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

This div border color is #687E2A.


Opacity

.myOpacity80 { color: #687E2A; opacity: 0.8; }

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

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

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

This text has shadow with #687E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E2A on black background.


Color preview on white background

This text has color #687E2A on white background.



Black color preview on #687E2A background

This text has black color on #687E2A background.


White color preview on #687E2A background

This text has white color on #687E2A background.