COLOR #686748

HEX: #686748
RGB: (104,103,72)

Color info

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

RGB color model

#686748 color RGB value is (104,103,72).

  • red value is 104;
  • green value is 103;
  • blue value is 72.
RGB:
(104,103,72)
(41%,40%,28%)

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 72 of 255 = 28%

104
103
72

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

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 72 = 279 (100%)
R 104 of 279 ~ 37.28%
G 103 of 279 ~ 36.92%
B 72 of 279 ~ 25.81%

%37.28
%36.92
%25.81

CMYK color model

#686748 color CMYK value is (0,1,31,59).

  • cyan value is 0.00%
  • magenta value is 0.96%
  • yellow value is 30.77%
  • key color value is 59.22%
CMYK:
(0,1,31,59)
C0M1Y31K59 
(0%,1%,31%,59%)
(0.00/0.01/0.31/0.59)	

CMYK percentages

%0
%0.96
%30.77
%59.22

Codes

Color #686748 in popluar color models

686748
RGB10410372
HSL58°18.18%34.51%
HSB/HSV58°30.77%40.78%
CMYK0.00%0.96%30.77%
59.22%

Color #686748 in popluar number systems.

HEX686748
Decimal10410372
Binary110100011001111001000
Octal150147110

Shades and tints

Shades of #686748

#686748
(104,103,72)
#5F5E42
(95,94,66)
#56553C
(86,85,60)
#4D4C36
(77,76,54)
#444330
(68,67,48)
#3B3A2A
(59,58,42)
#323124
(50,49,36)
#29281E
(41,40,30)
#201F18
(32,31,24)
#171612
(23,22,18)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #686748

#686748
(104,103,72)
#757458
(117,116,88)
#828168
(130,129,104)
#8F8E78
(143,142,120)
#9C9B88
(156,155,136)
#A9A898
(169,168,152)
#B6B5A8
(182,181,168)
#C3C2B8
(195,194,184)
#D0CFC8
(208,207,200)
#DDDCD8
(221,220,216)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686748 color. Also use rgb(104,103,72) instead hex code.

Text Font Color

.myTextColor { color: #686748; }

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

This text font color is #686748.


Background Color

.myBgColor { background-color: #686748; }

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

This div background color is #686748.


Border color

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

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

This div border color is #686748.


Opacity

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

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

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

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

This text has shadow with #686748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686748 on black background.


Color preview on white background

This text has color #686748 on white background.



Black color preview on #686748 background

This text has black color on #686748 background.


White color preview on #686748 background

This text has white color on #686748 background.