COLOR #687B62

HEX: #687B62
RGB: (104,123,98)

Color info

#687B62 contains red, green and blue colors in about the same proportion. Web safe color of #687B62 is #666666 (or #666).

RGB color model

#687B62 color RGB value is (104,123,98).

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

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 98 of 255 = 38%

104
123
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 98 = 325 (100%)
R 104 of 325 ~ 32%
G 123 of 325 ~ 37.85%
B 98 of 325 ~ 30.15%

%32
%37.85
%30.15

CMYK color model

#687B62 color CMYK value is (15,0,20,52).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 51.76%
CMYK:
(15,0,20,52)
C15M0Y20K52 
(15%,0%,20%,52%)
(0.15/0.00/0.20/0.52)	

CMYK percentages

%15.45
%0
%20.33
%51.76

Codes

Color #687B62 in popluar color models

687B62
RGB10412398
HSL106°11.31%43.33%
HSB/HSV106°20.33%48.24%
CMYK15.45%0.00%20.33%
51.76%

Color #687B62 in popluar number systems.

HEX687B62
Decimal10412398
Binary110100011110111100010
Octal150173142

Shades and tints

Shades of #687B62

#687B62
(104,123,98)
#5F705A
(95,112,90)
#566552
(86,101,82)
#4D5A4A
(77,90,74)
#444F42
(68,79,66)
#3B443A
(59,68,58)
#323932
(50,57,50)
#292E2A
(41,46,42)
#202322
(32,35,34)
#17181A
(23,24,26)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #687B62

#687B62
(104,123,98)
#758770
(117,135,112)
#82937E
(130,147,126)
#8F9F8C
(143,159,140)
#9CAB9A
(156,171,154)
#A9B7A8
(169,183,168)
#B6C3B6
(182,195,182)
#C3CFC4
(195,207,196)
#D0DBD2
(208,219,210)
#DDE7E0
(221,231,224)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687B62; }

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

This text font color is #687B62.


Background Color

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

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

This div background color is #687B62.


Border color

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

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

This div border color is #687B62.


Opacity

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

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

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

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

This text has shadow with #687B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B62 on black background.


Color preview on white background

This text has color #687B62 on white background.



Black color preview on #687B62 background

This text has black color on #687B62 background.


White color preview on #687B62 background

This text has white color on #687B62 background.