COLOR #684C5C

HEX: #684C5C RGB: (104,76,92)

Color info

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

RGB color model

#684C5C color RGB value is (104,76,92).

RGB: (104,76,92) (41%, 30%, 36%)

RGB channels and saturation

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

104
76
92

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

Portions of RGB colors in percentages

R + G + B = 104 + 76 + 92 = 272 (100%)
R 104 of 272 ~ 38.24%
G 76 of 272 ~ 27.94%
B 92 of 272 ~ 33.82'%

%38.24
%27.94
%33.82

CMYK color model

#684C5C color CMYK value is (0,27,12,59).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 11.54%
  • key color value is 59.22%

CMYK: (0,27,12,59)
C0M27Y12K59 (0%, 27%, 12%, 59%)
(0.00 / 0.27 / 0.12 / 0.59)

CMYK percentages

%0
%26.92
%11.54
%59.22

Codes

Color #684C5C in popluar color models

68 4C 5C
RGB 104 76 92
HSL 326° 15.56% 35.29%
HSB/HSV 326° 26.92% 40.78%
CMYK 0.00% 26.92% 11.54%
59.22%

Color #684C5C in popluar number systems.

HEX 68 4C 5C
Decimal 104 76 92
Binary 1101000 1001100 1011100
Octal 150 114 134

Shades and tints

Shades of #684C5C

#684C5C
(104,76,92)
#5F4654
(95,70,84)
#56404C
(86,64,76)
#4D3A44
(77,58,68)
#44343C
(68,52,60)
#3B2E34
(59,46,52)
#32282C
(50,40,44)
#292224
(41,34,36)
#201C1C
(32,28,28)
#171614
(23,22,20)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #684C5C

#684C5C
(104,76,92)
#755C6A
(117,92,106)
#826C78
(130,108,120)
#8F7C86
(143,124,134)
#9C8C94
(156,140,148)
#A99CA2
(169,156,162)
#B6ACB0
(182,172,176)
#C3BCBE
(195,188,190)
#D0CCCC
(208,204,204)
#DDDCDA
(221,220,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684C5C; }

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

This text font color is #684C5C.

Background Color

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

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

This div background color is #684C5C.

Border color

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

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

This div border color is #684C5C.

Opacity

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

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

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

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

This text has shadow with #684C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684C5C.

Preview

Color preview on black background

This text has color #684C5C on black background.


Color preview on white background

This text has color #684C5C on white background.


Black color preview on #684C5C background

This text has black color on #684C5C background.


White color preview on #684C5C background

This text has white color on #684C5C background.


Related colors

Complementary color

Complementary color for #hex is #97B3A3.


I love getcolorcode.com

Triadic colors

1 #5C684C and #4C5C68 with #684C5C are triadic colors.

2 #5C4C68 and #4C685C with #684C5C are triadic colors.