COLOR #685953

HEX: #685953
RGB: (104,89,83)

Color info

#685953 contains red, green and blue colors in about the same proportion. Web safe color of #685953 is #666666 (or #666).

RGB color model

#685953 color RGB value is (104,89,83).

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

RGB channels and saturation

R 104 of 255 = 41%
G 89 of 255 = 35%
B 83 of 255 = 33%

104
89
83

R + G + B ~ 36%. #685953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 83 = 276 (100%)
R 104 of 276 ~ 37.68%
G 89 of 276 ~ 32.25%
B 83 of 276 ~ 30.07%

%37.68
%32.25
%30.07

CMYK color model

#685953 color CMYK value is (0,14,20,59).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 20.19%
  • key color value is 59.22%
CMYK:
(0,14,20,59)
C0M14Y20K59 
(0%,14%,20%,59%)
(0.00/0.14/0.20/0.59)	

CMYK percentages

%0
%14.42
%20.19
%59.22

Codes

Color #685953 in popluar color models

685953
RGB1048983
HSL17°11.23%36.67%
HSB/HSV17°20.19%40.78%
CMYK0.00%14.42%20.19%
59.22%

Color #685953 in popluar number systems.

HEX685953
Decimal1048983
Binary110100010110011010011
Octal150131123

Shades and tints

Shades of #685953

#685953
(104,89,83)
#5F514C
(95,81,76)
#564945
(86,73,69)
#4D413E
(77,65,62)
#443937
(68,57,55)
#3B3130
(59,49,48)
#322929
(50,41,41)
#292122
(41,33,34)
#20191B
(32,25,27)
#171114
(23,17,20)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #685953

#685953
(104,89,83)
#756862
(117,104,98)
#827771
(130,119,113)
#8F8680
(143,134,128)
#9C958F
(156,149,143)
#A9A49E
(169,164,158)
#B6B3AD
(182,179,173)
#C3C2BC
(195,194,188)
#D0D1CB
(208,209,203)
#DDE0DA
(221,224,218)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685953; }

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

This text font color is #685953.


Background Color

.myBgColor { background-color: #685953; }

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

This div background color is #685953.


Border color

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

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

This div border color is #685953.


Opacity

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

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

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

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

This text has shadow with #685953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685953 on black background.


Color preview on white background

This text has color #685953 on white background.



Black color preview on #685953 background

This text has black color on #685953 background.


White color preview on #685953 background

This text has white color on #685953 background.