COLOR #684E29

HEX: #684E29
RGB: (104,78,41)

Color info

#684E29 contains mainly red and green colors. Web safe color of #684E29 is #666633 (or #663).

RGB color model

#684E29 color RGB value is (104,78,41).

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

RGB channels and saturation

R 104 of 255 = 41%
G 78 of 255 = 31%
B 41 of 255 = 16%

104
78
41

R + G + B ~ 29%. #684E29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 78 + 41 = 223 (100%)
R 104 of 223 ~ 46.64%
G 78 of 223 ~ 34.98%
B 41 of 223 ~ 18.39%

%46.64
%34.98
%18.39

CMYK color model

#684E29 color CMYK value is (0,25,61,59).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 60.58%
  • key color value is 59.22%
CMYK:
(0,25,61,59)
C0M25Y61K59 
(0%,25%,61%,59%)
(0.00/0.25/0.61/0.59)	

CMYK percentages

%0
%25
%60.58
%59.22

Codes

Color #684E29 in popluar color models

684E29
RGB1047841
HSL35°43.45%28.43%
HSB/HSV35°60.58%40.78%
CMYK0.00%25.00%60.58%
59.22%

Color #684E29 in popluar number systems.

HEX684E29
Decimal1047841
Binary11010001001110101001
Octal15011651

Shades and tints

Shades of #684E29

#684E29
(104,78,41)
#5F4726
(95,71,38)
#564023
(86,64,35)
#4D3920
(77,57,32)
#44321D
(68,50,29)
#3B2B1A
(59,43,26)
#322417
(50,36,23)
#291D14
(41,29,20)
#201611
(32,22,17)
#170F0E
(23,15,14)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #684E29

#684E29
(104,78,41)
#755E3C
(117,94,60)
#826E4F
(130,110,79)
#8F7E62
(143,126,98)
#9C8E75
(156,142,117)
#A99E88
(169,158,136)
#B6AE9B
(182,174,155)
#C3BEAE
(195,190,174)
#D0CEC1
(208,206,193)
#DDDED4
(221,222,212)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684E29; }

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

This text font color is #684E29.


Background Color

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

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

This div background color is #684E29.


Border color

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

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

This div border color is #684E29.


Opacity

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

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

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

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

This text has shadow with #684E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684E29 on black background.


Color preview on white background

This text has color #684E29 on white background.



Black color preview on #684E29 background

This text has black color on #684E29 background.


White color preview on #684E29 background

This text has white color on #684E29 background.