COLOR #684628

HEX: #684628
RGB: (104,70,40)

Color info

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

RGB color model

#684628 color RGB value is (104,70,40).

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

RGB channels and saturation

R 104 of 255 = 41%
G 70 of 255 = 27%
B 40 of 255 = 16%

104
70
40

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

Portions of RGB colors in percentages

R + G + B =
104 + 70 + 40 = 214 (100%)
R 104 of 214 ~ 48.6%
G 70 of 214 ~ 32.71%
B 40 of 214 ~ 18.69%

%48.6
%32.71
%18.69

CMYK color model

#684628 color CMYK value is (0,33,62,59).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 61.54%
  • key color value is 59.22%
CMYK:
(0,33,62,59)
C0M33Y62K59 
(0%,33%,62%,59%)
(0.00/0.33/0.62/0.59)	

CMYK percentages

%0
%32.69
%61.54
%59.22

Codes

Color #684628 in popluar color models

684628
RGB1047040
HSL28°44.44%28.24%
HSB/HSV28°61.54%40.78%
CMYK0.00%32.69%61.54%
59.22%

Color #684628 in popluar number systems.

HEX684628
Decimal1047040
Binary11010001000110101000
Octal15010650

Shades and tints

Shades of #684628

#684628
(104,70,40)
#5F4025
(95,64,37)
#563A22
(86,58,34)
#4D341F
(77,52,31)
#442E1C
(68,46,28)
#3B2819
(59,40,25)
#322216
(50,34,22)
#291C13
(41,28,19)
#201610
(32,22,16)
#17100D
(23,16,13)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #684628

#684628
(104,70,40)
#75563B
(117,86,59)
#82664E
(130,102,78)
#8F7661
(143,118,97)
#9C8674
(156,134,116)
#A99687
(169,150,135)
#B6A69A
(182,166,154)
#C3B6AD
(195,182,173)
#D0C6C0
(208,198,192)
#DDD6D3
(221,214,211)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684628; }

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

This text font color is #684628.


Background Color

.myBgColor { background-color: #684628; }

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

This div background color is #684628.


Border color

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

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

This div border color is #684628.


Opacity

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

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

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

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

This text has shadow with #684628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684628 on black background.


Color preview on white background

This text has color #684628 on white background.



Black color preview on #684628 background

This text has black color on #684628 background.


White color preview on #684628 background

This text has white color on #684628 background.