COLOR #686214

HEX: #686214
RGB: (104,98,20)

Color info

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

RGB color model

#686214 color RGB value is (104,98,20).

  • red value is 104;
  • green value is 98;
  • blue value is 20.
RGB:
(104,98,20)
(41%,38%,8%)

RGB channels and saturation

R 104 of 255 = 41%
G 98 of 255 = 38%
B 20 of 255 = 8%

104
98
20

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

Portions of RGB colors in percentages

R + G + B =
104 + 98 + 20 = 222 (100%)
R 104 of 222 ~ 46.85%
G 98 of 222 ~ 44.14%
B 20 of 222 ~ 9.01%

%46.85
%44.14

CMYK color model

#686214 color CMYK value is (0,6,81,59).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 80.77%
  • key color value is 59.22%
CMYK:
(0,6,81,59)
C0M6Y81K59 
(0%,6%,81%,59%)
(0.00/0.06/0.81/0.59)	

CMYK percentages

%0
%5.77
%80.77
%59.22

Codes

Color #686214 in popluar color models

686214
RGB1049820
HSL56°67.74%24.31%
HSB/HSV56°80.77%40.78%
CMYK0.00%5.77%80.77%
59.22%

Color #686214 in popluar number systems.

HEX686214
Decimal1049820
Binary1101000110001010100
Octal15014224

Shades and tints

Shades of #686214

#686214
(104,98,20)
#5F5A13
(95,90,19)
#565212
(86,82,18)
#4D4A11
(77,74,17)
#444210
(68,66,16)
#3B3A0F
(59,58,15)
#32320E
(50,50,14)
#292A0D
(41,42,13)
#20220C
(32,34,12)
#171A0B
(23,26,11)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #686214

#686214
(104,98,20)
#757029
(117,112,41)
#827E3E
(130,126,62)
#8F8C53
(143,140,83)
#9C9A68
(156,154,104)
#A9A87D
(169,168,125)
#B6B692
(182,182,146)
#C3C4A7
(195,196,167)
#D0D2BC
(208,210,188)
#DDE0D1
(221,224,209)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686214 color. Also use rgb(104,98,20) instead hex code.

Text Font Color

.myTextColor { color: #686214; }

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

This text font color is #686214.


Background Color

.myBgColor { background-color: #686214; }

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

This div background color is #686214.


Border color

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

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

This div border color is #686214.


Opacity

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

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

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

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

This text has shadow with #686214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686214 on black background.


Color preview on white background

This text has color #686214 on white background.



Black color preview on #686214 background

This text has black color on #686214 background.


White color preview on #686214 background

This text has white color on #686214 background.