COLOR #685159

HEX: #685159
RGB: (104,81,89)

Color info

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

RGB color model

#685159 color RGB value is (104,81,89).

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

RGB channels and saturation

R 104 of 255 = 41%
G 81 of 255 = 32%
B 89 of 255 = 35%

104
81
89

R + G + B ~ 36%. #685159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 81 + 89 = 274 (100%)
R 104 of 274 ~ 37.96%
G 81 of 274 ~ 29.56%
B 89 of 274 ~ 32.48%

%37.96
%29.56
%32.48

CMYK color model

#685159 color CMYK value is (0,22,14,59).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 14.42%
  • key color value is 59.22%
CMYK:
(0,22,14,59)
C0M22Y14K59 
(0%,22%,14%,59%)
(0.00/0.22/0.14/0.59)	

CMYK percentages

%0
%22.12
%14.42
%59.22

Codes

Color #685159 in popluar color models

685159
RGB1048189
HSL339°12.43%36.27%
HSB/HSV339°22.12%40.78%
CMYK0.00%22.12%14.42%
59.22%

Color #685159 in popluar number systems.

HEX685159
Decimal1048189
Binary110100010100011011001
Octal150121131

Shades and tints

Shades of #685159

#685159
(104,81,89)
#5F4A51
(95,74,81)
#564349
(86,67,73)
#4D3C41
(77,60,65)
#443539
(68,53,57)
#3B2E31
(59,46,49)
#322729
(50,39,41)
#292021
(41,32,33)
#201919
(32,25,25)
#171211
(23,18,17)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #685159

#685159
(104,81,89)
#756068
(117,96,104)
#826F77
(130,111,119)
#8F7E86
(143,126,134)
#9C8D95
(156,141,149)
#A99CA4
(169,156,164)
#B6ABB3
(182,171,179)
#C3BAC2
(195,186,194)
#D0C9D1
(208,201,209)
#DDD8E0
(221,216,224)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685159; }

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

This text font color is #685159.


Background Color

.myBgColor { background-color: #685159; }

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

This div background color is #685159.


Border color

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

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

This div border color is #685159.


Opacity

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

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

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

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

This text has shadow with #685159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685159 on black background.


Color preview on white background

This text has color #685159 on white background.



Black color preview on #685159 background

This text has black color on #685159 background.


White color preview on #685159 background

This text has white color on #685159 background.