COLOR #684F72

HEX: #684F72
RGB: (104,79,114)

Color info

#684F72 contains red, green and blue colors in about the same proportion. Web safe color of #684F72 is #666666 (or #666).

RGB color model

#684F72 color RGB value is (104,79,114).

  • red value is 104;
  • green value is 79;
  • blue value is 114.
RGB:
(104,79,114)
(41%,31%,45%)

RGB channels and saturation

R 104 of 255 = 41%
G 79 of 255 = 31%
B 114 of 255 = 45%

104
79
114

R + G + B ~ 39%. #684F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 79 + 114 = 297 (100%)
R 104 of 297 ~ 35.02%
G 79 of 297 ~ 26.6%
B 114 of 297 ~ 38.38%

%35.02
%26.6
%38.38

CMYK color model

#684F72 color CMYK value is (9,31,0,55).

  • cyan value is 8.77%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(9,31,0,55)
C9M31Y0K55 
(9%,31%,0%,55%)
(0.09/0.31/0.00/0.55)	

CMYK percentages

%8.77
%30.7
%0
%55.29

Codes

Color #684F72 in popluar color models

684F72
RGB10479114
HSL283°18.13%37.84%
HSB/HSV283°30.70%44.71%
CMYK8.77%30.70%0.00%
55.29%

Color #684F72 in popluar number systems.

HEX684F72
Decimal10479114
Binary110100010011111110010
Octal150117162

Shades and tints

Shades of #684F72

#684F72
(104,79,114)
#5F4868
(95,72,104)
#56415E
(86,65,94)
#4D3A54
(77,58,84)
#44334A
(68,51,74)
#3B2C40
(59,44,64)
#322536
(50,37,54)
#291E2C
(41,30,44)
#201722
(32,23,34)
#171018
(23,16,24)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #684F72

#684F72
(104,79,114)
#755F7E
(117,95,126)
#826F8A
(130,111,138)
#8F7F96
(143,127,150)
#9C8FA2
(156,143,162)
#A99FAE
(169,159,174)
#B6AFBA
(182,175,186)
#C3BFC6
(195,191,198)
#D0CFD2
(208,207,210)
#DDDFDE
(221,223,222)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684F72; }

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

This text font color is #684F72.


Background Color

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

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

This div background color is #684F72.


Border color

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

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

This div border color is #684F72.


Opacity

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

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

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

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

This text has shadow with #684F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684F72 on black background.


Color preview on white background

This text has color #684F72 on white background.



Black color preview on #684F72 background

This text has black color on #684F72 background.


White color preview on #684F72 background

This text has white color on #684F72 background.