COLOR #686141

HEX: #686141
RGB: (104,97,65)

Color info

#686141 contains red, green and blue colors in about the same proportion. Web safe color of #686141 is #666633 (or #663).

RGB color model

#686141 color RGB value is (104,97,65).

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

RGB channels and saturation

R 104 of 255 = 41%
G 97 of 255 = 38%
B 65 of 255 = 25%

104
97
65

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 65 = 266 (100%)
R 104 of 266 ~ 39.1%
G 97 of 266 ~ 36.47%
B 65 of 266 ~ 24.44%

%39.1
%36.47
%24.44

CMYK color model

#686141 color CMYK value is (0,7,38,59).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 37.50%
  • key color value is 59.22%
CMYK:
(0,7,38,59)
C0M7Y38K59 
(0%,7%,38%,59%)
(0.00/0.07/0.38/0.59)	

CMYK percentages

%0
%6.73
%37.5
%59.22

Codes

Color #686141 in popluar color models

686141
RGB1049765
HSL49°23.08%33.14%
HSB/HSV49°37.50%40.78%
CMYK0.00%6.73%37.50%
59.22%

Color #686141 in popluar number systems.

HEX686141
Decimal1049765
Binary110100011000011000001
Octal150141101

Shades and tints

Shades of #686141

#686141
(104,97,65)
#5F593C
(95,89,60)
#565137
(86,81,55)
#4D4932
(77,73,50)
#44412D
(68,65,45)
#3B3928
(59,57,40)
#323123
(50,49,35)
#29291E
(41,41,30)
#202119
(32,33,25)
#171914
(23,25,20)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #686141

#686141
(104,97,65)
#756F52
(117,111,82)
#827D63
(130,125,99)
#8F8B74
(143,139,116)
#9C9985
(156,153,133)
#A9A796
(169,167,150)
#B6B5A7
(182,181,167)
#C3C3B8
(195,195,184)
#D0D1C9
(208,209,201)
#DDDFDA
(221,223,218)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686141; }

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

This text font color is #686141.


Background Color

.myBgColor { background-color: #686141; }

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

This div background color is #686141.


Border color

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

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

This div border color is #686141.


Opacity

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

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

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

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

This text has shadow with #686141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686141 on black background.


Color preview on white background

This text has color #686141 on white background.



Black color preview on #686141 background

This text has black color on #686141 background.


White color preview on #686141 background

This text has white color on #686141 background.