COLOR #687575

HEX: #687575
RGB: (104,117,117)

Color info

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

RGB color model

#687575 color RGB value is (104,117,117).

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

RGB channels and saturation

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

104
117
117

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 117 = 338 (100%)
R 104 of 338 ~ 30.77%
G 117 of 338 ~ 34.62%
B 117 of 338 ~ 34.62%

%30.77
%34.62
%34.62

CMYK color model

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

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

CMYK percentages

%11.11
%0
%0
%54.12

Codes

Color #687575 in popluar color models

687575
RGB104117117
HSL180°5.88%43.33%
HSB/HSV180°11.11%45.88%
CMYK11.11%0.00%0.00%
54.12%

Color #687575 in popluar number systems.

HEX687575
Decimal104117117
Binary110100011101011110101
Octal150165165

Shades and tints

Shades of #687575

#687575
(104,117,117)
#5F6B6B
(95,107,107)
#566161
(86,97,97)
#4D5757
(77,87,87)
#444D4D
(68,77,77)
#3B4343
(59,67,67)
#323939
(50,57,57)
#292F2F
(41,47,47)
#202525
(32,37,37)
#171B1B
(23,27,27)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #687575

#687575
(104,117,117)
#758181
(117,129,129)
#828D8D
(130,141,141)
#8F9999
(143,153,153)
#9CA5A5
(156,165,165)
#A9B1B1
(169,177,177)
#B6BDBD
(182,189,189)
#C3C9C9
(195,201,201)
#D0D5D5
(208,213,213)
#DDE1E1
(221,225,225)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687575; }

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

This text font color is #687575.


Background Color

.myBgColor { background-color: #687575; }

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

This div background color is #687575.


Border color

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

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

This div border color is #687575.


Opacity

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

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

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

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

This text has shadow with #687575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687575 on black background.


Color preview on white background

This text has color #687575 on white background.



Black color preview on #687575 background

This text has black color on #687575 background.


White color preview on #687575 background

This text has white color on #687575 background.