COLOR #684E68

HEX: #684E68
RGB: (104,78,104)

Color info

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

RGB color model

#684E68 color RGB value is (104,78,104).

  • red value is 104;
  • green value is 78;
  • blue value is 104.
RGB:
(104,78,104)
(41%,31%,41%)

RGB channels and saturation

R 104 of 255 = 41%
G 78 of 255 = 31%
B 104 of 255 = 41%

104
78
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 104 = 286 (100%)
R 104 of 286 ~ 36.36%
G 78 of 286 ~ 27.27%
B 104 of 286 ~ 36.36%

%36.36
%27.27
%36.36

CMYK color model

#684E68 color CMYK value is (0,25,0,59).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(0,25,0,59)
C0M25Y0K59 
(0%,25%,0%,59%)
(0.00/0.25/0.00/0.59)	

CMYK percentages

%0
%25
%0
%59.22

Codes

Color #684E68 in popluar color models

684E68
RGB10478104
HSL300°14.29%35.69%
HSB/HSV300°25.00%40.78%
CMYK0.00%25.00%0.00%
59.22%

Color #684E68 in popluar number systems.

HEX684E68
Decimal10478104
Binary110100010011101101000
Octal150116150

Shades and tints

Shades of #684E68

#684E68
(104,78,104)
#5F475F
(95,71,95)
#564056
(86,64,86)
#4D394D
(77,57,77)
#443244
(68,50,68)
#3B2B3B
(59,43,59)
#322432
(50,36,50)
#291D29
(41,29,41)
#201620
(32,22,32)
#170F17
(23,15,23)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #684E68

#684E68
(104,78,104)
#755E75
(117,94,117)
#826E82
(130,110,130)
#8F7E8F
(143,126,143)
#9C8E9C
(156,142,156)
#A99EA9
(169,158,169)
#B6AEB6
(182,174,182)
#C3BEC3
(195,190,195)
#D0CED0
(208,206,208)
#DDDEDD
(221,222,221)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684E68 color. Also use rgb(104,78,104) instead hex code.

Text Font Color

.myTextColor { color: #684E68; }

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

This text font color is #684E68.


Background Color

.myBgColor { background-color: #684E68; }

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

This div background color is #684E68.


Border color

.myBorderColor { border: 1px solid #684E68; }

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

This div border color is #684E68.


Opacity

.myOpacity80 { color: #684E68; opacity: 0.8; }

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

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

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

This text has shadow with #684E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E68 on black background.


Color preview on white background

This text has color #684E68 on white background.



Black color preview on #684E68 background

This text has black color on #684E68 background.


White color preview on #684E68 background

This text has white color on #684E68 background.