COLOR #685164

HEX: #685164
RGB: (104,81,100)

Color info

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

RGB color model

#685164 color RGB value is (104,81,100).

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

RGB channels and saturation

R 104 of 255 = 41%
G 81 of 255 = 32%
B 100 of 255 = 39%

104
81
100

R + G + B ~ 37%. #685164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 81 + 100 = 285 (100%)
R 104 of 285 ~ 36.49%
G 81 of 285 ~ 28.42%
B 100 of 285 ~ 35.09%

%36.49
%28.42
%35.09

CMYK color model

#685164 color CMYK value is (0,22,4,59).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 3.85%
  • key color value is 59.22%
CMYK:
(0,22,4,59)
C0M22Y4K59 
(0%,22%,4%,59%)
(0.00/0.22/0.04/0.59)	

CMYK percentages

%0
%22.12
%3.85
%59.22

Codes

Color #685164 in popluar color models

685164
RGB10481100
HSL310°12.43%36.27%
HSB/HSV310°22.12%40.78%
CMYK0.00%22.12%3.85%
59.22%

Color #685164 in popluar number systems.

HEX685164
Decimal10481100
Binary110100010100011100100
Octal150121144

Shades and tints

Shades of #685164

#685164
(104,81,100)
#5F4A5B
(95,74,91)
#564352
(86,67,82)
#4D3C49
(77,60,73)
#443540
(68,53,64)
#3B2E37
(59,46,55)
#32272E
(50,39,46)
#292025
(41,32,37)
#20191C
(32,25,28)
#171213
(23,18,19)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #685164

#685164
(104,81,100)
#756072
(117,96,114)
#826F80
(130,111,128)
#8F7E8E
(143,126,142)
#9C8D9C
(156,141,156)
#A99CAA
(169,156,170)
#B6ABB8
(182,171,184)
#C3BAC6
(195,186,198)
#D0C9D4
(208,201,212)
#DDD8E2
(221,216,226)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685164; }

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

This text font color is #685164.


Background Color

.myBgColor { background-color: #685164; }

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

This div background color is #685164.


Border color

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

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

This div border color is #685164.


Opacity

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

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

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

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

This text has shadow with #685164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685164 on black background.


Color preview on white background

This text has color #685164 on white background.



Black color preview on #685164 background

This text has black color on #685164 background.


White color preview on #685164 background

This text has white color on #685164 background.