COLOR #685363

HEX: #685363
RGB: (104,83,99)

Color info

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

RGB color model

#685363 color RGB value is (104,83,99).

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

RGB channels and saturation

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

104
83
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 99 = 286 (100%)
R 104 of 286 ~ 36.36%
G 83 of 286 ~ 29.02%
B 99 of 286 ~ 34.62%

%36.36
%29.02
%34.62

CMYK color model

#685363 color CMYK value is (0,20,5,59).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 4.81%
  • key color value is 59.22%
CMYK:
(0,20,5,59)
C0M20Y5K59 
(0%,20%,5%,59%)
(0.00/0.20/0.05/0.59)	

CMYK percentages

%0
%20.19
%4.81
%59.22

Codes

Color #685363 in popluar color models

685363
RGB1048399
HSL314°11.23%36.67%
HSB/HSV314°20.19%40.78%
CMYK0.00%20.19%4.81%
59.22%

Color #685363 in popluar number systems.

HEX685363
Decimal1048399
Binary110100010100111100011
Octal150123143

Shades and tints

Shades of #685363

#685363
(104,83,99)
#5F4C5A
(95,76,90)
#564551
(86,69,81)
#4D3E48
(77,62,72)
#44373F
(68,55,63)
#3B3036
(59,48,54)
#32292D
(50,41,45)
#292224
(41,34,36)
#201B1B
(32,27,27)
#171412
(23,20,18)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #685363

#685363
(104,83,99)
#756271
(117,98,113)
#82717F
(130,113,127)
#8F808D
(143,128,141)
#9C8F9B
(156,143,155)
#A99EA9
(169,158,169)
#B6ADB7
(182,173,183)
#C3BCC5
(195,188,197)
#D0CBD3
(208,203,211)
#DDDAE1
(221,218,225)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685363; }

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

This text font color is #685363.


Background Color

.myBgColor { background-color: #685363; }

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

This div background color is #685363.


Border color

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

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

This div border color is #685363.


Opacity

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

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

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

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

This text has shadow with #685363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685363 on black background.


Color preview on white background

This text has color #685363 on white background.



Black color preview on #685363 background

This text has black color on #685363 background.


White color preview on #685363 background

This text has white color on #685363 background.