COLOR #687069

HEX: #687069
RGB: (104,112,105)

Color info

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

RGB color model

#687069 color RGB value is (104,112,105).

  • red value is 104;
  • green value is 112;
  • blue value is 105.
RGB:
(104,112,105)
(41%,44%,41%)

RGB channels and saturation

R 104 of 255 = 41%
G 112 of 255 = 44%
B 105 of 255 = 41%

104
112
105

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

Portions of RGB colors in percentages

R + G + B =
104 + 112 + 105 = 321 (100%)
R 104 of 321 ~ 32.4%
G 112 of 321 ~ 34.89%
B 105 of 321 ~ 32.71%

%32.4
%34.89
%32.71

CMYK color model

#687069 color CMYK value is (7,0,6,56).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(7,0,6,56)
C7M0Y6K56 
(7%,0%,6%,56%)
(0.07/0.00/0.06/0.56)	

CMYK percentages

%7.14
%0
%6.25
%56.08

Codes

Color #687069 in popluar color models

687069
RGB104112105
HSL128°3.70%42.35%
HSB/HSV128°7.14%43.92%
CMYK7.14%0.00%6.25%
56.08%

Color #687069 in popluar number systems.

HEX687069
Decimal104112105
Binary110100011100001101001
Octal150160151

Shades and tints

Shades of #687069

#687069
(104,112,105)
#5F6660
(95,102,96)
#565C57
(86,92,87)
#4D524E
(77,82,78)
#444845
(68,72,69)
#3B3E3C
(59,62,60)
#323433
(50,52,51)
#292A2A
(41,42,42)
#202021
(32,32,33)
#171618
(23,22,24)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #687069

#687069
(104,112,105)
#757D76
(117,125,118)
#828A83
(130,138,131)
#8F9790
(143,151,144)
#9CA49D
(156,164,157)
#A9B1AA
(169,177,170)
#B6BEB7
(182,190,183)
#C3CBC4
(195,203,196)
#D0D8D1
(208,216,209)
#DDE5DE
(221,229,222)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687069 color. Also use rgb(104,112,105) instead hex code.

Text Font Color

.myTextColor { color: #687069; }

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

This text font color is #687069.


Background Color

.myBgColor { background-color: #687069; }

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

This div background color is #687069.


Border color

.myBorderColor { border: 1px solid #687069; }

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

This div border color is #687069.


Opacity

.myOpacity80 { color: #687069; opacity: 0.8; }

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

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

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

This text has shadow with #687069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687069 on black background.


Color preview on white background

This text has color #687069 on white background.



Black color preview on #687069 background

This text has black color on #687069 background.


White color preview on #687069 background

This text has white color on #687069 background.