COLOR #684A31

HEX: #684A31
RGB: (104,74,49)

Color info

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

RGB color model

#684A31 color RGB value is (104,74,49).

  • red value is 104;
  • green value is 74;
  • blue value is 49.
RGB:
(104,74,49)
(41%,29%,19%)

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 49 of 255 = 19%

104
74
49

R + G + B ~ 30%. #684A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 74 + 49 = 227 (100%)
R 104 of 227 ~ 45.81%
G 74 of 227 ~ 32.6%
B 49 of 227 ~ 21.59%

%45.81
%32.6
%21.59

CMYK color model

#684A31 color CMYK value is (0,29,53,59).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 52.88%
  • key color value is 59.22%
CMYK:
(0,29,53,59)
C0M29Y53K59 
(0%,29%,53%,59%)
(0.00/0.29/0.53/0.59)	

CMYK percentages

%0
%28.85
%52.88
%59.22

Codes

Color #684A31 in popluar color models

684A31
RGB1047449
HSL27°35.95%30.00%
HSB/HSV27°52.88%40.78%
CMYK0.00%28.85%52.88%
59.22%

Color #684A31 in popluar number systems.

HEX684A31
Decimal1047449
Binary11010001001010110001
Octal15011261

Shades and tints

Shades of #684A31

#684A31
(104,74,49)
#5F442D
(95,68,45)
#563E29
(86,62,41)
#4D3825
(77,56,37)
#443221
(68,50,33)
#3B2C1D
(59,44,29)
#322619
(50,38,25)
#292015
(41,32,21)
#201A11
(32,26,17)
#17140D
(23,20,13)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #684A31

#684A31
(104,74,49)
#755A43
(117,90,67)
#826A55
(130,106,85)
#8F7A67
(143,122,103)
#9C8A79
(156,138,121)
#A99A8B
(169,154,139)
#B6AA9D
(182,170,157)
#C3BAAF
(195,186,175)
#D0CAC1
(208,202,193)
#DDDAD3
(221,218,211)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684A31; }

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

This text font color is #684A31.


Background Color

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

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

This div background color is #684A31.


Border color

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

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

This div border color is #684A31.


Opacity

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

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

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

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

This text has shadow with #684A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684A31 on black background.


Color preview on white background

This text has color #684A31 on white background.



Black color preview on #684A31 background

This text has black color on #684A31 background.


White color preview on #684A31 background

This text has white color on #684A31 background.