COLOR #684059

HEX: #684059
RGB: (104,64,89)

Color info

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

RGB color model

#684059 color RGB value is (104,64,89).

  • red value is 104;
  • green value is 64;
  • blue value is 89.
RGB:
(104,64,89)
(41%,25%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 64 of 255 = 25%
B 89 of 255 = 35%

104
64
89

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

Portions of RGB colors in percentages

R + G + B =
104 + 64 + 89 = 257 (100%)
R 104 of 257 ~ 40.47%
G 64 of 257 ~ 24.9%
B 89 of 257 ~ 34.63%

%40.47
%24.9
%34.63

CMYK color model

#684059 color CMYK value is (0,38,14,59).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 14.42%
  • key color value is 59.22%
CMYK:
(0,38,14,59)
C0M38Y14K59 
(0%,38%,14%,59%)
(0.00/0.38/0.14/0.59)	

CMYK percentages

%0
%38.46
%14.42
%59.22

Codes

Color #684059 in popluar color models

684059
RGB1046489
HSL323°23.81%32.94%
HSB/HSV323°38.46%40.78%
CMYK0.00%38.46%14.42%
59.22%

Color #684059 in popluar number systems.

HEX684059
Decimal1046489
Binary110100010000001011001
Octal150100131

Shades and tints

Shades of #684059

#684059
(104,64,89)
#5F3B51
(95,59,81)
#563649
(86,54,73)
#4D3141
(77,49,65)
#442C39
(68,44,57)
#3B2731
(59,39,49)
#322229
(50,34,41)
#291D21
(41,29,33)
#201819
(32,24,25)
#171311
(23,19,17)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #684059

#684059
(104,64,89)
#755168
(117,81,104)
#826277
(130,98,119)
#8F7386
(143,115,134)
#9C8495
(156,132,149)
#A995A4
(169,149,164)
#B6A6B3
(182,166,179)
#C3B7C2
(195,183,194)
#D0C8D1
(208,200,209)
#DDD9E0
(221,217,224)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684059 color. Also use rgb(104,64,89) instead hex code.

Text Font Color

.myTextColor { color: #684059; }

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

This text font color is #684059.


Background Color

.myBgColor { background-color: #684059; }

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

This div background color is #684059.


Border color

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

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

This div border color is #684059.


Opacity

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

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

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

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

This text has shadow with #684059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684059 on black background.


Color preview on white background

This text has color #684059 on white background.



Black color preview on #684059 background

This text has black color on #684059 background.


White color preview on #684059 background

This text has white color on #684059 background.