COLOR #686730

HEX: #686730
RGB: (104,103,48)

Color info

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

RGB color model

#686730 color RGB value is (104,103,48).

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

RGB channels and saturation

R 104 of 255 = 41%
G 103 of 255 = 40%
B 48 of 255 = 19%

104
103
48

R + G + B ~ 33%. #686730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 103 + 48 = 255 (100%)
R 104 of 255 ~ 40.78%
G 103 of 255 ~ 40.39%
B 48 of 255 ~ 18.82%

%40.78
%40.39
%18.82

CMYK color model

#686730 color CMYK value is (0,1,54,59).

  • cyan value is 0.00%
  • magenta value is 0.96%
  • yellow value is 53.85%
  • key color value is 59.22%
CMYK:
(0,1,54,59)
C0M1Y54K59 
(0%,1%,54%,59%)
(0.00/0.01/0.54/0.59)	

CMYK percentages

%0
%0.96
%53.85
%59.22

Codes

Color #686730 in popluar color models

686730
RGB10410348
HSL59°36.84%29.80%
HSB/HSV59°53.85%40.78%
CMYK0.00%0.96%53.85%
59.22%

Color #686730 in popluar number systems.

HEX686730
Decimal10410348
Binary11010001100111110000
Octal15014760

Shades and tints

Shades of #686730

#686730
(104,103,48)
#5F5E2C
(95,94,44)
#565528
(86,85,40)
#4D4C24
(77,76,36)
#444320
(68,67,32)
#3B3A1C
(59,58,28)
#323118
(50,49,24)
#292814
(41,40,20)
#201F10
(32,31,16)
#17160C
(23,22,12)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #686730

#686730
(104,103,48)
#757442
(117,116,66)
#828154
(130,129,84)
#8F8E66
(143,142,102)
#9C9B78
(156,155,120)
#A9A88A
(169,168,138)
#B6B59C
(182,181,156)
#C3C2AE
(195,194,174)
#D0CFC0
(208,207,192)
#DDDCD2
(221,220,210)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686730; }

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

This text font color is #686730.


Background Color

.myBgColor { background-color: #686730; }

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

This div background color is #686730.


Border color

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

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

This div border color is #686730.


Opacity

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

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

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

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

This text has shadow with #686730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686730 on black background.


Color preview on white background

This text has color #686730 on white background.



Black color preview on #686730 background

This text has black color on #686730 background.


White color preview on #686730 background

This text has white color on #686730 background.