COLOR #685311

HEX: #685311
RGB: (104,83,17)

Color info

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

RGB color model

#685311 color RGB value is (104,83,17).

  • red value is 104;
  • green value is 83;
  • blue value is 17.
RGB:
(104,83,17)
(41%,33%,7%)

RGB channels and saturation

R 104 of 255 = 41%
G 83 of 255 = 33%
B 17 of 255 = 7%

104
83
17

R + G + B ~ 27%. #685311 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 17 = 204 (100%)
R 104 of 204 ~ 50.98%
G 83 of 204 ~ 40.69%
B 17 of 204 ~ 8.33%

%50.98
%40.69

CMYK color model

#685311 color CMYK value is (0,20,84,59).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 83.65%
  • key color value is 59.22%
CMYK:
(0,20,84,59)
C0M20Y84K59 
(0%,20%,84%,59%)
(0.00/0.20/0.84/0.59)	

CMYK percentages

%0
%20.19
%83.65
%59.22

Codes

Color #685311 in popluar color models

685311
RGB1048317
HSL46°71.90%23.73%
HSB/HSV46°83.65%40.78%
CMYK0.00%20.19%83.65%
59.22%

Color #685311 in popluar number systems.

HEX685311
Decimal1048317
Binary1101000101001110001
Octal15012321

Shades and tints

Shades of #685311

#685311
(104,83,17)
#5F4C10
(95,76,16)
#56450F
(86,69,15)
#4D3E0E
(77,62,14)
#44370D
(68,55,13)
#3B300C
(59,48,12)
#32290B
(50,41,11)
#29220A
(41,34,10)
#201B09
(32,27,9)
#171408
(23,20,8)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #685311

#685311
(104,83,17)
#756226
(117,98,38)
#82713B
(130,113,59)
#8F8050
(143,128,80)
#9C8F65
(156,143,101)
#A99E7A
(169,158,122)
#B6AD8F
(182,173,143)
#C3BCA4
(195,188,164)
#D0CBB9
(208,203,185)
#DDDACE
(221,218,206)
#EAE9E3
(234,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685311 color. Also use rgb(104,83,17) instead hex code.

Text Font Color

.myTextColor { color: #685311; }

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

This text font color is #685311.


Background Color

.myBgColor { background-color: #685311; }

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

This div background color is #685311.


Border color

.myBorderColor { border: 1px solid #685311; }

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

This div border color is #685311.


Opacity

.myOpacity80 { color: #685311; opacity: 0.8; }

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

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

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

This text has shadow with #685311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685311 on black background.


Color preview on white background

This text has color #685311 on white background.



Black color preview on #685311 background

This text has black color on #685311 background.


White color preview on #685311 background

This text has white color on #685311 background.