COLOR #684D45

HEX: #684D45
RGB: (104,77,69)

Color info

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

RGB color model

#684D45 color RGB value is (104,77,69).

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

RGB channels and saturation

R 104 of 255 = 41%
G 77 of 255 = 30%
B 69 of 255 = 27%

104
77
69

R + G + B ~ 33%. #684D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 77 + 69 = 250 (100%)
R 104 of 250 ~ 41.6%
G 77 of 250 ~ 30.8%
B 69 of 250 ~ 27.6%

%41.6
%30.8
%27.6

CMYK color model

#684D45 color CMYK value is (0,26,34,59).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 33.65%
  • key color value is 59.22%
CMYK:
(0,26,34,59)
C0M26Y34K59 
(0%,26%,34%,59%)
(0.00/0.26/0.34/0.59)	

CMYK percentages

%0
%25.96
%33.65
%59.22

Codes

Color #684D45 in popluar color models

684D45
RGB1047769
HSL14°20.23%33.92%
HSB/HSV14°33.65%40.78%
CMYK0.00%25.96%33.65%
59.22%

Color #684D45 in popluar number systems.

HEX684D45
Decimal1047769
Binary110100010011011000101
Octal150115105

Shades and tints

Shades of #684D45

#684D45
(104,77,69)
#5F463F
(95,70,63)
#563F39
(86,63,57)
#4D3833
(77,56,51)
#44312D
(68,49,45)
#3B2A27
(59,42,39)
#322321
(50,35,33)
#291C1B
(41,28,27)
#201515
(32,21,21)
#170E0F
(23,14,15)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #684D45

#684D45
(104,77,69)
#755D55
(117,93,85)
#826D65
(130,109,101)
#8F7D75
(143,125,117)
#9C8D85
(156,141,133)
#A99D95
(169,157,149)
#B6ADA5
(182,173,165)
#C3BDB5
(195,189,181)
#D0CDC5
(208,205,197)
#DDDDD5
(221,221,213)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684D45; }

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

This text font color is #684D45.


Background Color

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

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

This div background color is #684D45.


Border color

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

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

This div border color is #684D45.


Opacity

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

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

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

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

This text has shadow with #684D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684D45 on black background.


Color preview on white background

This text has color #684D45 on white background.



Black color preview on #684D45 background

This text has black color on #684D45 background.


White color preview on #684D45 background

This text has white color on #684D45 background.