COLOR #685A25

HEX: #685A25
RGB: (104,90,37)

Color info

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

RGB color model

#685A25 color RGB value is (104,90,37).

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

RGB channels and saturation

R 104 of 255 = 41%
G 90 of 255 = 35%
B 37 of 255 = 15%

104
90
37

R + G + B ~ 30%. #685A25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 90 + 37 = 231 (100%)
R 104 of 231 ~ 45.02%
G 90 of 231 ~ 38.96%
B 37 of 231 ~ 16.02%

%45.02
%38.96
%16.02

CMYK color model

#685A25 color CMYK value is (0,13,64,59).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 64.42%
  • key color value is 59.22%
CMYK:
(0,13,64,59)
C0M13Y64K59 
(0%,13%,64%,59%)
(0.00/0.13/0.64/0.59)	

CMYK percentages

%0
%13.46
%64.42
%59.22

Codes

Color #685A25 in popluar color models

685A25
RGB1049037
HSL47°47.52%27.65%
HSB/HSV47°64.42%40.78%
CMYK0.00%13.46%64.42%
59.22%

Color #685A25 in popluar number systems.

HEX685A25
Decimal1049037
Binary11010001011010100101
Octal15013245

Shades and tints

Shades of #685A25

#685A25
(104,90,37)
#5F5222
(95,82,34)
#564A1F
(86,74,31)
#4D421C
(77,66,28)
#443A19
(68,58,25)
#3B3216
(59,50,22)
#322A13
(50,42,19)
#292210
(41,34,16)
#201A0D
(32,26,13)
#17120A
(23,18,10)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #685A25

#685A25
(104,90,37)
#756938
(117,105,56)
#82784B
(130,120,75)
#8F875E
(143,135,94)
#9C9671
(156,150,113)
#A9A584
(169,165,132)
#B6B497
(182,180,151)
#C3C3AA
(195,195,170)
#D0D2BD
(208,210,189)
#DDE1D0
(221,225,208)
#EAF0E3
(234,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685A25; }

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

This text font color is #685A25.


Background Color

.myBgColor { background-color: #685A25; }

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

This div background color is #685A25.


Border color

.myBorderColor { border: 1px solid #685A25; }

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

This div border color is #685A25.


Opacity

.myOpacity80 { color: #685A25; opacity: 0.8; }

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

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

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

This text has shadow with #685A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685A25 on black background.


Color preview on white background

This text has color #685A25 on white background.



Black color preview on #685A25 background

This text has black color on #685A25 background.


White color preview on #685A25 background

This text has white color on #685A25 background.