COLOR #685963

HEX: #685963
RGB: (104,89,99)

Color info

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

RGB color model

#685963 color RGB value is (104,89,99).

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

RGB channels and saturation

R 104 of 255 = 41%
G 89 of 255 = 35%
B 99 of 255 = 39%

104
89
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 99 = 292 (100%)
R 104 of 292 ~ 35.62%
G 89 of 292 ~ 30.48%
B 99 of 292 ~ 33.9%

%35.62
%30.48
%33.9

CMYK color model

#685963 color CMYK value is (0,14,5,59).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 4.81%
  • key color value is 59.22%
CMYK:
(0,14,5,59)
C0M14Y5K59 
(0%,14%,5%,59%)
(0.00/0.14/0.05/0.59)	

CMYK percentages

%0
%14.42
%4.81
%59.22

Codes

Color #685963 in popluar color models

685963
RGB1048999
HSL320°7.77%37.84%
HSB/HSV320°14.42%40.78%
CMYK0.00%14.42%4.81%
59.22%

Color #685963 in popluar number systems.

HEX685963
Decimal1048999
Binary110100010110011100011
Octal150131143

Shades and tints

Shades of #685963

#685963
(104,89,99)
#5F515A
(95,81,90)
#564951
(86,73,81)
#4D4148
(77,65,72)
#44393F
(68,57,63)
#3B3136
(59,49,54)
#32292D
(50,41,45)
#292124
(41,33,36)
#20191B
(32,25,27)
#171112
(23,17,18)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #685963

#685963
(104,89,99)
#756871
(117,104,113)
#82777F
(130,119,127)
#8F868D
(143,134,141)
#9C959B
(156,149,155)
#A9A4A9
(169,164,169)
#B6B3B7
(182,179,183)
#C3C2C5
(195,194,197)
#D0D1D3
(208,209,211)
#DDE0E1
(221,224,225)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685963; }

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

This text font color is #685963.


Background Color

.myBgColor { background-color: #685963; }

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

This div background color is #685963.


Border color

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

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

This div border color is #685963.


Opacity

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

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

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

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

This text has shadow with #685963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685963 on black background.


Color preview on white background

This text has color #685963 on white background.



Black color preview on #685963 background

This text has black color on #685963 background.


White color preview on #685963 background

This text has white color on #685963 background.