COLOR #684645

HEX: #684645
RGB: (104,70,69)

Color info

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

RGB color model

#684645 color RGB value is (104,70,69).

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

RGB channels and saturation

R 104 of 255 = 41%
G 70 of 255 = 27%
B 69 of 255 = 27%

104
70
69

R + G + B ~ 32%. #684645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 70 + 69 = 243 (100%)
R 104 of 243 ~ 42.8%
G 70 of 243 ~ 28.81%
B 69 of 243 ~ 28.4%

%42.8
%28.81
%28.4

CMYK color model

#684645 color CMYK value is (0,33,34,59).

  • cyan value is 0.00%
  • magenta value is 32.69%
  • yellow value is 33.65%
  • key color value is 59.22%
CMYK:
(0,33,34,59)
C0M33Y34K59 
(0%,33%,34%,59%)
(0.00/0.33/0.34/0.59)	

CMYK percentages

%0
%32.69
%33.65
%59.22

Codes

Color #684645 in popluar color models

684645
RGB1047069
HSL20.23%33.92%
HSB/HSV33.65%40.78%
CMYK0.00%32.69%33.65%
59.22%

Color #684645 in popluar number systems.

HEX684645
Decimal1047069
Binary110100010001101000101
Octal150106105

Shades and tints

Shades of #684645

#684645
(104,70,69)
#5F403F
(95,64,63)
#563A39
(86,58,57)
#4D3433
(77,52,51)
#442E2D
(68,46,45)
#3B2827
(59,40,39)
#322221
(50,34,33)
#291C1B
(41,28,27)
#201615
(32,22,21)
#17100F
(23,16,15)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #684645

#684645
(104,70,69)
#755655
(117,86,85)
#826665
(130,102,101)
#8F7675
(143,118,117)
#9C8685
(156,134,133)
#A99695
(169,150,149)
#B6A6A5
(182,166,165)
#C3B6B5
(195,182,181)
#D0C6C5
(208,198,197)
#DDD6D5
(221,214,213)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684645; }

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

This text font color is #684645.


Background Color

.myBgColor { background-color: #684645; }

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

This div background color is #684645.


Border color

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

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

This div border color is #684645.


Opacity

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

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

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

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

This text has shadow with #684645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684645 on black background.


Color preview on white background

This text has color #684645 on white background.



Black color preview on #684645 background

This text has black color on #684645 background.


White color preview on #684645 background

This text has white color on #684645 background.