COLOR #685E1F

HEX: #685E1F
RGB: (104,94,31)

Color info

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

RGB color model

#685E1F color RGB value is (104,94,31).

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

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 31 of 255 = 12%

104
94
31

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

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 31 = 229 (100%)
R 104 of 229 ~ 45.41%
G 94 of 229 ~ 41.05%
B 31 of 229 ~ 13.54%

%45.41
%41.05
%13.54

CMYK color model

#685E1F color CMYK value is (0,10,70,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 70.19%
  • key color value is 59.22%
CMYK:
(0,10,70,59)
C0M10Y70K59 
(0%,10%,70%,59%)
(0.00/0.10/0.70/0.59)	

CMYK percentages

%0
%9.62
%70.19
%59.22

Codes

Color #685E1F in popluar color models

685E1F
RGB1049431
HSL52°54.07%26.47%
HSB/HSV52°70.19%40.78%
CMYK0.00%9.62%70.19%
59.22%

Color #685E1F in popluar number systems.

HEX685E1F
Decimal1049431
Binary1101000101111011111
Octal15013637

Shades and tints

Shades of #685E1F

#685E1F
(104,94,31)
#5F561D
(95,86,29)
#564E1B
(86,78,27)
#4D4619
(77,70,25)
#443E17
(68,62,23)
#3B3615
(59,54,21)
#322E13
(50,46,19)
#292611
(41,38,17)
#201E0F
(32,30,15)
#17160D
(23,22,13)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #685E1F

#685E1F
(104,94,31)
#756C33
(117,108,51)
#827A47
(130,122,71)
#8F885B
(143,136,91)
#9C966F
(156,150,111)
#A9A483
(169,164,131)
#B6B297
(182,178,151)
#C3C0AB
(195,192,171)
#D0CEBF
(208,206,191)
#DDDCD3
(221,220,211)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E1F; }

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

This text font color is #685E1F.


Background Color

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

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

This div background color is #685E1F.


Border color

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

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

This div border color is #685E1F.


Opacity

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

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

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

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

This text has shadow with #685E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E1F on black background.


Color preview on white background

This text has color #685E1F on white background.



Black color preview on #685E1F background

This text has black color on #685E1F background.


White color preview on #685E1F background

This text has white color on #685E1F background.