COLOR #685431

HEX: #685431
RGB: (104,84,49)

Color info

#685431 contains red, green and blue colors in about the same proportion. Web safe color of #685431 is #666633 (or #663).

RGB color model

#685431 color RGB value is (104,84,49).

  • red value is 104;
  • green value is 84;
  • blue value is 49.
RGB:
(104,84,49)
(41%,33%,19%)

RGB channels and saturation

R 104 of 255 = 41%
G 84 of 255 = 33%
B 49 of 255 = 19%

104
84
49

R + G + B ~ 31%. #685431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 84 + 49 = 237 (100%)
R 104 of 237 ~ 43.88%
G 84 of 237 ~ 35.44%
B 49 of 237 ~ 20.68%

%43.88
%35.44
%20.68

CMYK color model

#685431 color CMYK value is (0,19,53,59).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 52.88%
  • key color value is 59.22%
CMYK:
(0,19,53,59)
C0M19Y53K59 
(0%,19%,53%,59%)
(0.00/0.19/0.53/0.59)	

CMYK percentages

%0
%19.23
%52.88
%59.22

Codes

Color #685431 in popluar color models

685431
RGB1048449
HSL38°35.95%30.00%
HSB/HSV38°52.88%40.78%
CMYK0.00%19.23%52.88%
59.22%

Color #685431 in popluar number systems.

HEX685431
Decimal1048449
Binary11010001010100110001
Octal15012461

Shades and tints

Shades of #685431

#685431
(104,84,49)
#5F4D2D
(95,77,45)
#564629
(86,70,41)
#4D3F25
(77,63,37)
#443821
(68,56,33)
#3B311D
(59,49,29)
#322A19
(50,42,25)
#292315
(41,35,21)
#201C11
(32,28,17)
#17150D
(23,21,13)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #685431

#685431
(104,84,49)
#756343
(117,99,67)
#827255
(130,114,85)
#8F8167
(143,129,103)
#9C9079
(156,144,121)
#A99F8B
(169,159,139)
#B6AE9D
(182,174,157)
#C3BDAF
(195,189,175)
#D0CCC1
(208,204,193)
#DDDBD3
(221,219,211)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685431 color. Also use rgb(104,84,49) instead hex code.

Text Font Color

.myTextColor { color: #685431; }

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

This text font color is #685431.


Background Color

.myBgColor { background-color: #685431; }

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

This div background color is #685431.


Border color

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

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

This div border color is #685431.


Opacity

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

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

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

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

This text has shadow with #685431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685431 on black background.


Color preview on white background

This text has color #685431 on white background.



Black color preview on #685431 background

This text has black color on #685431 background.


White color preview on #685431 background

This text has white color on #685431 background.