COLOR #685767

HEX: #685767
RGB: (104,87,103)

Color info

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

RGB color model

#685767 color RGB value is (104,87,103).

  • red value is 104;
  • green value is 87;
  • blue value is 103.
RGB:
(104,87,103)
(41%,34%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 87 of 255 = 34%
B 103 of 255 = 40%

104
87
103

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

Portions of RGB colors in percentages

R + G + B =
104 + 87 + 103 = 294 (100%)
R 104 of 294 ~ 35.37%
G 87 of 294 ~ 29.59%
B 103 of 294 ~ 35.03%

%35.37
%29.59
%35.03

CMYK color model

#685767 color CMYK value is (0,16,1,59).

  • cyan value is 0.00%
  • magenta value is 16.35%
  • yellow value is 0.96%
  • key color value is 59.22%
CMYK:
(0,16,1,59)
C0M16Y1K59 
(0%,16%,1%,59%)
(0.00/0.16/0.01/0.59)	

CMYK percentages

%0
%16.35
%0.96
%59.22

Codes

Color #685767 in popluar color models

685767
RGB10487103
HSL304°8.90%37.45%
HSB/HSV304°16.35%40.78%
CMYK0.00%16.35%0.96%
59.22%

Color #685767 in popluar number systems.

HEX685767
Decimal10487103
Binary110100010101111100111
Octal150127147

Shades and tints

Shades of #685767

#685767
(104,87,103)
#5F505E
(95,80,94)
#564955
(86,73,85)
#4D424C
(77,66,76)
#443B43
(68,59,67)
#3B343A
(59,52,58)
#322D31
(50,45,49)
#292628
(41,38,40)
#201F1F
(32,31,31)
#171816
(23,24,22)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #685767

#685767
(104,87,103)
#756674
(117,102,116)
#827581
(130,117,129)
#8F848E
(143,132,142)
#9C939B
(156,147,155)
#A9A2A8
(169,162,168)
#B6B1B5
(182,177,181)
#C3C0C2
(195,192,194)
#D0CFCF
(208,207,207)
#DDDEDC
(221,222,220)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685767 color. Also use rgb(104,87,103) instead hex code.

Text Font Color

.myTextColor { color: #685767; }

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

This text font color is #685767.


Background Color

.myBgColor { background-color: #685767; }

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

This div background color is #685767.


Border color

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

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

This div border color is #685767.


Opacity

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

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

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

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

This text has shadow with #685767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685767 on black background.


Color preview on white background

This text has color #685767 on white background.



Black color preview on #685767 background

This text has black color on #685767 background.


White color preview on #685767 background

This text has white color on #685767 background.