COLOR #684E55

HEX: #684E55 RGB: (104,78,85)

Color info

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

RGB color model

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

RGB: (104,78,85) (41%, 31%, 33%)

RGB channels and saturation

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

104
78
85

R + G + B ~ 35%. #684E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 78 + 85 = 267 (100%)
R 104 of 267 ~ 38.95%
G 78 of 267 ~ 29.21%
B 85 of 267 ~ 31.84'%

%38.95
%29.21
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 18.27%
  • key color value is 59.22%

CMYK: (0,25,18,59)
C0M25Y18K59 (0%, 25%, 18%, 59%)
(0.00 / 0.25 / 0.18 / 0.59)

CMYK percentages

%0
%25
%18.27
%59.22

Codes

Color #684E55 in popluar color models

68 4E 55
RGB 104 78 85
HSL 344° 14.29% 35.69%
HSB/HSV 344° 25.00% 40.78%
CMYK 0.00% 25.00% 18.27%
59.22%

Color #684E55 in popluar number systems.

HEX 68 4E 55
Decimal 104 78 85
Binary 1101000 1001110 1010101
Octal 150 116 125

Shades and tints

Shades of #684E55

#684E55
(104,78,85)
#5F474E
(95,71,78)
#564047
(86,64,71)
#4D3940
(77,57,64)
#443239
(68,50,57)
#3B2B32
(59,43,50)
#32242B
(50,36,43)
#291D24
(41,29,36)
#20161D
(32,22,29)
#170F16
(23,15,22)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #684E55

#684E55
(104,78,85)
#755E64
(117,94,100)
#826E73
(130,110,115)
#8F7E82
(143,126,130)
#9C8E91
(156,142,145)
#A99EA0
(169,158,160)
#B6AEAF
(182,174,175)
#C3BEBE
(195,190,190)
#D0CECD
(208,206,205)
#DDDEDC
(221,222,220)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684E55; }

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

This text font color is #684E55.

Background Color

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

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

This div background color is #684E55.

Border color

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

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

This div border color is #684E55.

Opacity

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

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

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

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

This text has shadow with #684E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684E55.

Preview

Color preview on black background

This text has color #684E55 on black background.


Color preview on white background

This text has color #684E55 on white background.


Black color preview on #684E55 background

This text has black color on #684E55 background.


White color preview on #684E55 background

This text has white color on #684E55 background.


Related colors

Complementary color

Complementary color for #hex is #97B1AA.


I love getcolorcode.com

Triadic colors

1 #55684E and #4E5568 with #684E55 are triadic colors.

2 #554E68 and #4E6855 with #684E55 are triadic colors.