COLOR #685C12

HEX: #685C12
RGB: (104,92,18)

Color info

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

RGB color model

#685C12 color RGB value is (104,92,18).

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

RGB channels and saturation

R 104 of 255 = 41%
G 92 of 255 = 36%
B 18 of 255 = 7%

104
92
18

R + G + B ~ 28%. #685C12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 18 = 214 (100%)
R 104 of 214 ~ 48.6%
G 92 of 214 ~ 42.99%
B 18 of 214 ~ 8.41%

%48.6
%42.99

CMYK color model

#685C12 color CMYK value is (0,12,83,59).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 82.69%
  • key color value is 59.22%
CMYK:
(0,12,83,59)
C0M12Y83K59 
(0%,12%,83%,59%)
(0.00/0.12/0.83/0.59)	

CMYK percentages

%0
%11.54
%82.69
%59.22

Codes

Color #685C12 in popluar color models

685C12
RGB1049218
HSL52°70.49%23.92%
HSB/HSV52°82.69%40.78%
CMYK0.00%11.54%82.69%
59.22%

Color #685C12 in popluar number systems.

HEX685C12
Decimal1049218
Binary1101000101110010010
Octal15013422

Shades and tints

Shades of #685C12

#685C12
(104,92,18)
#5F5411
(95,84,17)
#564C10
(86,76,16)
#4D440F
(77,68,15)
#443C0E
(68,60,14)
#3B340D
(59,52,13)
#322C0C
(50,44,12)
#29240B
(41,36,11)
#201C0A
(32,28,10)
#171409
(23,20,9)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #685C12

#685C12
(104,92,18)
#756A27
(117,106,39)
#82783C
(130,120,60)
#8F8651
(143,134,81)
#9C9466
(156,148,102)
#A9A27B
(169,162,123)
#B6B090
(182,176,144)
#C3BEA5
(195,190,165)
#D0CCBA
(208,204,186)
#DDDACF
(221,218,207)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685C12; }

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

This text font color is #685C12.


Background Color

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

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

This div background color is #685C12.


Border color

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

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

This div border color is #685C12.


Opacity

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

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

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

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

This text has shadow with #685C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C12 on black background.


Color preview on white background

This text has color #685C12 on white background.



Black color preview on #685C12 background

This text has black color on #685C12 background.


White color preview on #685C12 background

This text has white color on #685C12 background.