COLOR #684E36

HEX: #684E36
RGB: (104,78,54)

Color info

#684E36 contains red, green and blue colors in about the same proportion. Web safe color of #684E36 is #666633 (or #663).

RGB color model

#684E36 color RGB value is (104,78,54).

  • red value is 104;
  • green value is 78;
  • blue value is 54.
RGB:
(104,78,54)
(41%,31%,21%)

RGB channels and saturation

R 104 of 255 = 41%
G 78 of 255 = 31%
B 54 of 255 = 21%

104
78
54

R + G + B ~ 31%. #684E36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 54 = 236 (100%)
R 104 of 236 ~ 44.07%
G 78 of 236 ~ 33.05%
B 54 of 236 ~ 22.88%

%44.07
%33.05
%22.88

CMYK color model

#684E36 color CMYK value is (0,25,48,59).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 48.08%
  • key color value is 59.22%
CMYK:
(0,25,48,59)
C0M25Y48K59 
(0%,25%,48%,59%)
(0.00/0.25/0.48/0.59)	

CMYK percentages

%0
%25
%48.08
%59.22

Codes

Color #684E36 in popluar color models

684E36
RGB1047854
HSL29°31.65%30.98%
HSB/HSV29°48.08%40.78%
CMYK0.00%25.00%48.08%
59.22%

Color #684E36 in popluar number systems.

HEX684E36
Decimal1047854
Binary11010001001110110110
Octal15011666

Shades and tints

Shades of #684E36

#684E36
(104,78,54)
#5F4732
(95,71,50)
#56402E
(86,64,46)
#4D392A
(77,57,42)
#443226
(68,50,38)
#3B2B22
(59,43,34)
#32241E
(50,36,30)
#291D1A
(41,29,26)
#201616
(32,22,22)
#170F12
(23,15,18)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #684E36

#684E36
(104,78,54)
#755E48
(117,94,72)
#826E5A
(130,110,90)
#8F7E6C
(143,126,108)
#9C8E7E
(156,142,126)
#A99E90
(169,158,144)
#B6AEA2
(182,174,162)
#C3BEB4
(195,190,180)
#D0CEC6
(208,206,198)
#DDDED8
(221,222,216)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684E36; }

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

This text font color is #684E36.


Background Color

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

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

This div background color is #684E36.


Border color

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

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

This div border color is #684E36.


Opacity

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

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

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

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

This text has shadow with #684E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E36 on black background.


Color preview on white background

This text has color #684E36 on white background.



Black color preview on #684E36 background

This text has black color on #684E36 background.


White color preview on #684E36 background

This text has white color on #684E36 background.