COLOR #684D5F

HEX: #684D5F RGB: (104,77,95)

Color info

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

RGB color model

#684D5F color RGB value is (104,77,95).

RGB: (104,77,95) (41%, 30%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 95 of 255 = 37%

104
77
95

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

Portions of RGB colors in percentages

R + G + B = 104 + 77 + 95 = 276 (100%)
R 104 of 276 ~ 37.68%
G 77 of 276 ~ 27.9%
B 95 of 276 ~ 34.42'%

%37.68
%27.9
%34.42

CMYK color model

#684D5F color CMYK value is (0,26,9,59).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 8.65%
  • key color value is 59.22%

CMYK: (0,26,9,59)
C0M26Y9K59 (0%, 26%, 9%, 59%)
(0.00 / 0.26 / 0.09 / 0.59)

CMYK percentages

%0
%25.96
%8.65
%59.22

Codes

Color #684D5F in popluar color models

68 4D 5F
RGB 104 77 95
HSL 320° 14.92% 35.49%
HSB/HSV 320° 25.96% 40.78%
CMYK 0.00% 25.96% 8.65%
59.22%

Color #684D5F in popluar number systems.

HEX 68 4D 5F
Decimal 104 77 95
Binary 1101000 1001101 1011111
Octal 150 115 137

Shades and tints

Shades of #684D5F

#684D5F
(104,77,95)
#5F4657
(95,70,87)
#563F4F
(86,63,79)
#4D3847
(77,56,71)
#44313F
(68,49,63)
#3B2A37
(59,42,55)
#32232F
(50,35,47)
#291C27
(41,28,39)
#20151F
(32,21,31)
#170E17
(23,14,23)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #684D5F

#684D5F
(104,77,95)
#755D6D
(117,93,109)
#826D7B
(130,109,123)
#8F7D89
(143,125,137)
#9C8D97
(156,141,151)
#A99DA5
(169,157,165)
#B6ADB3
(182,173,179)
#C3BDC1
(195,189,193)
#D0CDCF
(208,205,207)
#DDDDDD
(221,221,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684D5F; }

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

This text font color is #684D5F.

Background Color

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

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

This div background color is #684D5F.

Border color

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

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

This div border color is #684D5F.

Opacity

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

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

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

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

This text has shadow with #684D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684D5F.

Preview

Color preview on black background

This text has color #684D5F on black background.


Color preview on white background

This text has color #684D5F on white background.


Black color preview on #684D5F background

This text has black color on #684D5F background.


White color preview on #684D5F background

This text has white color on #684D5F background.


Related colors

Complementary color

Complementary color for #hex is #97B2A0.


I love getcolorcode.com

Triadic colors

1 #5F684D and #4D5F68 with #684D5F are triadic colors.

2 #5F4D68 and #4D685F with #684D5F are triadic colors.