COLOR #687F58

HEX: #687F58
RGB: (104,127,88)

Color info

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

RGB color model

#687F58 color RGB value is (104,127,88).

  • red value is 104;
  • green value is 127;
  • blue value is 88.
RGB:
(104,127,88)
(41%,50%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 88 of 255 = 35%

104
127
88

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

Portions of RGB colors in percentages

R + G + B =
104 + 127 + 88 = 319 (100%)
R 104 of 319 ~ 32.6%
G 127 of 319 ~ 39.81%
B 88 of 319 ~ 27.59%

%32.6
%39.81
%27.59

CMYK color model

#687F58 color CMYK value is (18,0,31,50).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 50.20%
CMYK:
(18,0,31,50)
C18M0Y31K50 
(18%,0%,31%,50%)
(0.18/0.00/0.31/0.50)	

CMYK percentages

%18.11
%0
%30.71
%50.2

Codes

Color #687F58 in popluar color models

687F58
RGB10412788
HSL95°18.14%42.16%
HSB/HSV95°30.71%49.80%
CMYK18.11%0.00%30.71%
50.20%

Color #687F58 in popluar number systems.

HEX687F58
Decimal10412788
Binary110100011111111011000
Octal150177130

Shades and tints

Shades of #687F58

#687F58
(104,127,88)
#5F7450
(95,116,80)
#566948
(86,105,72)
#4D5E40
(77,94,64)
#445338
(68,83,56)
#3B4830
(59,72,48)
#323D28
(50,61,40)
#293220
(41,50,32)
#202718
(32,39,24)
#171C10
(23,28,16)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #687F58

#687F58
(104,127,88)
#758A67
(117,138,103)
#829576
(130,149,118)
#8FA085
(143,160,133)
#9CAB94
(156,171,148)
#A9B6A3
(169,182,163)
#B6C1B2
(182,193,178)
#C3CCC1
(195,204,193)
#D0D7D0
(208,215,208)
#DDE2DF
(221,226,223)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687F58 color. Also use rgb(104,127,88) instead hex code.

Text Font Color

.myTextColor { color: #687F58; }

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

This text font color is #687F58.


Background Color

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

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

This div background color is #687F58.


Border color

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

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

This div border color is #687F58.


Opacity

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

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

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

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

This text has shadow with #687F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687F58 on black background.


Color preview on white background

This text has color #687F58 on white background.



Black color preview on #687F58 background

This text has black color on #687F58 background.


White color preview on #687F58 background

This text has white color on #687F58 background.