COLOR #684C55

HEX: #684C55
RGB: (104,76,85)

Color info

#684C55 contains red, green and blue colors in about the same proportion. Web safe color of #684C55 is #663366 (or #636).

RGB color model

#684C55 color RGB value is (104,76,85).

  • red value is 104;
  • green value is 76;
  • blue value is 85.
RGB:
(104,76,85)
(41%,30%,33%)

RGB channels and saturation

R 104 of 255 = 41%
G 76 of 255 = 30%
B 85 of 255 = 33%

104
76
85

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

Portions of RGB colors in percentages

R + G + B =
104 + 76 + 85 = 265 (100%)
R 104 of 265 ~ 39.25%
G 76 of 265 ~ 28.68%
B 85 of 265 ~ 32.08%

%39.25
%28.68
%32.08

CMYK color model

#684C55 color CMYK value is (0,27,18,59).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK:
(0,27,18,59)
C0M27Y18K59 
(0%,27%,18%,59%)
(0.00/0.27/0.18/0.59)	

CMYK percentages

%0
%26.92
%18.27
%59.22

Codes

Color #684C55 in popluar color models

684C55
RGB1047685
HSL341°15.56%35.29%
HSB/HSV341°26.92%40.78%
CMYK0.00%26.92%18.27%
59.22%

Color #684C55 in popluar number systems.

HEX684C55
Decimal1047685
Binary110100010011001010101
Octal150114125

Shades and tints

Shades of #684C55

#684C55
(104,76,85)
#5F464E
(95,70,78)
#564047
(86,64,71)
#4D3A40
(77,58,64)
#443439
(68,52,57)
#3B2E32
(59,46,50)
#32282B
(50,40,43)
#292224
(41,34,36)
#201C1D
(32,28,29)
#171616
(23,22,22)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #684C55

#684C55
(104,76,85)
#755C64
(117,92,100)
#826C73
(130,108,115)
#8F7C82
(143,124,130)
#9C8C91
(156,140,145)
#A99CA0
(169,156,160)
#B6ACAF
(182,172,175)
#C3BCBE
(195,188,190)
#D0CCCD
(208,204,205)
#DDDCDC
(221,220,220)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684C55; }

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

This text font color is #684C55.


Background Color

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

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

This div background color is #684C55.


Border color

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

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

This div border color is #684C55.


Opacity

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

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

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

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

This text has shadow with #684C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684C55 on black background.


Color preview on white background

This text has color #684C55 on white background.



Black color preview on #684C55 background

This text has black color on #684C55 background.


White color preview on #684C55 background

This text has white color on #684C55 background.