COLOR #684D6F

HEX: #684D6F RGB: (104,77,111)

Color info

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

RGB color model

#684D6F color RGB value is (104,77,111).

RGB: (104,77,111) (41%, 30%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 111 of 255 = 44%

104
77
111

R + G + B ~ 38%. #684D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 77 + 111 = 292 (100%)
R 104 of 292 ~ 35.62%
G 77 of 292 ~ 26.37%
B 111 of 292 ~ 38.01'%

%35.62
%26.37
%38.01

CMYK color model

#684D6F color CMYK value is (6,31,0,56).

  • cyan value is 6.31%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (6,31,0,56)
C6M31Y0K56 (6%, 31%, 0%, 56%)
(0.06 / 0.31 / 0.00 / 0.56)

CMYK percentages

%6.31
%30.63
%0
%56.47

Codes

Color #684D6F in popluar color models

68 4D 6F
RGB 104 77 111
HSL 288° 18.09% 36.86%
HSB/HSV 288° 30.63% 43.53%
CMYK 6.31% 30.63% 0.00%
56.47%

Color #684D6F in popluar number systems.

HEX 68 4D 6F
Decimal 104 77 111
Binary 1101000 1001101 1101111
Octal 150 115 157

Shades and tints

Shades of #684D6F

#684D6F
(104,77,111)
#5F4665
(95,70,101)
#563F5B
(86,63,91)
#4D3851
(77,56,81)
#443147
(68,49,71)
#3B2A3D
(59,42,61)
#322333
(50,35,51)
#291C29
(41,28,41)
#20151F
(32,21,31)
#170E15
(23,14,21)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #684D6F

#684D6F
(104,77,111)
#755D7C
(117,93,124)
#826D89
(130,109,137)
#8F7D96
(143,125,150)
#9C8DA3
(156,141,163)
#A99DB0
(169,157,176)
#B6ADBD
(182,173,189)
#C3BDCA
(195,189,202)
#D0CDD7
(208,205,215)
#DDDDE4
(221,221,228)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684D6F; }

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

This text font color is #684D6F.

Background Color

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

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

This div background color is #684D6F.

Border color

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

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

This div border color is #684D6F.

Opacity

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

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

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

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

This text has shadow with #684D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684D6F.

Preview

Color preview on black background

This text has color #684D6F on black background.


Color preview on white background

This text has color #684D6F on white background.


Black color preview on #684D6F background

This text has black color on #684D6F background.


White color preview on #684D6F background

This text has white color on #684D6F background.


Related colors

Complementary color

Complementary color for #hex is #97B290.


I love getcolorcode.com

Triadic colors

1 #6F684D and #4D6F68 with #684D6F are triadic colors.

2 #6F4D68 and #4D686F with #684D6F are triadic colors.