COLOR #684E32

HEX: #684E32 RGB: (104,78,50)

Color info

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

RGB color model

#684E32 color RGB value is (104,78,50).

RGB: (104,78,50) (41%, 31%, 20%)

RGB channels and saturation

R 104 of 255 = 41%
G 78 of 255 = 31%
B 50 of 255 = 20%

104
78
50

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

Portions of RGB colors in percentages

R + G + B = 104 + 78 + 50 = 232 (100%)
R 104 of 232 ~ 44.83%
G 78 of 232 ~ 33.62%
B 50 of 232 ~ 21.55'%

%44.83
%33.62
%21.55

CMYK color model

#684E32 color CMYK value is (0,25,52,59).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 51.92%
  • key color value is 59.22%

CMYK: (0,25,52,59)
C0M25Y52K59 (0%, 25%, 52%, 59%)
(0.00 / 0.25 / 0.52 / 0.59)

CMYK percentages

%0
%25
%51.92
%59.22

Codes

Color #684E32 in popluar color models

68 4E 32
RGB 104 78 50
HSL 31° 35.06% 30.20%
HSB/HSV 31° 51.92% 40.78%
CMYK 0.00% 25.00% 51.92%
59.22%

Color #684E32 in popluar number systems.

HEX 68 4E 32
Decimal 104 78 50
Binary 1101000 1001110 110010
Octal 150 116 62

Shades and tints

Shades of #684E32

#684E32
(104,78,50)
#5F472E
(95,71,46)
#56402A
(86,64,42)
#4D3926
(77,57,38)
#443222
(68,50,34)
#3B2B1E
(59,43,30)
#32241A
(50,36,26)
#291D16
(41,29,22)
#201612
(32,22,18)
#170F0E
(23,15,14)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #684E32

#684E32
(104,78,50)
#755E44
(117,94,68)
#826E56
(130,110,86)
#8F7E68
(143,126,104)
#9C8E7A
(156,142,122)
#A99E8C
(169,158,140)
#B6AE9E
(182,174,158)
#C3BEB0
(195,190,176)
#D0CEC2
(208,206,194)
#DDDED4
(221,222,212)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684E32; }

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

This text font color is #684E32.

Background Color

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

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

This div background color is #684E32.

Border color

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

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

This div border color is #684E32.

Opacity

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

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

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

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

This text has shadow with #684E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684E32.

Preview

Color preview on black background

This text has color #684E32 on black background.


Color preview on white background

This text has color #684E32 on white background.


Black color preview on #684E32 background

This text has black color on #684E32 background.


White color preview on #684E32 background

This text has white color on #684E32 background.


Related colors

Complementary color

Complementary color for #hex is #97B1CD.


I love getcolorcode.com

Triadic colors

1 #32684E and #4E3268 with #684E32 are triadic colors.

2 #324E68 and #4E6832 with #684E32 are triadic colors.