COLOR #684C6A

HEX: #684C6A
RGB: (104,76,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
76
106

R + G + B ~ 38%. #684C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 76 + 106 = 286 (100%)
R 104 of 286 ~ 36.36%
G 76 of 286 ~ 26.57%
B 106 of 286 ~ 37.06%

%36.36
%26.57
%37.06

CMYK color model

#684C6A color CMYK value is (2,28,0,58).

  • cyan value is 1.89%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(2,28,0,58)
C2M28Y0K58 
(2%,28%,0%,58%)
(0.02/0.28/0.00/0.58)	

CMYK percentages

%1.89
%28.3
%0
%58.43

Codes

Color #684C6A in popluar color models

684C6A
RGB10476106
HSL296°16.48%35.69%
HSB/HSV296°28.30%41.57%
CMYK1.89%28.30%0.00%
58.43%

Color #684C6A in popluar number systems.

HEX684C6A
Decimal10476106
Binary110100010011001101010
Octal150114152

Shades and tints

Shades of #684C6A

#684C6A
(104,76,106)
#5F4661
(95,70,97)
#564058
(86,64,88)
#4D3A4F
(77,58,79)
#443446
(68,52,70)
#3B2E3D
(59,46,61)
#322834
(50,40,52)
#29222B
(41,34,43)
#201C22
(32,28,34)
#171619
(23,22,25)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #684C6A

#684C6A
(104,76,106)
#755C77
(117,92,119)
#826C84
(130,108,132)
#8F7C91
(143,124,145)
#9C8C9E
(156,140,158)
#A99CAB
(169,156,171)
#B6ACB8
(182,172,184)
#C3BCC5
(195,188,197)
#D0CCD2
(208,204,210)
#DDDCDF
(221,220,223)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684C6A; }

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

This text font color is #684C6A.


Background Color

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

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

This div background color is #684C6A.


Border color

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

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

This div border color is #684C6A.


Opacity

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

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

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

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

This text has shadow with #684C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684C6A on black background.


Color preview on white background

This text has color #684C6A on white background.



Black color preview on #684C6A background

This text has black color on #684C6A background.


White color preview on #684C6A background

This text has white color on #684C6A background.