COLOR #687073

HEX: #687073
RGB: (104,112,115)

Color info

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

RGB color model

#687073 color RGB value is (104,112,115).

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

RGB channels and saturation

R 104 of 255 = 41%
G 112 of 255 = 44%
B 115 of 255 = 45%

104
112
115

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

Portions of RGB colors in percentages

R + G + B =
104 + 112 + 115 = 331 (100%)
R 104 of 331 ~ 31.42%
G 112 of 331 ~ 33.84%
B 115 of 331 ~ 34.74%

%31.42
%33.84
%34.74

CMYK color model

#687073 color CMYK value is (10,3,0,55).

  • cyan value is 9.57%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(10,3,0,55)
C10M3Y0K55 
(10%,3%,0%,55%)
(0.10/0.03/0.00/0.55)	

CMYK percentages

%9.57
%2.61
%0
%54.9

Codes

Color #687073 in popluar color models

687073
RGB104112115
HSL196°5.02%42.94%
HSB/HSV196°9.57%45.10%
CMYK9.57%2.61%0.00%
54.90%

Color #687073 in popluar number systems.

HEX687073
Decimal104112115
Binary110100011100001110011
Octal150160163

Shades and tints

Shades of #687073

#687073
(104,112,115)
#5F6669
(95,102,105)
#565C5F
(86,92,95)
#4D5255
(77,82,85)
#44484B
(68,72,75)
#3B3E41
(59,62,65)
#323437
(50,52,55)
#292A2D
(41,42,45)
#202023
(32,32,35)
#171619
(23,22,25)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #687073

#687073
(104,112,115)
#757D7F
(117,125,127)
#828A8B
(130,138,139)
#8F9797
(143,151,151)
#9CA4A3
(156,164,163)
#A9B1AF
(169,177,175)
#B6BEBB
(182,190,187)
#C3CBC7
(195,203,199)
#D0D8D3
(208,216,211)
#DDE5DF
(221,229,223)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687073; }

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

This text font color is #687073.


Background Color

.myBgColor { background-color: #687073; }

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

This div background color is #687073.


Border color

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

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

This div border color is #687073.


Opacity

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

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

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

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

This text has shadow with #687073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687073 on black background.


Color preview on white background

This text has color #687073 on white background.



Black color preview on #687073 background

This text has black color on #687073 background.


White color preview on #687073 background

This text has white color on #687073 background.