COLOR #685235

HEX: #685235
RGB: (104,82,53)

Color info

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

RGB color model

#685235 color RGB value is (104,82,53).

  • red value is 104;
  • green value is 82;
  • blue value is 53.
RGB:
(104,82,53)
(41%,32%,21%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 53 of 255 = 21%

104
82
53

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

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 53 = 239 (100%)
R 104 of 239 ~ 43.51%
G 82 of 239 ~ 34.31%
B 53 of 239 ~ 22.18%

%43.51
%34.31
%22.18

CMYK color model

#685235 color CMYK value is (0,21,49,59).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 49.04%
  • key color value is 59.22%
CMYK:
(0,21,49,59)
C0M21Y49K59 
(0%,21%,49%,59%)
(0.00/0.21/0.49/0.59)	

CMYK percentages

%0
%21.15
%49.04
%59.22

Codes

Color #685235 in popluar color models

685235
RGB1048253
HSL34°32.48%30.78%
HSB/HSV34°49.04%40.78%
CMYK0.00%21.15%49.04%
59.22%

Color #685235 in popluar number systems.

HEX685235
Decimal1048253
Binary11010001010010110101
Octal15012265

Shades and tints

Shades of #685235

#685235
(104,82,53)
#5F4B31
(95,75,49)
#56442D
(86,68,45)
#4D3D29
(77,61,41)
#443625
(68,54,37)
#3B2F21
(59,47,33)
#32281D
(50,40,29)
#292119
(41,33,25)
#201A15
(32,26,21)
#171311
(23,19,17)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #685235

#685235
(104,82,53)
#756147
(117,97,71)
#827059
(130,112,89)
#8F7F6B
(143,127,107)
#9C8E7D
(156,142,125)
#A99D8F
(169,157,143)
#B6ACA1
(182,172,161)
#C3BBB3
(195,187,179)
#D0CAC5
(208,202,197)
#DDD9D7
(221,217,215)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685235 color. Also use rgb(104,82,53) instead hex code.

Text Font Color

.myTextColor { color: #685235; }

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

This text font color is #685235.


Background Color

.myBgColor { background-color: #685235; }

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

This div background color is #685235.


Border color

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

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

This div border color is #685235.


Opacity

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

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

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

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

This text has shadow with #685235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685235 on black background.


Color preview on white background

This text has color #685235 on white background.



Black color preview on #685235 background

This text has black color on #685235 background.


White color preview on #685235 background

This text has white color on #685235 background.