COLOR #684C4C

HEX: #684C4C
RGB: (104,76,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
76
76

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

Portions of RGB colors in percentages

R + G + B =
104 + 76 + 76 = 256 (100%)
R 104 of 256 ~ 40.63%
G 76 of 256 ~ 29.69%
B 76 of 256 ~ 29.69%

%40.63
%29.69
%29.69

CMYK color model

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

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

CMYK percentages

%0
%26.92
%26.92
%59.22

Codes

Color #684C4C in popluar color models

684C4C
RGB1047676
HSL15.56%35.29%
HSB/HSV26.92%40.78%
CMYK0.00%26.92%26.92%
59.22%

Color #684C4C in popluar number systems.

HEX684C4C
Decimal1047676
Binary110100010011001001100
Octal150114114

Shades and tints

Shades of #684C4C

#684C4C
(104,76,76)
#5F4646
(95,70,70)
#564040
(86,64,64)
#4D3A3A
(77,58,58)
#443434
(68,52,52)
#3B2E2E
(59,46,46)
#322828
(50,40,40)
#292222
(41,34,34)
#201C1C
(32,28,28)
#171616
(23,22,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #684C4C

#684C4C
(104,76,76)
#755C5C
(117,92,92)
#826C6C
(130,108,108)
#8F7C7C
(143,124,124)
#9C8C8C
(156,140,140)
#A99C9C
(169,156,156)
#B6ACAC
(182,172,172)
#C3BCBC
(195,188,188)
#D0CCCC
(208,204,204)
#DDDCDC
(221,220,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684C4C; }

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

This text font color is #684C4C.


Background Color

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

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

This div background color is #684C4C.


Border color

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

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

This div border color is #684C4C.


Opacity

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

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

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

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

This text has shadow with #684C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684C4C on black background.


Color preview on white background

This text has color #684C4C on white background.



Black color preview on #684C4C background

This text has black color on #684C4C background.


White color preview on #684C4C background

This text has white color on #684C4C background.