COLOR #687582

HEX: #687582
RGB: (104,117,130)

Color info

#687582 contains red, green and blue colors in about the same proportion. Web safe color of #687582 is #666699 (or #669).

RGB color model

#687582 color RGB value is (104,117,130).

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

RGB channels and saturation

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

104
117
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 130 = 351 (100%)
R 104 of 351 ~ 29.63%
G 117 of 351 ~ 33.33%
B 130 of 351 ~ 37.04%

%29.63
%33.33
%37.04

CMYK color model

#687582 color CMYK value is (20,10,0,49).

  • cyan value is 20.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(20,10,0,49)
C20M10Y0K49 
(20%,10%,0%,49%)
(0.20/0.10/0.00/0.49)	

CMYK percentages

%20
%10
%0
%49.02

Codes

Color #687582 in popluar color models

687582
RGB104117130
HSL210°11.11%45.88%
HSB/HSV210°20.00%50.98%
CMYK20.00%10.00%0.00%
49.02%

Color #687582 in popluar number systems.

HEX687582
Decimal104117130
Binary1101000111010110000010
Octal150165202

Shades and tints

Shades of #687582

#687582
(104,117,130)
#5F6B77
(95,107,119)
#56616C
(86,97,108)
#4D5761
(77,87,97)
#444D56
(68,77,86)
#3B434B
(59,67,75)
#323940
(50,57,64)
#292F35
(41,47,53)
#20252A
(32,37,42)
#171B1F
(23,27,31)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #687582

#687582
(104,117,130)
#75818D
(117,129,141)
#828D98
(130,141,152)
#8F99A3
(143,153,163)
#9CA5AE
(156,165,174)
#A9B1B9
(169,177,185)
#B6BDC4
(182,189,196)
#C3C9CF
(195,201,207)
#D0D5DA
(208,213,218)
#DDE1E5
(221,225,229)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687582; }

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

This text font color is #687582.


Background Color

.myBgColor { background-color: #687582; }

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

This div background color is #687582.


Border color

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

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

This div border color is #687582.


Opacity

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

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

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

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

This text has shadow with #687582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687582 on black background.


Color preview on white background

This text has color #687582 on white background.



Black color preview on #687582 background

This text has black color on #687582 background.


White color preview on #687582 background

This text has white color on #687582 background.