COLOR #684858

HEX: #684858
RGB: (104,72,88)

Color info

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

RGB color model

#684858 color RGB value is (104,72,88).

  • red value is 104;
  • green value is 72;
  • blue value is 88.
RGB:
(104,72,88)
(41%,28%,35%)

RGB channels and saturation

R 104 of 255 = 41%
G 72 of 255 = 28%
B 88 of 255 = 35%

104
72
88

R + G + B ~ 35%. #684858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 72 + 88 = 264 (100%)
R 104 of 264 ~ 39.39%
G 72 of 264 ~ 27.27%
B 88 of 264 ~ 33.33%

%39.39
%27.27
%33.33

CMYK color model

#684858 color CMYK value is (0,31,15,59).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 15.38%
  • key color value is 59.22%
CMYK:
(0,31,15,59)
C0M31Y15K59 
(0%,31%,15%,59%)
(0.00/0.31/0.15/0.59)	

CMYK percentages

%0
%30.77
%15.38
%59.22

Codes

Color #684858 in popluar color models

684858
RGB1047288
HSL330°18.18%34.51%
HSB/HSV330°30.77%40.78%
CMYK0.00%30.77%15.38%
59.22%

Color #684858 in popluar number systems.

HEX684858
Decimal1047288
Binary110100010010001011000
Octal150110130

Shades and tints

Shades of #684858

#684858
(104,72,88)
#5F4250
(95,66,80)
#563C48
(86,60,72)
#4D3640
(77,54,64)
#443038
(68,48,56)
#3B2A30
(59,42,48)
#322428
(50,36,40)
#291E20
(41,30,32)
#201818
(32,24,24)
#171210
(23,18,16)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #684858

#684858
(104,72,88)
#755867
(117,88,103)
#826876
(130,104,118)
#8F7885
(143,120,133)
#9C8894
(156,136,148)
#A998A3
(169,152,163)
#B6A8B2
(182,168,178)
#C3B8C1
(195,184,193)
#D0C8D0
(208,200,208)
#DDD8DF
(221,216,223)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684858 color. Also use rgb(104,72,88) instead hex code.

Text Font Color

.myTextColor { color: #684858; }

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

This text font color is #684858.


Background Color

.myBgColor { background-color: #684858; }

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

This div background color is #684858.


Border color

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

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

This div border color is #684858.


Opacity

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

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

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

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

This text has shadow with #684858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684858 on black background.


Color preview on white background

This text has color #684858 on white background.



Black color preview on #684858 background

This text has black color on #684858 background.


White color preview on #684858 background

This text has white color on #684858 background.