COLOR #684F44

HEX: #684F44
RGB: (104,79,68)

Color info

#684F44 contains red, green and blue colors in about the same proportion. Web safe color of #684F44 is #666633 (or #663).

RGB color model

#684F44 color RGB value is (104,79,68).

  • red value is 104;
  • green value is 79;
  • blue value is 68.
RGB:
(104,79,68)
(41%,31%,27%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 68 of 255 = 27%

104
79
68

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

Portions of RGB colors in percentages

R + G + B =
104 + 79 + 68 = 251 (100%)
R 104 of 251 ~ 41.43%
G 79 of 251 ~ 31.47%
B 68 of 251 ~ 27.09%

%41.43
%31.47
%27.09

CMYK color model

#684F44 color CMYK value is (0,24,35,59).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 34.62%
  • key color value is 59.22%
CMYK:
(0,24,35,59)
C0M24Y35K59 
(0%,24%,35%,59%)
(0.00/0.24/0.35/0.59)	

CMYK percentages

%0
%24.04
%34.62
%59.22

Codes

Color #684F44 in popluar color models

684F44
RGB1047968
HSL18°20.93%33.73%
HSB/HSV18°34.62%40.78%
CMYK0.00%24.04%34.62%
59.22%

Color #684F44 in popluar number systems.

HEX684F44
Decimal1047968
Binary110100010011111000100
Octal150117104

Shades and tints

Shades of #684F44

#684F44
(104,79,68)
#5F483E
(95,72,62)
#564138
(86,65,56)
#4D3A32
(77,58,50)
#44332C
(68,51,44)
#3B2C26
(59,44,38)
#322520
(50,37,32)
#291E1A
(41,30,26)
#201714
(32,23,20)
#17100E
(23,16,14)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #684F44

#684F44
(104,79,68)
#755F55
(117,95,85)
#826F66
(130,111,102)
#8F7F77
(143,127,119)
#9C8F88
(156,143,136)
#A99F99
(169,159,153)
#B6AFAA
(182,175,170)
#C3BFBB
(195,191,187)
#D0CFCC
(208,207,204)
#DDDFDD
(221,223,221)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684F44 color. Also use rgb(104,79,68) instead hex code.

Text Font Color

.myTextColor { color: #684F44; }

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

This text font color is #684F44.


Background Color

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

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

This div background color is #684F44.


Border color

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

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

This div border color is #684F44.


Opacity

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

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

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

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

This text has shadow with #684F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F44 on black background.


Color preview on white background

This text has color #684F44 on white background.



Black color preview on #684F44 background

This text has black color on #684F44 background.


White color preview on #684F44 background

This text has white color on #684F44 background.