COLOR #685256

HEX: #685256
RGB: (104,82,86)

Color info

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

RGB color model

#685256 color RGB value is (104,82,86).

  • red value is 104;
  • green value is 82;
  • blue value is 86.
RGB:
(104,82,86)
(41%,32%,34%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 86 of 255 = 34%

104
82
86

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

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 86 = 272 (100%)
R 104 of 272 ~ 38.24%
G 82 of 272 ~ 30.15%
B 86 of 272 ~ 31.62%

%38.24
%30.15
%31.62

CMYK color model

#685256 color CMYK value is (0,21,17,59).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 17.31%
  • key color value is 59.22%
CMYK:
(0,21,17,59)
C0M21Y17K59 
(0%,21%,17%,59%)
(0.00/0.21/0.17/0.59)	

CMYK percentages

%0
%21.15
%17.31
%59.22

Codes

Color #685256 in popluar color models

685256
RGB1048286
HSL349°11.83%36.47%
HSB/HSV349°21.15%40.78%
CMYK0.00%21.15%17.31%
59.22%

Color #685256 in popluar number systems.

HEX685256
Decimal1048286
Binary110100010100101010110
Octal150122126

Shades and tints

Shades of #685256

#685256
(104,82,86)
#5F4B4F
(95,75,79)
#564448
(86,68,72)
#4D3D41
(77,61,65)
#44363A
(68,54,58)
#3B2F33
(59,47,51)
#32282C
(50,40,44)
#292125
(41,33,37)
#201A1E
(32,26,30)
#171317
(23,19,23)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #685256

#685256
(104,82,86)
#756165
(117,97,101)
#827074
(130,112,116)
#8F7F83
(143,127,131)
#9C8E92
(156,142,146)
#A99DA1
(169,157,161)
#B6ACB0
(182,172,176)
#C3BBBF
(195,187,191)
#D0CACE
(208,202,206)
#DDD9DD
(221,217,221)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685256 color. Also use rgb(104,82,86) instead hex code.

Text Font Color

.myTextColor { color: #685256; }

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

This text font color is #685256.


Background Color

.myBgColor { background-color: #685256; }

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

This div background color is #685256.


Border color

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

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

This div border color is #685256.


Opacity

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

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

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

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

This text has shadow with #685256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685256 on black background.


Color preview on white background

This text has color #685256 on white background.



Black color preview on #685256 background

This text has black color on #685256 background.


White color preview on #685256 background

This text has white color on #685256 background.