COLOR #684966

HEX: #684966
RGB: (104,73,102)

Color info

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

RGB color model

#684966 color RGB value is (104,73,102).

  • red value is 104;
  • green value is 73;
  • blue value is 102.
RGB:
(104,73,102)
(41%,29%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 73 of 255 = 29%
B 102 of 255 = 40%

104
73
102

R + G + B ~ 37%. #684966 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 73 + 102 = 279 (100%)
R 104 of 279 ~ 37.28%
G 73 of 279 ~ 26.16%
B 102 of 279 ~ 36.56%

%37.28
%26.16
%36.56

CMYK color model

#684966 color CMYK value is (0,30,2,59).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 1.92%
  • key color value is 59.22%
CMYK:
(0,30,2,59)
C0M30Y2K59 
(0%,30%,2%,59%)
(0.00/0.30/0.02/0.59)	

CMYK percentages

%0
%29.81
%1.92
%59.22

Codes

Color #684966 in popluar color models

684966
RGB10473102
HSL304°17.51%34.71%
HSB/HSV304°29.81%40.78%
CMYK0.00%29.81%1.92%
59.22%

Color #684966 in popluar number systems.

HEX684966
Decimal10473102
Binary110100010010011100110
Octal150111146

Shades and tints

Shades of #684966

#684966
(104,73,102)
#5F435D
(95,67,93)
#563D54
(86,61,84)
#4D374B
(77,55,75)
#443142
(68,49,66)
#3B2B39
(59,43,57)
#322530
(50,37,48)
#291F27
(41,31,39)
#20191E
(32,25,30)
#171315
(23,19,21)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #684966

#684966
(104,73,102)
#755973
(117,89,115)
#826980
(130,105,128)
#8F798D
(143,121,141)
#9C899A
(156,137,154)
#A999A7
(169,153,167)
#B6A9B4
(182,169,180)
#C3B9C1
(195,185,193)
#D0C9CE
(208,201,206)
#DDD9DB
(221,217,219)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684966 color. Also use rgb(104,73,102) instead hex code.

Text Font Color

.myTextColor { color: #684966; }

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

This text font color is #684966.


Background Color

.myBgColor { background-color: #684966; }

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

This div background color is #684966.


Border color

.myBorderColor { border: 1px solid #684966; }

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

This div border color is #684966.


Opacity

.myOpacity80 { color: #684966; opacity: 0.8; }

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

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

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

This text has shadow with #684966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684966 on black background.


Color preview on white background

This text has color #684966 on white background.



Black color preview on #684966 background

This text has black color on #684966 background.


White color preview on #684966 background

This text has white color on #684966 background.