COLOR #684A63

HEX: #684A63
RGB: (104,74,99)

Color info

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

RGB color model

#684A63 color RGB value is (104,74,99).

  • red value is 104;
  • green value is 74;
  • blue value is 99.
RGB:
(104,74,99)
(41%,29%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 99 of 255 = 39%

104
74
99

R + G + B ~ 36%. #684A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 74 + 99 = 277 (100%)
R 104 of 277 ~ 37.55%
G 74 of 277 ~ 26.71%
B 99 of 277 ~ 35.74%

%37.55
%26.71
%35.74

CMYK color model

#684A63 color CMYK value is (0,29,5,59).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 4.81%
  • key color value is 59.22%
CMYK:
(0,29,5,59)
C0M29Y5K59 
(0%,29%,5%,59%)
(0.00/0.29/0.05/0.59)	

CMYK percentages

%0
%28.85
%4.81
%59.22

Codes

Color #684A63 in popluar color models

684A63
RGB1047499
HSL310°16.85%34.90%
HSB/HSV310°28.85%40.78%
CMYK0.00%28.85%4.81%
59.22%

Color #684A63 in popluar number systems.

HEX684A63
Decimal1047499
Binary110100010010101100011
Octal150112143

Shades and tints

Shades of #684A63

#684A63
(104,74,99)
#5F445A
(95,68,90)
#563E51
(86,62,81)
#4D3848
(77,56,72)
#44323F
(68,50,63)
#3B2C36
(59,44,54)
#32262D
(50,38,45)
#292024
(41,32,36)
#201A1B
(32,26,27)
#171412
(23,20,18)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #684A63

#684A63
(104,74,99)
#755A71
(117,90,113)
#826A7F
(130,106,127)
#8F7A8D
(143,122,141)
#9C8A9B
(156,138,155)
#A99AA9
(169,154,169)
#B6AAB7
(182,170,183)
#C3BAC5
(195,186,197)
#D0CAD3
(208,202,211)
#DDDAE1
(221,218,225)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684A63; }

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

This text font color is #684A63.


Background Color

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

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

This div background color is #684A63.


Border color

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

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

This div border color is #684A63.


Opacity

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

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

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

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

This text has shadow with #684A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684A63 on black background.


Color preview on white background

This text has color #684A63 on white background.



Black color preview on #684A63 background

This text has black color on #684A63 background.


White color preview on #684A63 background

This text has white color on #684A63 background.