COLOR #684164

HEX: #684164
RGB: (104,65,100)

Color info

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

RGB color model

#684164 color RGB value is (104,65,100).

  • red value is 104;
  • green value is 65;
  • blue value is 100.
RGB:
(104,65,100)
(41%,25%,39%)

RGB channels and saturation

R 104 of 255 = 41%
G 65 of 255 = 25%
B 100 of 255 = 39%

104
65
100

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

Portions of RGB colors in percentages

R + G + B =
104 + 65 + 100 = 269 (100%)
R 104 of 269 ~ 38.66%
G 65 of 269 ~ 24.16%
B 100 of 269 ~ 37.17%

%38.66
%24.16
%37.17

CMYK color model

#684164 color CMYK value is (0,38,4,59).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 3.85%
  • key color value is 59.22%
CMYK:
(0,38,4,59)
C0M38Y4K59 
(0%,38%,4%,59%)
(0.00/0.38/0.04/0.59)	

CMYK percentages

%0
%37.5
%3.85
%59.22

Codes

Color #684164 in popluar color models

684164
RGB10465100
HSL306°23.08%33.14%
HSB/HSV306°37.50%40.78%
CMYK0.00%37.50%3.85%
59.22%

Color #684164 in popluar number systems.

HEX684164
Decimal10465100
Binary110100010000011100100
Octal150101144

Shades and tints

Shades of #684164

#684164
(104,65,100)
#5F3C5B
(95,60,91)
#563752
(86,55,82)
#4D3249
(77,50,73)
#442D40
(68,45,64)
#3B2837
(59,40,55)
#32232E
(50,35,46)
#291E25
(41,30,37)
#20191C
(32,25,28)
#171413
(23,20,19)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #684164

#684164
(104,65,100)
#755272
(117,82,114)
#826380
(130,99,128)
#8F748E
(143,116,142)
#9C859C
(156,133,156)
#A996AA
(169,150,170)
#B6A7B8
(182,167,184)
#C3B8C6
(195,184,198)
#D0C9D4
(208,201,212)
#DDDAE2
(221,218,226)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684164 color. Also use rgb(104,65,100) instead hex code.

Text Font Color

.myTextColor { color: #684164; }

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

This text font color is #684164.


Background Color

.myBgColor { background-color: #684164; }

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

This div background color is #684164.


Border color

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

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

This div border color is #684164.


Opacity

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

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

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

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

This text has shadow with #684164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684164 on black background.


Color preview on white background

This text has color #684164 on white background.



Black color preview on #684164 background

This text has black color on #684164 background.


White color preview on #684164 background

This text has white color on #684164 background.