COLOR #687573

HEX: #687573
RGB: (104,117,115)

Color info

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

RGB color model

#687573 color RGB value is (104,117,115).

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

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 115 of 255 = 45%

104
117
115

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 115 = 336 (100%)
R 104 of 336 ~ 30.95%
G 117 of 336 ~ 34.82%
B 115 of 336 ~ 34.23%

%30.95
%34.82
%34.23

CMYK color model

#687573 color CMYK value is (11,0,2,54).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 54.12%
CMYK:
(11,0,2,54)
C11M0Y2K54 
(11%,0%,2%,54%)
(0.11/0.00/0.02/0.54)	

CMYK percentages

%11.11
%0
%1.71
%54.12

Codes

Color #687573 in popluar color models

687573
RGB104117115
HSL171°5.88%43.33%
HSB/HSV171°11.11%45.88%
CMYK11.11%0.00%1.71%
54.12%

Color #687573 in popluar number systems.

HEX687573
Decimal104117115
Binary110100011101011110011
Octal150165163

Shades and tints

Shades of #687573

#687573
(104,117,115)
#5F6B69
(95,107,105)
#56615F
(86,97,95)
#4D5755
(77,87,85)
#444D4B
(68,77,75)
#3B4341
(59,67,65)
#323937
(50,57,55)
#292F2D
(41,47,45)
#202523
(32,37,35)
#171B19
(23,27,25)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #687573

#687573
(104,117,115)
#75817F
(117,129,127)
#828D8B
(130,141,139)
#8F9997
(143,153,151)
#9CA5A3
(156,165,163)
#A9B1AF
(169,177,175)
#B6BDBB
(182,189,187)
#C3C9C7
(195,201,199)
#D0D5D3
(208,213,211)
#DDE1DF
(221,225,223)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687573; }

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

This text font color is #687573.


Background Color

.myBgColor { background-color: #687573; }

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

This div background color is #687573.


Border color

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

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

This div border color is #687573.


Opacity

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

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

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

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

This text has shadow with #687573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687573 on black background.


Color preview on white background

This text has color #687573 on white background.



Black color preview on #687573 background

This text has black color on #687573 background.


White color preview on #687573 background

This text has white color on #687573 background.