COLOR #684D4D

HEX: #684D4D RGB: (104,77,77)

Color info

#684D4D contains red, green and blue colors in about the same proportion. Web safe color of #684D4D is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

104
77
77

R + G + B ~ 34%. #684D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 77 + 77 = 258 (100%)
R 104 of 258 ~ 40.31%
G 77 of 258 ~ 29.84%
B 77 of 258 ~ 29.84'%

%40.31
%29.84
%29.84

CMYK color model

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

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

CMYK: (0,26,26,59)
C0M26Y26K59 (0%, 26%, 26%, 59%)
(0.00 / 0.26 / 0.26 / 0.59)

CMYK percentages

%0
%25.96
%25.96
%59.22

Codes

Color #684D4D in popluar color models

68 4D 4D
RGB 104 77 77
HSL 14.92% 35.49%
HSB/HSV 25.96% 40.78%
CMYK 0.00% 25.96% 25.96%
59.22%

Color #684D4D in popluar number systems.

HEX 68 4D 4D
Decimal 104 77 77
Binary 1101000 1001101 1001101
Octal 150 115 115

Shades and tints

Shades of #684D4D

#684D4D
(104,77,77)
#5F4646
(95,70,70)
#563F3F
(86,63,63)
#4D3838
(77,56,56)
#443131
(68,49,49)
#3B2A2A
(59,42,42)
#322323
(50,35,35)
#291C1C
(41,28,28)
#201515
(32,21,21)
#170E0E
(23,14,14)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #684D4D

#684D4D
(104,77,77)
#755D5D
(117,93,93)
#826D6D
(130,109,109)
#8F7D7D
(143,125,125)
#9C8D8D
(156,141,141)
#A99D9D
(169,157,157)
#B6ADAD
(182,173,173)
#C3BDBD
(195,189,189)
#D0CDCD
(208,205,205)
#DDDDDD
(221,221,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684D4D; }

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

This text font color is #684D4D.

Background Color

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

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

This div background color is #684D4D.

Border color

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

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

This div border color is #684D4D.

Opacity

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

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

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

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

This text has shadow with #684D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684D4D.

Preview

Color preview on black background

This text has color #684D4D on black background.


Color preview on white background

This text has color #684D4D on white background.


Black color preview on #684D4D background

This text has black color on #684D4D background.


White color preview on #684D4D background

This text has white color on #684D4D background.


Related colors

Complementary color

Complementary color for #hex is #97B2B2.


I love getcolorcode.com