COLOR #684D5C

HEX: #684D5C
RGB: (104,77,92)

Color info

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

RGB color model

#684D5C color RGB value is (104,77,92).

  • red value is 104;
  • green value is 77;
  • blue value is 92.
RGB:
(104,77,92)
(41%,30%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 92 of 255 = 36%

104
77
92

R + G + B ~ 36%. #684D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 77 + 92 = 273 (100%)
R 104 of 273 ~ 38.1%
G 77 of 273 ~ 28.21%
B 92 of 273 ~ 33.7%

%38.1
%28.21
%33.7

CMYK color model

#684D5C color CMYK value is (0,26,12,59).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 11.54%
  • key color value is 59.22%
CMYK:
(0,26,12,59)
C0M26Y12K59 
(0%,26%,12%,59%)
(0.00/0.26/0.12/0.59)	

CMYK percentages

%0
%25.96
%11.54
%59.22

Codes

Color #684D5C in popluar color models

684D5C
RGB1047792
HSL327°14.92%35.49%
HSB/HSV327°25.96%40.78%
CMYK0.00%25.96%11.54%
59.22%

Color #684D5C in popluar number systems.

HEX684D5C
Decimal1047792
Binary110100010011011011100
Octal150115134

Shades and tints

Shades of #684D5C

#684D5C
(104,77,92)
#5F4654
(95,70,84)
#563F4C
(86,63,76)
#4D3844
(77,56,68)
#44313C
(68,49,60)
#3B2A34
(59,42,52)
#32232C
(50,35,44)
#291C24
(41,28,36)
#20151C
(32,21,28)
#170E14
(23,14,20)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #684D5C

#684D5C
(104,77,92)
#755D6A
(117,93,106)
#826D78
(130,109,120)
#8F7D86
(143,125,134)
#9C8D94
(156,141,148)
#A99DA2
(169,157,162)
#B6ADB0
(182,173,176)
#C3BDBE
(195,189,190)
#D0CDCC
(208,205,204)
#DDDDDA
(221,221,218)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684D5C color. Also use rgb(104,77,92) instead hex code.

Text Font Color

.myTextColor { color: #684D5C; }

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

This text font color is #684D5C.


Background Color

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

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

This div background color is #684D5C.


Border color

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

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

This div border color is #684D5C.


Opacity

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

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

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

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

This text has shadow with #684D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684D5C on black background.


Color preview on white background

This text has color #684D5C on white background.



Black color preview on #684D5C background

This text has black color on #684D5C background.


White color preview on #684D5C background

This text has white color on #684D5C background.