COLOR #684C73

HEX: #684C73 RGB: (104,76,115)

Color info

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

RGB color model

#684C73 color RGB value is (104,76,115).

RGB: (104,76,115) (41%, 30%, 45%)

RGB channels and saturation

R 104 of 255 = 41%
G 76 of 255 = 30%
B 115 of 255 = 45%

104
76
115

R + G + B ~ 39%. #684C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 76 + 115 = 295 (100%)
R 104 of 295 ~ 35.25%
G 76 of 295 ~ 25.76%
B 115 of 295 ~ 38.98'%

%35.25
%25.76
%38.98

CMYK color model

#684C73 color CMYK value is (10,34,0,55).

  • cyan value is 9.57%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (10,34,0,55)
C10M34Y0K55 (10%, 34%, 0%, 55%)
(0.10 / 0.34 / 0.00 / 0.55)

CMYK percentages

%9.57
%33.91
%0
%54.9

Codes

Color #684C73 in popluar color models

68 4C 73
RGB 104 76 115
HSL 283° 20.42% 37.45%
HSB/HSV 283° 33.91% 45.10%
CMYK 9.57% 33.91% 0.00%
54.90%

Color #684C73 in popluar number systems.

HEX 68 4C 73
Decimal 104 76 115
Binary 1101000 1001100 1110011
Octal 150 114 163

Shades and tints

Shades of #684C73

#684C73
(104,76,115)
#5F4669
(95,70,105)
#56405F
(86,64,95)
#4D3A55
(77,58,85)
#44344B
(68,52,75)
#3B2E41
(59,46,65)
#322837
(50,40,55)
#29222D
(41,34,45)
#201C23
(32,28,35)
#171619
(23,22,25)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #684C73

#684C73
(104,76,115)
#755C7F
(117,92,127)
#826C8B
(130,108,139)
#8F7C97
(143,124,151)
#9C8CA3
(156,140,163)
#A99CAF
(169,156,175)
#B6ACBB
(182,172,187)
#C3BCC7
(195,188,199)
#D0CCD3
(208,204,211)
#DDDCDF
(221,220,223)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684C73; }

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

This text font color is #684C73.

Background Color

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

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

This div background color is #684C73.

Border color

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

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

This div border color is #684C73.

Opacity

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

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

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

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

This text has shadow with #684C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684C73.

Preview

Color preview on black background

This text has color #684C73 on black background.


Color preview on white background

This text has color #684C73 on white background.


Black color preview on #684C73 background

This text has black color on #684C73 background.


White color preview on #684C73 background

This text has white color on #684C73 background.


Related colors

Complementary color

Complementary color for #hex is #97B38C.


I love getcolorcode.com

Triadic colors

1 #73684C and #4C7368 with #684C73 are triadic colors.

2 #734C68 and #4C6873 with #684C73 are triadic colors.