COLOR #687B4C

HEX: #687B4C
RGB: (104,123,76)

Color info

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

RGB color model

#687B4C color RGB value is (104,123,76).

  • red value is 104;
  • green value is 123;
  • blue value is 76.
RGB:
(104,123,76)
(41%,48%,30%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 76 of 255 = 30%

104
123
76

R + G + B ~ 40%. #687B4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 76 = 303 (100%)
R 104 of 303 ~ 34.32%
G 123 of 303 ~ 40.59%
B 76 of 303 ~ 25.08%

%34.32
%40.59
%25.08

CMYK color model

#687B4C color CMYK value is (15,0,38,52).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 38.21%
  • key color value is 51.76%
CMYK:
(15,0,38,52)
C15M0Y38K52 
(15%,0%,38%,52%)
(0.15/0.00/0.38/0.52)	

CMYK percentages

%15.45
%0
%38.21
%51.76

Codes

Color #687B4C in popluar color models

687B4C
RGB10412376
HSL84°23.62%39.02%
HSB/HSV84°38.21%48.24%
CMYK15.45%0.00%38.21%
51.76%

Color #687B4C in popluar number systems.

HEX687B4C
Decimal10412376
Binary110100011110111001100
Octal150173114

Shades and tints

Shades of #687B4C

#687B4C
(104,123,76)
#5F7046
(95,112,70)
#566540
(86,101,64)
#4D5A3A
(77,90,58)
#444F34
(68,79,52)
#3B442E
(59,68,46)
#323928
(50,57,40)
#292E22
(41,46,34)
#20231C
(32,35,28)
#171816
(23,24,22)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #687B4C

#687B4C
(104,123,76)
#75875C
(117,135,92)
#82936C
(130,147,108)
#8F9F7C
(143,159,124)
#9CAB8C
(156,171,140)
#A9B79C
(169,183,156)
#B6C3AC
(182,195,172)
#C3CFBC
(195,207,188)
#D0DBCC
(208,219,204)
#DDE7DC
(221,231,220)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B4C color. Also use rgb(104,123,76) instead hex code.

Text Font Color

.myTextColor { color: #687B4C; }

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

This text font color is #687B4C.


Background Color

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

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

This div background color is #687B4C.


Border color

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

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

This div border color is #687B4C.


Opacity

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

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

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

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

This text has shadow with #687B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B4C on black background.


Color preview on white background

This text has color #687B4C on white background.



Black color preview on #687B4C background

This text has black color on #687B4C background.


White color preview on #687B4C background

This text has white color on #687B4C background.