COLOR #686358

HEX: #686358
RGB: (104,99,88)

Color info

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

RGB color model

#686358 color RGB value is (104,99,88).

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

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 88 of 255 = 35%

104
99
88

R + G + B ~ 38%. #686358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 88 = 291 (100%)
R 104 of 291 ~ 35.74%
G 99 of 291 ~ 34.02%
B 88 of 291 ~ 30.24%

%35.74
%34.02
%30.24

CMYK color model

#686358 color CMYK value is (0,5,15,59).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 15.38%
  • key color value is 59.22%
CMYK:
(0,5,15,59)
C0M5Y15K59 
(0%,5%,15%,59%)
(0.00/0.05/0.15/0.59)	

CMYK percentages

%0
%4.81
%15.38
%59.22

Codes

Color #686358 in popluar color models

686358
RGB1049988
HSL41°8.33%37.65%
HSB/HSV41°15.38%40.78%
CMYK0.00%4.81%15.38%
59.22%

Color #686358 in popluar number systems.

HEX686358
Decimal1049988
Binary110100011000111011000
Octal150143130

Shades and tints

Shades of #686358

#686358
(104,99,88)
#5F5A50
(95,90,80)
#565148
(86,81,72)
#4D4840
(77,72,64)
#443F38
(68,63,56)
#3B3630
(59,54,48)
#322D28
(50,45,40)
#292420
(41,36,32)
#201B18
(32,27,24)
#171210
(23,18,16)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #686358

#686358
(104,99,88)
#757167
(117,113,103)
#827F76
(130,127,118)
#8F8D85
(143,141,133)
#9C9B94
(156,155,148)
#A9A9A3
(169,169,163)
#B6B7B2
(182,183,178)
#C3C5C1
(195,197,193)
#D0D3D0
(208,211,208)
#DDE1DF
(221,225,223)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686358; }

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

This text font color is #686358.


Background Color

.myBgColor { background-color: #686358; }

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

This div background color is #686358.


Border color

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

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

This div border color is #686358.


Opacity

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

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

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

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

This text has shadow with #686358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686358 on black background.


Color preview on white background

This text has color #686358 on white background.



Black color preview on #686358 background

This text has black color on #686358 background.


White color preview on #686358 background

This text has white color on #686358 background.