COLOR #684555

HEX: #684555
RGB: (104,69,85)

Color info

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

RGB color model

#684555 color RGB value is (104,69,85).

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

RGB channels and saturation

R 104 of 255 = 41%
G 69 of 255 = 27%
B 85 of 255 = 33%

104
69
85

R + G + B ~ 34%. #684555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 69 + 85 = 258 (100%)
R 104 of 258 ~ 40.31%
G 69 of 258 ~ 26.74%
B 85 of 258 ~ 32.95%

%40.31
%26.74
%32.95

CMYK color model

#684555 color CMYK value is (0,34,18,59).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK: (0,34,18,59) C0M34Y18K59 (0%,34%,18%,59%) (0.00/0.34/0.18/0.59)

CMYK percentages

%0
%33.65
%18.27
%59.22

Codes

Color #684555 in popluar color models

684555
RGB1046985
HSL333°20.23%33.92%
HSB/HSV333°33.65%40.78%
CMYK0.00%33.65%18.27%
59.22%

Color #684555 in popluar number systems.

HEX684555
Decimal1046985
Binary110100010001011010101
Octal150105125

Shades and tints

Shades of #684555

#684555
(104,69,85)
#5F3F4E
(95,63,78)
#563947
(86,57,71)
#4D3340
(77,51,64)
#442D39
(68,45,57)
#3B2732
(59,39,50)
#32212B
(50,33,43)
#291B24
(41,27,36)
#20151D
(32,21,29)
#170F16
(23,15,22)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #684555

#684555
(104,69,85)
#755564
(117,85,100)
#826573
(130,101,115)
#8F7582
(143,117,130)
#9C8591
(156,133,145)
#A995A0
(169,149,160)
#B6A5AF
(182,165,175)
#C3B5BE
(195,181,190)
#D0C5CD
(208,197,205)
#DDD5DC
(221,213,220)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684555; }

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

This text font color is #684555.


Background Color

.myBgColor { background-color: #684555; }

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

This div background color is #684555.


Border color

.myBorderColor { border: 1px solid #684555; }

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

This div border color is #684555.


Opacity

.myOpacity80 { color: #684555; opacity: 0.8; }

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

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

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

This text has shadow with #684555 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #684555 on black background.


Color preview on white background

This text has color #684555 on white background.



Black color preview on #684555 background

This text has black color on #684555 background.


White color preview on #684555 background

This text has white color on #684555 background.