COLOR #684E5C

HEX: #684E5C
RGB: (104,78,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
78
92

R + G + B ~ 36%. #684E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 92 = 274 (100%)
R 104 of 274 ~ 37.96%
G 78 of 274 ~ 28.47%
B 92 of 274 ~ 33.58%

%37.96
%28.47
%33.58

CMYK color model

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

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

CMYK percentages

%0
%25
%11.54
%59.22

Codes

Color #684E5C in popluar color models

684E5C
RGB1047892
HSL328°14.29%35.69%
HSB/HSV328°25.00%40.78%
CMYK0.00%25.00%11.54%
59.22%

Color #684E5C in popluar number systems.

HEX684E5C
Decimal1047892
Binary110100010011101011100
Octal150116134

Shades and tints

Shades of #684E5C

#684E5C
(104,78,92)
#5F4754
(95,71,84)
#56404C
(86,64,76)
#4D3944
(77,57,68)
#44323C
(68,50,60)
#3B2B34
(59,43,52)
#32242C
(50,36,44)
#291D24
(41,29,36)
#20161C
(32,22,28)
#170F14
(23,15,20)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #684E5C

#684E5C
(104,78,92)
#755E6A
(117,94,106)
#826E78
(130,110,120)
#8F7E86
(143,126,134)
#9C8E94
(156,142,148)
#A99EA2
(169,158,162)
#B6AEB0
(182,174,176)
#C3BEBE
(195,190,190)
#D0CECC
(208,206,204)
#DDDEDA
(221,222,218)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684E5C; }

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

This text font color is #684E5C.


Background Color

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

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

This div background color is #684E5C.


Border color

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

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

This div border color is #684E5C.


Opacity

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

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

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

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

This text has shadow with #684E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E5C on black background.


Color preview on white background

This text has color #684E5C on white background.



Black color preview on #684E5C background

This text has black color on #684E5C background.


White color preview on #684E5C background

This text has white color on #684E5C background.