COLOR #686018

HEX: #686018
RGB: (104,96,24)

Color info

#686018 contains mainly red and green colors. Web safe color of #686018 is #666600 (or #660).

RGB color model

#686018 color RGB value is (104,96,24).

  • red value is 104;
  • green value is 96;
  • blue value is 24.
RGB:
(104,96,24)
(41%,38%,9%)

RGB channels and saturation

R 104 of 255 = 41%
G 96 of 255 = 38%
B 24 of 255 = 9%

104
96
24

R + G + B ~ 29%. #686018 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 96 + 24 = 224 (100%)
R 104 of 224 ~ 46.43%
G 96 of 224 ~ 42.86%
B 24 of 224 ~ 10.71%

%46.43
%42.86
%10.71

CMYK color model

#686018 color CMYK value is (0,8,77,59).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 76.92%
  • key color value is 59.22%
CMYK:
(0,8,77,59)
C0M8Y77K59 
(0%,8%,77%,59%)
(0.00/0.08/0.77/0.59)	

CMYK percentages

%0
%7.69
%76.92
%59.22

Codes

Color #686018 in popluar color models

686018
RGB1049624
HSL54°62.50%25.10%
HSB/HSV54°76.92%40.78%
CMYK0.00%7.69%76.92%
59.22%

Color #686018 in popluar number systems.

HEX686018
Decimal1049624
Binary1101000110000011000
Octal15014030

Shades and tints

Shades of #686018

#686018
(104,96,24)
#5F5816
(95,88,22)
#565014
(86,80,20)
#4D4812
(77,72,18)
#444010
(68,64,16)
#3B380E
(59,56,14)
#32300C
(50,48,12)
#29280A
(41,40,10)
#202008
(32,32,8)
#171806
(23,24,6)
#0E1004
(14,16,4)
#000000
(0,0,0)

Tints of #686018

#686018
(104,96,24)
#756E2D
(117,110,45)
#827C42
(130,124,66)
#8F8A57
(143,138,87)
#9C986C
(156,152,108)
#A9A681
(169,166,129)
#B6B496
(182,180,150)
#C3C2AB
(195,194,171)
#D0D0C0
(208,208,192)
#DDDED5
(221,222,213)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686018 color. Also use rgb(104,96,24) instead hex code.

Text Font Color

.myTextColor { color: #686018; }

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

This text font color is #686018.


Background Color

.myBgColor { background-color: #686018; }

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

This div background color is #686018.


Border color

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

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

This div border color is #686018.


Opacity

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

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

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

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

This text has shadow with #686018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686018 on black background.


Color preview on white background

This text has color #686018 on white background.



Black color preview on #686018 background

This text has black color on #686018 background.


White color preview on #686018 background

This text has white color on #686018 background.