COLOR #687182

HEX: #687182
RGB: (104,113,130)

Color info

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

RGB color model

#687182 color RGB value is (104,113,130).

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

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 130 of 255 = 51%

104
113
130

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 130 = 347 (100%)
R 104 of 347 ~ 29.97%
G 113 of 347 ~ 32.56%
B 130 of 347 ~ 37.46%

%29.97
%32.56
%37.46

CMYK color model

#687182 color CMYK value is (20,13,0,49).

  • cyan value is 20.00%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(20,13,0,49)
C20M13Y0K49 
(20%,13%,0%,49%)
(0.20/0.13/0.00/0.49)	

CMYK percentages

%20
%13.08
%0
%49.02

Codes

Color #687182 in popluar color models

687182
RGB104113130
HSL219°11.11%45.88%
HSB/HSV219°20.00%50.98%
CMYK20.00%13.08%0.00%
49.02%

Color #687182 in popluar number systems.

HEX687182
Decimal104113130
Binary1101000111000110000010
Octal150161202

Shades and tints

Shades of #687182

#687182
(104,113,130)
#5F6777
(95,103,119)
#565D6C
(86,93,108)
#4D5361
(77,83,97)
#444956
(68,73,86)
#3B3F4B
(59,63,75)
#323540
(50,53,64)
#292B35
(41,43,53)
#20212A
(32,33,42)
#17171F
(23,23,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #687182

#687182
(104,113,130)
#757D8D
(117,125,141)
#828998
(130,137,152)
#8F95A3
(143,149,163)
#9CA1AE
(156,161,174)
#A9ADB9
(169,173,185)
#B6B9C4
(182,185,196)
#C3C5CF
(195,197,207)
#D0D1DA
(208,209,218)
#DDDDE5
(221,221,229)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687182; }

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

This text font color is #687182.


Background Color

.myBgColor { background-color: #687182; }

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

This div background color is #687182.


Border color

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

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

This div border color is #687182.


Opacity

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

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

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

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

This text has shadow with #687182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687182 on black background.


Color preview on white background

This text has color #687182 on white background.



Black color preview on #687182 background

This text has black color on #687182 background.


White color preview on #687182 background

This text has white color on #687182 background.