COLOR #685463

HEX: #685463
RGB: (104,84,99)

Color info

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

RGB color model

#685463 color RGB value is (104,84,99).

  • red value is 104;
  • green value is 84;
  • blue value is 99.
RGB:
(104,84,99)
(41%,33%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 84 of 255 = 33%
B 99 of 255 = 39%

104
84
99

R + G + B ~ 38%. #685463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 84 + 99 = 287 (100%)
R 104 of 287 ~ 36.24%
G 84 of 287 ~ 29.27%
B 99 of 287 ~ 34.49%

%36.24
%29.27
%34.49

CMYK color model

#685463 color CMYK value is (0,19,5,59).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 4.81%
  • key color value is 59.22%
CMYK:
(0,19,5,59)
C0M19Y5K59 
(0%,19%,5%,59%)
(0.00/0.19/0.05/0.59)	

CMYK percentages

%0
%19.23
%4.81
%59.22

Codes

Color #685463 in popluar color models

685463
RGB1048499
HSL315°10.64%36.86%
HSB/HSV315°19.23%40.78%
CMYK0.00%19.23%4.81%
59.22%

Color #685463 in popluar number systems.

HEX685463
Decimal1048499
Binary110100010101001100011
Octal150124143

Shades and tints

Shades of #685463

#685463
(104,84,99)
#5F4D5A
(95,77,90)
#564651
(86,70,81)
#4D3F48
(77,63,72)
#44383F
(68,56,63)
#3B3136
(59,49,54)
#322A2D
(50,42,45)
#292324
(41,35,36)
#201C1B
(32,28,27)
#171512
(23,21,18)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #685463

#685463
(104,84,99)
#756371
(117,99,113)
#82727F
(130,114,127)
#8F818D
(143,129,141)
#9C909B
(156,144,155)
#A99FA9
(169,159,169)
#B6AEB7
(182,174,183)
#C3BDC5
(195,189,197)
#D0CCD3
(208,204,211)
#DDDBE1
(221,219,225)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685463; }

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

This text font color is #685463.


Background Color

.myBgColor { background-color: #685463; }

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

This div background color is #685463.


Border color

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

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

This div border color is #685463.


Opacity

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

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

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

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

This text has shadow with #685463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685463 on black background.


Color preview on white background

This text has color #685463 on white background.



Black color preview on #685463 background

This text has black color on #685463 background.


White color preview on #685463 background

This text has white color on #685463 background.