COLOR #684E67

HEX: #684E67
RGB: (104,78,103)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
78
103

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

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 103 = 285 (100%)
R 104 of 285 ~ 36.49%
G 78 of 285 ~ 27.37%
B 103 of 285 ~ 36.14%

%36.49
%27.37
%36.14

CMYK color model

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

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

CMYK percentages

%0
%25
%0.96
%59.22

Codes

Color #684E67 in popluar color models

684E67
RGB10478103
HSL302°14.29%35.69%
HSB/HSV302°25.00%40.78%
CMYK0.00%25.00%0.96%
59.22%

Color #684E67 in popluar number systems.

HEX684E67
Decimal10478103
Binary110100010011101100111
Octal150116147

Shades and tints

Shades of #684E67

#684E67
(104,78,103)
#5F475E
(95,71,94)
#564055
(86,64,85)
#4D394C
(77,57,76)
#443243
(68,50,67)
#3B2B3A
(59,43,58)
#322431
(50,36,49)
#291D28
(41,29,40)
#20161F
(32,22,31)
#170F16
(23,15,22)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #684E67

#684E67
(104,78,103)
#755E74
(117,94,116)
#826E81
(130,110,129)
#8F7E8E
(143,126,142)
#9C8E9B
(156,142,155)
#A99EA8
(169,158,168)
#B6AEB5
(182,174,181)
#C3BEC2
(195,190,194)
#D0CECF
(208,206,207)
#DDDEDC
(221,222,220)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684E67; }

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

This text font color is #684E67.


Background Color

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

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

This div background color is #684E67.


Border color

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

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

This div border color is #684E67.


Opacity

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

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

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

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

This text has shadow with #684E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E67 on black background.


Color preview on white background

This text has color #684E67 on white background.



Black color preview on #684E67 background

This text has black color on #684E67 background.


White color preview on #684E67 background

This text has white color on #684E67 background.