COLOR #684A5C

HEX: #684A5C RGB: (104,74,92)

Color info

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

RGB color model

#684A5C color RGB value is (104,74,92).

RGB: (104,74,92) (41%, 29%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 92 of 255 = 36%

104
74
92

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

Portions of RGB colors in percentages

R + G + B = 104 + 74 + 92 = 270 (100%)
R 104 of 270 ~ 38.52%
G 74 of 270 ~ 27.41%
B 92 of 270 ~ 34.07'%

%38.52
%27.41
%34.07

CMYK color model

#684A5C color CMYK value is (0,29,12,59).

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

CMYK: (0,29,12,59)
C0M29Y12K59 (0%, 29%, 12%, 59%)
(0.00 / 0.29 / 0.12 / 0.59)

CMYK percentages

%0
%28.85
%11.54
%59.22

Codes

Color #684A5C in popluar color models

68 4A 5C
RGB 104 74 92
HSL 324° 16.85% 34.90%
HSB/HSV 324° 28.85% 40.78%
CMYK 0.00% 28.85% 11.54%
59.22%

Color #684A5C in popluar number systems.

HEX 68 4A 5C
Decimal 104 74 92
Binary 1101000 1001010 1011100
Octal 150 112 134

Shades and tints

Shades of #684A5C

#684A5C
(104,74,92)
#5F4454
(95,68,84)
#563E4C
(86,62,76)
#4D3844
(77,56,68)
#44323C
(68,50,60)
#3B2C34
(59,44,52)
#32262C
(50,38,44)
#292024
(41,32,36)
#201A1C
(32,26,28)
#171414
(23,20,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #684A5C

#684A5C
(104,74,92)
#755A6A
(117,90,106)
#826A78
(130,106,120)
#8F7A86
(143,122,134)
#9C8A94
(156,138,148)
#A99AA2
(169,154,162)
#B6AAB0
(182,170,176)
#C3BABE
(195,186,190)
#D0CACC
(208,202,204)
#DDDADA
(221,218,218)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684A5C; }

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

This text font color is #684A5C.

Background Color

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

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

This div background color is #684A5C.

Border color

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

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

This div border color is #684A5C.

Opacity

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

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

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

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

This text has shadow with #684A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684A5C.

Preview

Color preview on black background

This text has color #684A5C on black background.


Color preview on white background

This text has color #684A5C on white background.


Black color preview on #684A5C background

This text has black color on #684A5C background.


White color preview on #684A5C background

This text has white color on #684A5C background.


Related colors

Complementary color

Complementary color for #hex is #97B5A3.


I love getcolorcode.com

Triadic colors

1 #5C684A and #4A5C68 with #684A5C are triadic colors.

2 #5C4A68 and #4A685C with #684A5C are triadic colors.