COLOR #685360

HEX: #685360
RGB: (104,83,96)

Color info

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

RGB color model

#685360 color RGB value is (104,83,96).

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

RGB channels and saturation

R 104 of 255 = 41%
G 83 of 255 = 33%
B 96 of 255 = 38%

104
83
96

R + G + B ~ 37%. #685360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 96 = 283 (100%)
R 104 of 283 ~ 36.75%
G 83 of 283 ~ 29.33%
B 96 of 283 ~ 33.92%

%36.75
%29.33
%33.92

CMYK color model

#685360 color CMYK value is (0,20,8,59).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 7.69%
  • key color value is 59.22%
CMYK: (0,20,8,59) C0M20Y8K59 (0%,20%,8%,59%) (0.00/0.20/0.08/0.59)

CMYK percentages

%0
%20.19
%7.69
%59.22

Codes

Color #685360 in popluar color models

685360
RGB1048396
HSL323°11.23%36.67%
HSB/HSV323°20.19%40.78%
CMYK0.00%20.19%7.69%
59.22%

Color #685360 in popluar number systems.

HEX685360
Decimal1048396
Binary110100010100111100000
Octal150123140

Shades and tints

Shades of #685360

#685360
(104,83,96)
#5F4C58
(95,76,88)
#564550
(86,69,80)
#4D3E48
(77,62,72)
#443740
(68,55,64)
#3B3038
(59,48,56)
#322930
(50,41,48)
#292228
(41,34,40)
#201B20
(32,27,32)
#171418
(23,20,24)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #685360

#685360
(104,83,96)
#75626E
(117,98,110)
#82717C
(130,113,124)
#8F808A
(143,128,138)
#9C8F98
(156,143,152)
#A99EA6
(169,158,166)
#B6ADB4
(182,173,180)
#C3BCC2
(195,188,194)
#D0CBD0
(208,203,208)
#DDDADE
(221,218,222)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685360; }

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

This text font color is #685360.


Background Color

.myBgColor { background-color: #685360; }

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

This div background color is #685360.


Border color

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

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

This div border color is #685360.


Opacity

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

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

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

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

This text has shadow with #685360 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #685360 on black background.


Color preview on white background

This text has color #685360 on white background.



Black color preview on #685360 background

This text has black color on #685360 background.


White color preview on #685360 background

This text has white color on #685360 background.