COLOR #687572

HEX: #687572
RGB: (104,117,114)

Color info

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

RGB color model

#687572 color RGB value is (104,117,114).

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

RGB channels and saturation

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

104
117
114

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 114 = 335 (100%)
R 104 of 335 ~ 31.04%
G 117 of 335 ~ 34.93%
B 114 of 335 ~ 34.03%

%31.04
%34.93
%34.03

CMYK color model

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

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

CMYK percentages

%11.11
%0
%2.56
%54.12

Codes

Color #687572 in popluar color models

687572
RGB104117114
HSL166°5.88%43.33%
HSB/HSV166°11.11%45.88%
CMYK11.11%0.00%2.56%
54.12%

Color #687572 in popluar number systems.

HEX687572
Decimal104117114
Binary110100011101011110010
Octal150165162

Shades and tints

Shades of #687572

#687572
(104,117,114)
#5F6B68
(95,107,104)
#56615E
(86,97,94)
#4D5754
(77,87,84)
#444D4A
(68,77,74)
#3B4340
(59,67,64)
#323936
(50,57,54)
#292F2C
(41,47,44)
#202522
(32,37,34)
#171B18
(23,27,24)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #687572

#687572
(104,117,114)
#75817E
(117,129,126)
#828D8A
(130,141,138)
#8F9996
(143,153,150)
#9CA5A2
(156,165,162)
#A9B1AE
(169,177,174)
#B6BDBA
(182,189,186)
#C3C9C6
(195,201,198)
#D0D5D2
(208,213,210)
#DDE1DE
(221,225,222)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687572; }

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

This text font color is #687572.


Background Color

.myBgColor { background-color: #687572; }

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

This div background color is #687572.


Border color

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

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

This div border color is #687572.


Opacity

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

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

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

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

This text has shadow with #687572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687572 on black background.


Color preview on white background

This text has color #687572 on white background.



Black color preview on #687572 background

This text has black color on #687572 background.


White color preview on #687572 background

This text has white color on #687572 background.