COLOR #684E63

HEX: #684E63
RGB: (104,78,99)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
78
99

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

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 99 = 281 (100%)
R 104 of 281 ~ 37.01%
G 78 of 281 ~ 27.76%
B 99 of 281 ~ 35.23%

%37.01
%27.76
%35.23

CMYK color model

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

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

CMYK percentages

%0
%25
%4.81
%59.22

Codes

Color #684E63 in popluar color models

684E63
RGB1047899
HSL312°14.29%35.69%
HSB/HSV312°25.00%40.78%
CMYK0.00%25.00%4.81%
59.22%

Color #684E63 in popluar number systems.

HEX684E63
Decimal1047899
Binary110100010011101100011
Octal150116143

Shades and tints

Shades of #684E63

#684E63
(104,78,99)
#5F475A
(95,71,90)
#564051
(86,64,81)
#4D3948
(77,57,72)
#44323F
(68,50,63)
#3B2B36
(59,43,54)
#32242D
(50,36,45)
#291D24
(41,29,36)
#20161B
(32,22,27)
#170F12
(23,15,18)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #684E63

#684E63
(104,78,99)
#755E71
(117,94,113)
#826E7F
(130,110,127)
#8F7E8D
(143,126,141)
#9C8E9B
(156,142,155)
#A99EA9
(169,158,169)
#B6AEB7
(182,174,183)
#C3BEC5
(195,190,197)
#D0CED3
(208,206,211)
#DDDEE1
(221,222,225)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684E63; }

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

This text font color is #684E63.


Background Color

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

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

This div background color is #684E63.


Border color

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

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

This div border color is #684E63.


Opacity

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

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

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

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

This text has shadow with #684E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E63 on black background.


Color preview on white background

This text has color #684E63 on white background.



Black color preview on #684E63 background

This text has black color on #684E63 background.


White color preview on #684E63 background

This text has white color on #684E63 background.