COLOR #686925

HEX: #686925
RGB: (104,105,37)

Color info

#686925 contains mainly red and green colors. Web safe color of #686925 is #666633 (or #663).

RGB color model

#686925 color RGB value is (104,105,37).

  • red value is 104;
  • green value is 105;
  • blue value is 37.
RGB:
(104,105,37)
(41%,41%,15%)

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 37 of 255 = 15%

104
105
37

R + G + B ~ 32%. #686925 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 37 = 246 (100%)
R 104 of 246 ~ 42.28%
G 105 of 246 ~ 42.68%
B 37 of 246 ~ 15.04%

%42.28
%42.68
%15.04

CMYK color model

#686925 color CMYK value is (1,0,65,59).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 64.76%
  • key color value is 58.82%
CMYK:
(1,0,65,59)
C1M0Y65K59 
(1%,0%,65%,59%)
(0.01/0.00/0.65/0.59)	

CMYK percentages

%0.95
%0
%64.76
%58.82

Codes

Color #686925 in popluar color models

686925
RGB10410537
HSL61°47.89%27.84%
HSB/HSV61°64.76%41.18%
CMYK0.95%0.00%64.76%
58.82%

Color #686925 in popluar number systems.

HEX686925
Decimal10410537
Binary11010001101001100101
Octal15015145

Shades and tints

Shades of #686925

#686925
(104,105,37)
#5F6022
(95,96,34)
#56571F
(86,87,31)
#4D4E1C
(77,78,28)
#444519
(68,69,25)
#3B3C16
(59,60,22)
#323313
(50,51,19)
#292A10
(41,42,16)
#20210D
(32,33,13)
#17180A
(23,24,10)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #686925

#686925
(104,105,37)
#757638
(117,118,56)
#82834B
(130,131,75)
#8F905E
(143,144,94)
#9C9D71
(156,157,113)
#A9AA84
(169,170,132)
#B6B797
(182,183,151)
#C3C4AA
(195,196,170)
#D0D1BD
(208,209,189)
#DDDED0
(221,222,208)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686925 color. Also use rgb(104,105,37) instead hex code.

Text Font Color

.myTextColor { color: #686925; }

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

This text font color is #686925.


Background Color

.myBgColor { background-color: #686925; }

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

This div background color is #686925.


Border color

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

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

This div border color is #686925.


Opacity

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

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

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

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

This text has shadow with #686925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686925 on black background.


Color preview on white background

This text has color #686925 on white background.



Black color preview on #686925 background

This text has black color on #686925 background.


White color preview on #686925 background

This text has white color on #686925 background.