COLOR #687A64

HEX: #687A64
RGB: (104,122,100)

Color info

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

RGB color model

#687A64 color RGB value is (104,122,100).

  • red value is 104;
  • green value is 122;
  • blue value is 100.
RGB:
(104,122,100)
(41%,48%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 122 of 255 = 48%
B 100 of 255 = 39%

104
122
100

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

Portions of RGB colors in percentages

R + G + B =
104 + 122 + 100 = 326 (100%)
R 104 of 326 ~ 31.9%
G 122 of 326 ~ 37.42%
B 100 of 326 ~ 30.67%

%31.9
%37.42
%30.67

CMYK color model

#687A64 color CMYK value is (15,0,18,52).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(15,0,18,52)
C15M0Y18K52 
(15%,0%,18%,52%)
(0.15/0.00/0.18/0.52)	

CMYK percentages

%14.75
%0
%18.03
%52.16

Codes

Color #687A64 in popluar color models

687A64
RGB104122100
HSL109°9.91%43.53%
HSB/HSV109°18.03%47.84%
CMYK14.75%0.00%18.03%
52.16%

Color #687A64 in popluar number systems.

HEX687A64
Decimal104122100
Binary110100011110101100100
Octal150172144

Shades and tints

Shades of #687A64

#687A64
(104,122,100)
#5F6F5B
(95,111,91)
#566452
(86,100,82)
#4D5949
(77,89,73)
#444E40
(68,78,64)
#3B4337
(59,67,55)
#32382E
(50,56,46)
#292D25
(41,45,37)
#20221C
(32,34,28)
#171713
(23,23,19)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #687A64

#687A64
(104,122,100)
#758672
(117,134,114)
#829280
(130,146,128)
#8F9E8E
(143,158,142)
#9CAA9C
(156,170,156)
#A9B6AA
(169,182,170)
#B6C2B8
(182,194,184)
#C3CEC6
(195,206,198)
#D0DAD4
(208,218,212)
#DDE6E2
(221,230,226)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687A64 color. Also use rgb(104,122,100) instead hex code.

Text Font Color

.myTextColor { color: #687A64; }

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

This text font color is #687A64.


Background Color

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

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

This div background color is #687A64.


Border color

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

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

This div border color is #687A64.


Opacity

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

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

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

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

This text has shadow with #687A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687A64 on black background.


Color preview on white background

This text has color #687A64 on white background.



Black color preview on #687A64 background

This text has black color on #687A64 background.


White color preview on #687A64 background

This text has white color on #687A64 background.