COLOR #685C18

HEX: #685C18
RGB: (104,92,24)

Color info

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

RGB color model

#685C18 color RGB value is (104,92,24).

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

RGB channels and saturation

R 104 of 255 = 41%
G 92 of 255 = 36%
B 24 of 255 = 9%

104
92
24

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

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 24 = 220 (100%)
R 104 of 220 ~ 47.27%
G 92 of 220 ~ 41.82%
B 24 of 220 ~ 10.91%

%47.27
%41.82
%10.91

CMYK color model

#685C18 color CMYK value is (0,12,77,59).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 76.92%
  • key color value is 59.22%
CMYK:
(0,12,77,59)
C0M12Y77K59 
(0%,12%,77%,59%)
(0.00/0.12/0.77/0.59)	

CMYK percentages

%0
%11.54
%76.92
%59.22

Codes

Color #685C18 in popluar color models

685C18
RGB1049224
HSL51°62.50%25.10%
HSB/HSV51°76.92%40.78%
CMYK0.00%11.54%76.92%
59.22%

Color #685C18 in popluar number systems.

HEX685C18
Decimal1049224
Binary1101000101110011000
Octal15013430

Shades and tints

Shades of #685C18

#685C18
(104,92,24)
#5F5416
(95,84,22)
#564C14
(86,76,20)
#4D4412
(77,68,18)
#443C10
(68,60,16)
#3B340E
(59,52,14)
#322C0C
(50,44,12)
#29240A
(41,36,10)
#201C08
(32,28,8)
#171406
(23,20,6)
#0E0C04
(14,12,4)
#000000
(0,0,0)

Tints of #685C18

#685C18
(104,92,24)
#756A2D
(117,106,45)
#827842
(130,120,66)
#8F8657
(143,134,87)
#9C946C
(156,148,108)
#A9A281
(169,162,129)
#B6B096
(182,176,150)
#C3BEAB
(195,190,171)
#D0CCC0
(208,204,192)
#DDDAD5
(221,218,213)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685C18; }

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

This text font color is #685C18.


Background Color

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

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

This div background color is #685C18.


Border color

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

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

This div border color is #685C18.


Opacity

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

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

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

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

This text has shadow with #685C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C18 on black background.


Color preview on white background

This text has color #685C18 on white background.



Black color preview on #685C18 background

This text has black color on #685C18 background.


White color preview on #685C18 background

This text has white color on #685C18 background.