COLOR #684F40

HEX: #684F40 RGB: (104,79,64)

Color info

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

RGB color model

#684F40 color RGB value is (104,79,64).

RGB: (104,79,64) (41%, 31%, 25%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 64 of 255 = 25%

104
79
64

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

Portions of RGB colors in percentages

R + G + B = 104 + 79 + 64 = 247 (100%)
R 104 of 247 ~ 42.11%
G 79 of 247 ~ 31.98%
B 64 of 247 ~ 25.91'%

%42.11
%31.98
%25.91

CMYK color model

#684F40 color CMYK value is (0,24,38,59).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 38.46%
  • key color value is 59.22%

CMYK: (0,24,38,59)
C0M24Y38K59 (0%, 24%, 38%, 59%)
(0.00 / 0.24 / 0.38 / 0.59)

CMYK percentages

%0
%24.04
%38.46
%59.22

Codes

Color #684F40 in popluar color models

68 4F 40
RGB 104 79 64
HSL 23° 23.81% 32.94%
HSB/HSV 23° 38.46% 40.78%
CMYK 0.00% 24.04% 38.46%
59.22%

Color #684F40 in popluar number systems.

HEX 68 4F 40
Decimal 104 79 64
Binary 1101000 1001111 1000000
Octal 150 117 100

Shades and tints

Shades of #684F40

#684F40
(104,79,64)
#5F483B
(95,72,59)
#564136
(86,65,54)
#4D3A31
(77,58,49)
#44332C
(68,51,44)
#3B2C27
(59,44,39)
#322522
(50,37,34)
#291E1D
(41,30,29)
#201718
(32,23,24)
#171013
(23,16,19)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #684F40

#684F40
(104,79,64)
#755F51
(117,95,81)
#826F62
(130,111,98)
#8F7F73
(143,127,115)
#9C8F84
(156,143,132)
#A99F95
(169,159,149)
#B6AFA6
(182,175,166)
#C3BFB7
(195,191,183)
#D0CFC8
(208,207,200)
#DDDFD9
(221,223,217)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684F40; }

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

This text font color is #684F40.

Background Color

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

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

This div background color is #684F40.

Border color

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

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

This div border color is #684F40.

Opacity

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

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

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

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

This text has shadow with #684F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #684F40.

Preview

Color preview on black background

This text has color #684F40 on black background.


Color preview on white background

This text has color #684F40 on white background.


Black color preview on #684F40 background

This text has black color on #684F40 background.


White color preview on #684F40 background

This text has white color on #684F40 background.


Related colors

Complementary color

Complementary color for #hex is #97B0BF.


I love getcolorcode.com

Triadic colors

1 #40684F and #4F4068 with #684F40 are triadic colors.

2 #404F68 and #4F6840 with #684F40 are triadic colors.