COLOR #687D38

HEX: #687D38
RGB: (104,125,56)

Color info

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

RGB color model

#687D38 color RGB value is (104,125,56).

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

RGB channels and saturation

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

104
125
56

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

Portions of RGB colors in percentages

R + G + B =
104 + 125 + 56 = 285 (100%)
R 104 of 285 ~ 36.49%
G 125 of 285 ~ 43.86%
B 56 of 285 ~ 19.65%

%36.49
%43.86
%19.65

CMYK color model

#687D38 color CMYK value is (17,0,55,51).

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 55.20%
  • key color value is 50.98%
CMYK:
(17,0,55,51)
C17M0Y55K51 
(17%,0%,55%,51%)
(0.17/0.00/0.55/0.51)	

CMYK percentages

%16.8
%0
%55.2
%50.98

Codes

Color #687D38 in popluar color models

687D38
RGB10412556
HSL78°38.12%35.49%
HSB/HSV78°55.20%49.02%
CMYK16.80%0.00%55.20%
50.98%

Color #687D38 in popluar number systems.

HEX687D38
Decimal10412556
Binary11010001111101111000
Octal15017570

Shades and tints

Shades of #687D38

#687D38
(104,125,56)
#5F7233
(95,114,51)
#56672E
(86,103,46)
#4D5C29
(77,92,41)
#445124
(68,81,36)
#3B461F
(59,70,31)
#323B1A
(50,59,26)
#293015
(41,48,21)
#202510
(32,37,16)
#171A0B
(23,26,11)
#0E0F06
(14,15,6)
#000000
(0,0,0)

Tints of #687D38

#687D38
(104,125,56)
#75884A
(117,136,74)
#82935C
(130,147,92)
#8F9E6E
(143,158,110)
#9CA980
(156,169,128)
#A9B492
(169,180,146)
#B6BFA4
(182,191,164)
#C3CAB6
(195,202,182)
#D0D5C8
(208,213,200)
#DDE0DA
(221,224,218)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687D38; }

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

This text font color is #687D38.


Background Color

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

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

This div background color is #687D38.


Border color

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

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

This div border color is #687D38.


Opacity

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

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

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

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

This text has shadow with #687D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D38 on black background.


Color preview on white background

This text has color #687D38 on white background.



Black color preview on #687D38 background

This text has black color on #687D38 background.


White color preview on #687D38 background

This text has white color on #687D38 background.