COLOR #684626

HEX: #684626
RGB: (104,70,38)

Color info

#684626 contains mainly red and green colors. Web safe color of #684626 is #663333 (or #633).

RGB color model

#684626 color RGB value is (104,70,38).

  • red value is 104;
  • green value is 70;
  • blue value is 38.
RGB:
(104,70,38)
(41%,27%,15%)

RGB channels and saturation

R 104 of 255 = 41%
G 70 of 255 = 27%
B 38 of 255 = 15%

104
70
38

R + G + B ~ 28%. #684626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 70 + 38 = 212 (100%)
R 104 of 212 ~ 49.06%
G 70 of 212 ~ 33.02%
B 38 of 212 ~ 17.92%

%49.06
%33.02
%17.92

CMYK color model

#684626 color CMYK value is (0,33,63,59).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 63.46%
  • key color value is 59.22%
CMYK:
(0,33,63,59)
C0M33Y63K59 
(0%,33%,63%,59%)
(0.00/0.33/0.63/0.59)	

CMYK percentages

%0
%32.69
%63.46
%59.22

Codes

Color #684626 in popluar color models

684626
RGB1047038
HSL29°46.48%27.84%
HSB/HSV29°63.46%40.78%
CMYK0.00%32.69%63.46%
59.22%

Color #684626 in popluar number systems.

HEX684626
Decimal1047038
Binary11010001000110100110
Octal15010646

Shades and tints

Shades of #684626

#684626
(104,70,38)
#5F4023
(95,64,35)
#563A20
(86,58,32)
#4D341D
(77,52,29)
#442E1A
(68,46,26)
#3B2817
(59,40,23)
#322214
(50,34,20)
#291C11
(41,28,17)
#20160E
(32,22,14)
#17100B
(23,16,11)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #684626

#684626
(104,70,38)
#755639
(117,86,57)
#82664C
(130,102,76)
#8F765F
(143,118,95)
#9C8672
(156,134,114)
#A99685
(169,150,133)
#B6A698
(182,166,152)
#C3B6AB
(195,182,171)
#D0C6BE
(208,198,190)
#DDD6D1
(221,214,209)
#EAE6E4
(234,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684626 color. Also use rgb(104,70,38) instead hex code.

Text Font Color

.myTextColor { color: #684626; }

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

This text font color is #684626.


Background Color

.myBgColor { background-color: #684626; }

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

This div background color is #684626.


Border color

.myBorderColor { border: 1px solid #684626; }

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

This div border color is #684626.


Opacity

.myOpacity80 { color: #684626; opacity: 0.8; }

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

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

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

This text has shadow with #684626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684626 on black background.


Color preview on white background

This text has color #684626 on white background.



Black color preview on #684626 background

This text has black color on #684626 background.


White color preview on #684626 background

This text has white color on #684626 background.