COLOR #687B51

HEX: #687B51
RGB: (104,123,81)

Color info

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

RGB color model

#687B51 color RGB value is (104,123,81).

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

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 81 of 255 = 32%

104
123
81

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

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 81 = 308 (100%)
R 104 of 308 ~ 33.77%
G 123 of 308 ~ 39.94%
B 81 of 308 ~ 26.3%

%33.77
%39.94
%26.3

CMYK color model

#687B51 color CMYK value is (15,0,34,52).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(15,0,34,52)
C15M0Y34K52 
(15%,0%,34%,52%)
(0.15/0.00/0.34/0.52)	

CMYK percentages

%15.45
%0
%34.15
%51.76

Codes

Color #687B51 in popluar color models

687B51
RGB10412381
HSL87°20.59%40.00%
HSB/HSV87°34.15%48.24%
CMYK15.45%0.00%34.15%
51.76%

Color #687B51 in popluar number systems.

HEX687B51
Decimal10412381
Binary110100011110111010001
Octal150173121

Shades and tints

Shades of #687B51

#687B51
(104,123,81)
#5F704A
(95,112,74)
#566543
(86,101,67)
#4D5A3C
(77,90,60)
#444F35
(68,79,53)
#3B442E
(59,68,46)
#323927
(50,57,39)
#292E20
(41,46,32)
#202319
(32,35,25)
#171812
(23,24,18)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #687B51

#687B51
(104,123,81)
#758760
(117,135,96)
#82936F
(130,147,111)
#8F9F7E
(143,159,126)
#9CAB8D
(156,171,141)
#A9B79C
(169,183,156)
#B6C3AB
(182,195,171)
#C3CFBA
(195,207,186)
#D0DBC9
(208,219,201)
#DDE7D8
(221,231,216)
#EAF3E7
(234,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687B51; }

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

This text font color is #687B51.


Background Color

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

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

This div background color is #687B51.


Border color

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

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

This div border color is #687B51.


Opacity

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

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

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

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

This text has shadow with #687B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B51 on black background.


Color preview on white background

This text has color #687B51 on white background.



Black color preview on #687B51 background

This text has black color on #687B51 background.


White color preview on #687B51 background

This text has white color on #687B51 background.