COLOR #684C51

HEX: #684C51
RGB: (104,76,81)

Color info

#684C51 contains red, green and blue colors in about the same proportion. Web safe color of #684C51 is #663366 (or #636).

RGB color model

#684C51 color RGB value is (104,76,81).

  • red value is 104;
  • green value is 76;
  • blue value is 81.
RGB:
(104,76,81)
(41%,30%,32%)

RGB channels and saturation

R 104 of 255 = 41%
G 76 of 255 = 30%
B 81 of 255 = 32%

104
76
81

R + G + B ~ 34%. #684C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 76 + 81 = 261 (100%)
R 104 of 261 ~ 39.85%
G 76 of 261 ~ 29.12%
B 81 of 261 ~ 31.03%

%39.85
%29.12
%31.03

CMYK color model

#684C51 color CMYK value is (0,27,22,59).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 22.12%
  • key color value is 59.22%
CMYK:
(0,27,22,59)
C0M27Y22K59 
(0%,27%,22%,59%)
(0.00/0.27/0.22/0.59)	

CMYK percentages

%0
%26.92
%22.12
%59.22

Codes

Color #684C51 in popluar color models

684C51
RGB1047681
HSL349°15.56%35.29%
HSB/HSV349°26.92%40.78%
CMYK0.00%26.92%22.12%
59.22%

Color #684C51 in popluar number systems.

HEX684C51
Decimal1047681
Binary110100010011001010001
Octal150114121

Shades and tints

Shades of #684C51

#684C51
(104,76,81)
#5F464A
(95,70,74)
#564043
(86,64,67)
#4D3A3C
(77,58,60)
#443435
(68,52,53)
#3B2E2E
(59,46,46)
#322827
(50,40,39)
#292220
(41,34,32)
#201C19
(32,28,25)
#171612
(23,22,18)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #684C51

#684C51
(104,76,81)
#755C60
(117,92,96)
#826C6F
(130,108,111)
#8F7C7E
(143,124,126)
#9C8C8D
(156,140,141)
#A99C9C
(169,156,156)
#B6ACAB
(182,172,171)
#C3BCBA
(195,188,186)
#D0CCC9
(208,204,201)
#DDDCD8
(221,220,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684C51 color. Also use rgb(104,76,81) instead hex code.

Text Font Color

.myTextColor { color: #684C51; }

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

This text font color is #684C51.


Background Color

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

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

This div background color is #684C51.


Border color

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

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

This div border color is #684C51.


Opacity

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

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

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

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

This text has shadow with #684C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684C51 on black background.


Color preview on white background

This text has color #684C51 on white background.



Black color preview on #684C51 background

This text has black color on #684C51 background.


White color preview on #684C51 background

This text has white color on #684C51 background.