COLOR #687E38

HEX: #687E38
RGB: (104,126,56)

Color info

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

RGB color model

#687E38 color RGB value is (104,126,56).

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

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 56 of 255 = 22%

104
126
56

R + G + B ~ 37%. #687E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 56 = 286 (100%)
R 104 of 286 ~ 36.36%
G 126 of 286 ~ 44.06%
B 56 of 286 ~ 19.58%

%36.36
%44.06
%19.58

CMYK color model

#687E38 color CMYK value is (17,0,56,51).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 50.59%
CMYK:
(17,0,56,51)
C17M0Y56K51 
(17%,0%,56%,51%)
(0.17/0.00/0.56/0.51)	

CMYK percentages

%17.46
%0
%55.56
%50.59

Codes

Color #687E38 in popluar color models

687E38
RGB10412656
HSL79°38.46%35.69%
HSB/HSV79°55.56%49.41%
CMYK17.46%0.00%55.56%
50.59%

Color #687E38 in popluar number systems.

HEX687E38
Decimal10412656
Binary11010001111110111000
Octal15017670

Shades and tints

Shades of #687E38

#687E38
(104,126,56)
#5F7333
(95,115,51)
#56682E
(86,104,46)
#4D5D29
(77,93,41)
#445224
(68,82,36)
#3B471F
(59,71,31)
#323C1A
(50,60,26)
#293115
(41,49,21)
#202610
(32,38,16)
#171B0B
(23,27,11)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #687E38

#687E38
(104,126,56)
#75894A
(117,137,74)
#82945C
(130,148,92)
#8F9F6E
(143,159,110)
#9CAA80
(156,170,128)
#A9B592
(169,181,146)
#B6C0A4
(182,192,164)
#C3CBB6
(195,203,182)
#D0D6C8
(208,214,200)
#DDE1DA
(221,225,218)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E38; }

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

This text font color is #687E38.


Background Color

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

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

This div background color is #687E38.


Border color

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

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

This div border color is #687E38.


Opacity

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

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

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

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

This text has shadow with #687E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E38 on black background.


Color preview on white background

This text has color #687E38 on white background.



Black color preview on #687E38 background

This text has black color on #687E38 background.


White color preview on #687E38 background

This text has white color on #687E38 background.