COLOR #685E1A

HEX: #685E1A
RGB: (104,94,26)

Color info

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

RGB color model

#685E1A color RGB value is (104,94,26).

  • red value is 104;
  • green value is 94;
  • blue value is 26.
RGB:
(104,94,26)
(41%,37%,10%)

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 26 of 255 = 10%

104
94
26

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

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 26 = 224 (100%)
R 104 of 224 ~ 46.43%
G 94 of 224 ~ 41.96%
B 26 of 224 ~ 11.61%

%46.43
%41.96
%11.61

CMYK color model

#685E1A color CMYK value is (0,10,75,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 75.00%
  • key color value is 59.22%
CMYK:
(0,10,75,59)
C0M10Y75K59 
(0%,10%,75%,59%)
(0.00/0.10/0.75/0.59)	

CMYK percentages

%0
%9.62
%75
%59.22

Codes

Color #685E1A in popluar color models

685E1A
RGB1049426
HSL52°60.00%25.49%
HSB/HSV52°75.00%40.78%
CMYK0.00%9.62%75.00%
59.22%

Color #685E1A in popluar number systems.

HEX685E1A
Decimal1049426
Binary1101000101111011010
Octal15013632

Shades and tints

Shades of #685E1A

#685E1A
(104,94,26)
#5F5618
(95,86,24)
#564E16
(86,78,22)
#4D4614
(77,70,20)
#443E12
(68,62,18)
#3B3610
(59,54,16)
#322E0E
(50,46,14)
#29260C
(41,38,12)
#201E0A
(32,30,10)
#171608
(23,22,8)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #685E1A

#685E1A
(104,94,26)
#756C2E
(117,108,46)
#827A42
(130,122,66)
#8F8856
(143,136,86)
#9C966A
(156,150,106)
#A9A47E
(169,164,126)
#B6B292
(182,178,146)
#C3C0A6
(195,192,166)
#D0CEBA
(208,206,186)
#DDDCCE
(221,220,206)
#EAEAE2
(234,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685E1A color. Also use rgb(104,94,26) instead hex code.

Text Font Color

.myTextColor { color: #685E1A; }

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

This text font color is #685E1A.


Background Color

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

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

This div background color is #685E1A.


Border color

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

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

This div border color is #685E1A.


Opacity

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

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

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

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

This text has shadow with #685E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E1A on black background.


Color preview on white background

This text has color #685E1A on white background.



Black color preview on #685E1A background

This text has black color on #685E1A background.


White color preview on #685E1A background

This text has white color on #685E1A background.